mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Fix glassy
This commit is contained in:
@@ -8,14 +8,17 @@
|
||||
}
|
||||
.paper-icon-button-light:hover,
|
||||
#itemDetailPage .innerCardFooter,
|
||||
#dashboardPage .backgroundProgress > div,
|
||||
.cardOverlayButtonIcon {
|
||||
#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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user