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);
|
|
|
|
|
}
|
2021-08-17 00:24:30 +03:00
|
|
|
.dialog,
|
|
|
|
|
.mainDrawer,
|
|
|
|
|
.toast,
|
|
|
|
|
.appfooter {
|
2021-08-01 13:53:18 +03:00
|
|
|
backdrop-filter: blur(15px);
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.35);
|
|
|
|
|
}
|
2021-08-17 00:24:30 +03:00
|
|
|
.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 {
|
2021-08-17 00:24:30 +03:00
|
|
|
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);
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-08-17 00:24:30 +03:00
|
|
|
.indicator {
|
|
|
|
|
backdrop-filter: blur(2px);
|
|
|
|
|
}
|
2021-08-01 13:53:18 +03:00
|
|
|
}
|