Browse Source

fixed missing css rules

Skylsmoi 8 years ago
parent
commit
5be793ef14
1 changed files with 4 additions and 1 deletions
  1. 4 1
      tracim/tracim/public/assets/css/bootstrap.css

+ 4 - 1
tracim/tracim/public/assets/css/bootstrap.css View File

6769
 .textMenuColor-hover {
6769
 .textMenuColor-hover {
6770
   color: #333;
6770
   color: #333;
6771
 }
6771
 }
6772
+.bg-primary {
6773
+  background-color: #555;
6774
+}
6772
 .bg-secondary {
6775
 .bg-secondary {
6773
-  background-color: #2f4433;
6776
+  background-color: #f5f5f5;
6774
 }
6777
 }
6775
 /*# sourceMappingURL=bootstrap.css.map */
6778
 /*# sourceMappingURL=bootstrap.css.map */