Explorar el Código

Fixed desktop css themecolor setting

TC pushbot 5 hace 4 años
padre
commit
c8103fb694
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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);
         }