Prechádzať zdrojové kódy

Merge pull request #2021 from Temechon/master

PG - status bar color updated to red
Temechon 8 rokov pred
rodič
commit
6723c05a53
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Playground/css/index.css

+ 1 - 1
Playground/css/index.css

@@ -298,7 +298,7 @@ body {
 
 
 .navbarBottom #statusBar {
 .navbarBottom #statusBar {
     line-height:30px;
     line-height:30px;
-    color: #999;
+    color: #E74C3C;
     font-family: 'Inconsolata';
     font-family: 'Inconsolata';
     padding-left:20px;
     padding-left:20px;
 }
 }