make switches better
This commit is contained in:
parent
6ca1e5b9fd
commit
d86af246fd
|
|
@ -3,7 +3,7 @@
|
||||||
* sry i didnt know exteragram existed until googled extera ,_,
|
* sry i didnt know exteragram existed until googled extera ,_,
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.MuiAppBar-root:not(.css-upalvf):not(.css-22wo46)>.MuiToolbar-root {
|
.MuiAppBar-root:not(.appbar__has-banner):not(.css-upalvf):not(.css-22wo46)>.MuiToolbar-root {
|
||||||
background-color: #161c24;
|
background-color: #161c24;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -36,8 +36,7 @@ button[data-reply-id] {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div._1ji5da1c._1mqalmd1._1mqalmd0[data-message-id]>div.prxiv4e>div.prxiv40._1mqalmd1._1mqalmd0.prxiv41.prxiv46._1ji5da1r >
|
div._1ji5da1c._1mqalmd1._1mqalmd0[data-message-id]>div.prxiv4e>div.prxiv40._1mqalmd1._1mqalmd0.prxiv41.prxiv46._1ji5da1r>div.prxiv41d>span>button[data-reply-id]>div>p {
|
||||||
div.prxiv41d > span > button[data-reply-id] > div > p {
|
|
||||||
color: #00000090;
|
color: #00000090;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -127,28 +126,19 @@ button.MuiFab-root {
|
||||||
border-radius: 15px !important;
|
border-radius: 15px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MuiSwitch-root:has(.Mui-checked)>span.MuiSwitch-track {
|
.MuiSwitch-root {
|
||||||
background-color: #9fcaff;
|
padding: 8px;
|
||||||
opacity: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.MuiSwitch-root>span.MuiSwitch-track {
|
.MuiSwitch-track {
|
||||||
background-color: #6e7783;
|
border-radius: 11px;
|
||||||
opacity: 1;
|
|
||||||
scale: 1.2 1.4 1;
|
|
||||||
border-radius: 60px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.MuiSwitch-thumb {
|
.MuiSwitch-thumb {
|
||||||
background-color: #161c24;
|
box-shadow: none;
|
||||||
}
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
.MuiSwitch-root:has(.Mui-checked)>span>.MuiSwitch-thumb {
|
margin: 2px;
|
||||||
scale: 0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.MuiSwitch-root:not(:has(.Mui-checked))>span>.MuiSwitch-thumb {
|
|
||||||
scale: 0.6;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.MuiModal-root {
|
.MuiModal-root {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue