fix frosted glass
This commit is contained in:
parent
d97e970dbf
commit
5a4a09ff04
|
|
@ -10,7 +10,8 @@
|
||||||
background: url(https://git.extera.xyz/OfficialDakari/ExteraThemes/raw/branch/main/FrostedGlass/background.jpg);
|
background: url(https://git.extera.xyz/OfficialDakari/ExteraThemes/raw/branch/main/FrostedGlass/background.jpg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.prxiv40._1mqalmd1:has(> div > div > div > div > div > img) {
|
.prxiv40._1mqalmd1:has(> div > div > div > div > div > img),
|
||||||
|
button[data-user-id] {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -66,7 +67,7 @@ div._171zqol0>div.prxiv46._1mqalmd1>div.MuiBox-root>.MuiPaper-elevation4:has(.Mu
|
||||||
}
|
}
|
||||||
|
|
||||||
div.MuiBottomNavigation-root {
|
div.MuiBottomNavigation-root {
|
||||||
background-color: #00000040;
|
background-color: #00000040 !important;
|
||||||
backdrop-filter: blur(30px);
|
backdrop-filter: blur(30px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -77,4 +78,21 @@ div.prxiv40._1mqalmd1._1mqalmd0.prxiv41>div.prxiv41s>div.prxiv41s>div._171zqol0>
|
||||||
|
|
||||||
.MuiButton-root {
|
.MuiButton-root {
|
||||||
backdrop-filter: blur(20px);
|
backdrop-filter: blur(20px);
|
||||||
|
}
|
||||||
|
|
||||||
|
div._4yxtfd2._1mqalmd1._1mqalmd0._4yxtfd4._4yxtfdc._4yxtfdg._4yxtfdi._4yxtfdn,
|
||||||
|
div:has(header.MuiPaper-root),
|
||||||
|
div.prxiv40._1mqalmd1._1mqalmd0.prxiv41.prxiv46.prxiv41t>div>div>div {
|
||||||
|
background-color: #00000040 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.MuiAppBar-root:not(.appbar__has-banner),
|
||||||
|
.MuiAppBar-root:not(.appbar__has-banner)>.MuiToolbar-root {
|
||||||
|
background-color: #00000040 !important;
|
||||||
|
backdrop-filter: blur(5px);
|
||||||
|
}
|
||||||
|
|
||||||
|
div.prxiv40.prxiv41._1mqalmd0:has(.MuiBox-root)>div {
|
||||||
|
background-color: #00000040 !important;
|
||||||
|
backdrop-filter: blur(5px);
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue