소스 검색

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

Johan Ahlen 10 년 전
부모
커밋
fc834cebbd
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }
 
+.progress .bar-info {
+  background-color: #338bb8;
+}
+
 .progress-success .bar, .progress .bar-success {
   background-color: #b5cf6b;
 }