Files
Ultrachromic/effects/glassy.css

30 lines
658 B
CSS
Raw Normal View History

2021-08-01 13:53:18 +03:00
@supports (backdrop-filter: blur(15px)) {
2024-11-25 00:46:46 +02:00
.skinHeader-withBackground,
.css-fknfom {
backdrop-filter: blur(15px);
}
.dialog,
.mainDrawer,
.toast,
.appfooter {
2021-08-01 13:53:18 +03:00
backdrop-filter: blur(15px);
background-color: rgba(0, 0, 0, 0.35);
}
.paper-icon-button-light:hover,
2022-07-04 23:48:02 +03:00
#itemDetailPage .itemProgressBar,
2021-08-17 00:42:16 +03:00
#dashboardPage .backgroundProgress > div {
backdrop-filter: blur(4px);
}
@media all and (max-width: 70em){
.cardOverlayButtonIcon {
background-color: rgba(0, 0, 0, 0.35) !important;
}
2021-08-17 00:42:16 +03:00
.cardOverlayButtonIcon {
backdrop-filter: blur(4px);
}
}
.indicator {
backdrop-filter: blur(2px);
}
2021-08-01 13:53:18 +03:00
}