Pārlūkot izejas kodu

Fixed css bug in dark theme mode

Toby Chui 1 gadu atpakaļ
vecāks
revīzija
0265a34c1e
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  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;