Sfoglia il codice sorgente

Add missing CSS after merging PR 1506

Frédéric Guillot 3 anni fa
parent
commit
5f29af30b0
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      ui/static/css/system.css

+ 4 - 0
ui/static/css/system.css

@@ -225,6 +225,10 @@
         --feed-has-unread-border-style: solid;
         --feed-has-unread-border-style: solid;
         --feed-has-unread-border-color: rgb(33 57 76);
         --feed-has-unread-border-color: rgb(33 57 76);
 
 
+        --category-has-unread-background-color: #1b1a1a;
+        --category-has-unread-border-style: solid;
+        --category-has-unread-border-color: rgb(33 57 76);
+
         --keyboard-shortcuts-li-color: #9b9b9b;
         --keyboard-shortcuts-li-color: #9b9b9b;
 
 
         --counter-color: #bbb;
         --counter-color: #bbb;