Upload für erste instanz

This commit is contained in:
DedBash
2025-07-22 10:02:56 +02:00
commit 8c9f84a1d2
17 changed files with 1514 additions and 0 deletions

29
inst01/glassy.css Normal file
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);
}
}