This commit is contained in:
deads
2026-06-14 21:18:09 +02:00
parent 1073ef5389
commit 73b1867249
21 changed files with 1547 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
@supports (backdrop-filter: blur(15px)) {
.skinHeader-withBackground,
.css-fknfom {
backdrop-filter: blur(15px);
}
.dialog,
.mainDrawer,
.toast,
.appfooter {
backdrop-filter: blur(15px);
background-color: rgba(0, 0, 0, 0.35);
}
.paper-icon-button-light:hover,
#itemDetailPage .itemProgressBar,
#dashboardPage .backgroundProgress > div {
backdrop-filter: blur(4px);
}
@media all and (max-width: 70em){
.cardOverlayButtonIcon {
background-color: rgba(0, 0, 0, 0.35) !important;
}
.cardOverlayButtonIcon {
backdrop-filter: blur(4px);
}
}
.indicator {
backdrop-filter: blur(2px);
}
}