Explorar o código

Fixed css bug in dark theme mode

Toby Chui hai 1 ano
pai
achega
0265a34c1e
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      web/SystemAO/desktop/utils/sysoverview.html

+ 9 - 0
web/SystemAO/desktop/utils/sysoverview.html

@@ -16,6 +16,15 @@
             margin-top: 1.5em;
         }
 
+        #sysoverviewRender .sysoverviewtable td{
+            color: var(--text_color_secondary);
+        }
+
+        #sysoverviewRender .sysoverviewtable .ui.dropdown .menu{
+            background: var(--body_background_secondary) !important;
+            border: 1px solid var(--body_background_active);
+        }
+
         #sysoverviewRender .hoststatus{
             display: flex;
             justify-content: center;