update(disabled widget background): updates the background of disabled widgets in the dashboard by giving them more opacity

This commit is contained in:
SimonGschnell
2025-08-12 11:41:14 +02:00
parent 3e69495842
commit 4eab58177a
3 changed files with 15 additions and 2 deletions
+11
View File
@@ -203,3 +203,14 @@
}
}
.hiddenWidget{
background: var(--fhc-disabled-background);
opacity: 40%;
}
.hiddenWidget .card,
.hiddenWidget .card-body,
.hiddenWidget .card-body *{
background: inherit !important;
}