Browse Source

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

Johan Ahlen 10 years ago
parent
commit
fc834cebbd

+ 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;
 }
 }