theme updates
This commit is contained in:
parent
0533ccf089
commit
29a987eec5
|
|
@ -143,13 +143,24 @@ div.room-settings__content>ul.css-13go8du {
|
|||
}
|
||||
|
||||
div._4yxtfd2._1mqalmd1._1mqalmd0._4yxtfd4._4yxtfdc._4yxtfdf._4yxtfdi._4yxtfdd._4yxtfdm:has(div._171zqol2),
|
||||
div.MuiBottomNavigation-root,
|
||||
div.MuiDrawer-paper,
|
||||
div._4yxtfd2._1mqalmd1._1mqalmd0._4yxtfd3._4yxtfdc._4yxtfdf._4yxtfdi._4yxtfdd._4yxtfdm,
|
||||
button._13tt0gb6[data-user-id] {
|
||||
background-color: #000000 !important;
|
||||
}
|
||||
|
||||
div.MuiBottomNavigation-root {
|
||||
margin: 12px;
|
||||
margin-top: 0;
|
||||
background-color: #121820;
|
||||
border-radius: 12px;
|
||||
border-width: 0 !important;
|
||||
}
|
||||
|
||||
div.prxiv40:has(div.MuiBottomNavigation-root) {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
div.MuiPaper-root.css-gm2nfn,
|
||||
div.MuiPaper-root,
|
||||
.MuiDialog-paper,
|
||||
|
|
@ -229,3 +240,8 @@ div:has(textarea) div.prxiv40._1mqalmd1._1mqalmd0.prxiv41.prxiv41a.prxiv41j.prxi
|
|||
div:has(> .settings-window__cards-wrapper) {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
div.MuiMenu-paper > ul.MuiList-root {
|
||||
background-color: #121820 !important;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
|
@ -234,4 +234,17 @@ div.prxiv40._1mqalmd1._1mqalmd0.prxiv41.prxiv46.prxiv41l.prxiv41s {
|
|||
|
||||
div:has(> .MuiInputBase-root.MuiInputBase-colorPrimary.css-1yeqwmb) {
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
.settings-window__sidebar, .settings-window__sidebar-mobile, .settings-window__cards-wrapper, div:has(.settings-window__sidebar) {
|
||||
background-color: #161c24;
|
||||
}
|
||||
|
||||
div:has(> .settings-window__cards-wrapper) {
|
||||
background-color: #161c24;
|
||||
}
|
||||
|
||||
div.MuiMenu-paper > ul.MuiList-root {
|
||||
background-color: #202730 !important;
|
||||
border-radius: 15px;
|
||||
}
|
||||
Loading…
Reference in New Issue