Browse Source

Fixed desktop css themecolor setting

TC pushbot 5 4 years ago
parent
commit
c8103fb694
1 changed files with 2 additions and 2 deletions
  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);
         }