New floating progress bar, glassy improvements

This commit is contained in:
CTalvio
2021-08-17 00:24:30 +03:00
parent 43db8c3c96
commit 1e8e4c1bb3
4 changed files with 69 additions and 15 deletions

View File

@@ -1,6 +1,22 @@
@supports (backdrop-filter: blur(15px)) {
.dialog, .mainDrawer, .toast, .appfooter {
.dialog,
.mainDrawer,
.toast,
.appfooter {
backdrop-filter: blur(15px);
background-color: rgba(0, 0, 0, 0.35);
}
.paper-icon-button-light:hover,
#itemDetailPage .innerCardFooter,
#dashboardPage .backgroundProgress > div,
.cardOverlayButtonIcon {
backdrop-filter: blur(4px);
}
@media all and (max-width: 70em){
.cardOverlayButtonIcon {
background-color: rgba(0, 0, 0, 0.35) !important;
}
.indicator {
backdrop-filter: blur(2px);
}
}