Quellcode durchsuchen

[assist] Fix the background colour of the column terms count

Johan Ahlen vor 10 Jahren
Ursprung
Commit
fc834cebbd
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

+ 4 - 0
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

@@ -563,6 +563,10 @@ h1.empty {
   background-color: #FFF;
   background-color: #FFF;
 }
 }
 
 
+.progress .bar-info {
+  background-color: #338bb8;
+}
+
 .progress-success .bar, .progress .bar-success {
 .progress-success .bar, .progress .bar-success {
   background-color: #b5cf6b;
   background-color: #b5cf6b;
 }
 }