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 ,_,
|
||||
*/
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
|
|
@ -36,8 +36,7 @@ button[data-reply-id] {
|
|||
background: transparent !important;
|
||||
}
|
||||
|
||||
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._1ji5da1c._1mqalmd1._1mqalmd0[data-message-id]>div.prxiv4e>div.prxiv40._1mqalmd1._1mqalmd0.prxiv41.prxiv46._1ji5da1r>div.prxiv41d>span>button[data-reply-id]>div>p {
|
||||
color: #00000090;
|
||||
}
|
||||
|
||||
|
|
@ -127,28 +126,19 @@ button.MuiFab-root {
|
|||
border-radius: 15px !important;
|
||||
}
|
||||
|
||||
.MuiSwitch-root:has(.Mui-checked)>span.MuiSwitch-track {
|
||||
background-color: #9fcaff;
|
||||
opacity: 1;
|
||||
.MuiSwitch-root {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.MuiSwitch-root>span.MuiSwitch-track {
|
||||
background-color: #6e7783;
|
||||
opacity: 1;
|
||||
scale: 1.2 1.4 1;
|
||||
border-radius: 60px;
|
||||
.MuiSwitch-track {
|
||||
border-radius: 11px;
|
||||
}
|
||||
|
||||
.MuiSwitch-thumb {
|
||||
background-color: #161c24;
|
||||
}
|
||||
|
||||
.MuiSwitch-root:has(.Mui-checked)>span>.MuiSwitch-thumb {
|
||||
scale: 0.8;
|
||||
}
|
||||
|
||||
.MuiSwitch-root:not(:has(.Mui-checked))>span>.MuiSwitch-thumb {
|
||||
scale: 0.6;
|
||||
box-shadow: none;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.MuiModal-root {
|
||||
|
|
|
|||
Loading…
Reference in New Issue