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
+3 -1
View File
@@ -89,7 +89,8 @@
--fhc-link: var(--fhc-blue-10);
/* disabled */
--fhc-disabled: var(--fhc-gray-10);
--fhc-disabled: var(--fhc-gray-90);
--fhc-disabled-background: var(--fhc-gray-30);
/* status colors */
--fhc-danger: var(--fhc-red-10);
@@ -135,6 +136,7 @@
/* disabled */
--fhc-disabled: var(--fhc-gray-10);
--fhc-disabled-background: var(--fhc-gray-120);
/* status colors */
--fhc-danger: var(--fhc-red-10);