Răsfoiți Sursa

Fixed desktop css themecolor setting

TC pushbot 5 4 ani în urmă
părinte
comite
c8103fb694
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      web/desktop.system

+ 2 - 2
web/desktop.system

@@ -160,12 +160,12 @@
 
         /* Theme Color css settings */
         .themeColor {
-            background-color: rgba(14,14,14,0.5) !important;
+            background-color: rgba(14,14,14,0.5);
             backdrop-filter: blur(4px);
         }
 
         .themeColorSolid{
-            background-color: rgba(14,14,14,0.9) !important;
+            background-color: rgba(14,14,14,0.9);
             backdrop-filter: blur(4px);
         }