Client: Bit of colour to the connected status icon
authorDarren <darren@Darrens-MacBook-Pro.local>
Fri, 12 Apr 2013 17:46:06 +0000 (18:46 +0100)
committerDarren <darren@Darrens-MacBook-Pro.local>
Fri, 12 Apr 2013 17:46:06 +0000 (18:46 +0100)
client/assets/css/style.css

index 13c6108dce781c34a1fbb317b2c7566e2428a2f9..33a17d11f33a64525a5e117cb89b3be88b50f363 100644 (file)
@@ -312,8 +312,8 @@ html, body { height:100%; }
 #kiwi.theme_relaxed #toolbar .panellist li .part:before { content:"\f00d"; }
 
 #kiwi.theme_relaxed #toolbar .panellist li.server span { padding-left: 5px; }
-#kiwi.theme_relaxed.connected #toolbar .panellist li.server:before { content: "\f0ec"; }
-#kiwi.theme_relaxed #toolbar .panellist li.server:before { content: "\f06a"; }
+#kiwi.theme_relaxed.connected #toolbar .panellist li.server:before { content: "\f0ec"; color:#3F9532; }
+#kiwi.theme_relaxed #toolbar .panellist li.server:before { content: "\f06a"; color:#900;}
 
 /* Tab texts are within a span */
 #kiwi.theme_relaxed #toolbar .panellist li span  { line-height:20px; vertical-align:middle; display:inline-block; }
@@ -645,8 +645,8 @@ html, body { height:100%; }
 #kiwi.theme_mini #toolbar .panellist li .part:before { content:"\f00d"; }
 
 #kiwi.theme_mini #toolbar .panellist li.server span { padding-left:5px; }
-#kiwi.theme_mini.connected #toolbar .panellist li.server:before { content: "\f0ec"; }
-#kiwi.theme_mini #toolbar .panellist li.server:before { content: "\f06a"; }
+#kiwi.theme_mini.connected #toolbar .panellist li.server:before { content: "\f0ec"; color:#3F9532; }
+#kiwi.theme_mini #toolbar .panellist li.server:before { content: "\f06a"; color:#900; }
 
 /* Tab texts are within a span */
 #kiwi.theme_mini #toolbar .panellist li span  { line-height:20px; vertical-align:middle; display:inline-block; }
@@ -907,8 +907,8 @@ html, body { height:100%; }
 #kiwi.theme_cli #toolbar .panellist li .part:before { content:"\f00d"; }
 
 #kiwi.theme_cli #toolbar .panellist li.server span { padding-left:5px; }
-#kiwi.theme_cli.connected #toolbar .panellist li.server:before { content: "\f0ec"; }
-#kiwi.theme_cli #toolbar .panellist li.server:before { content: "\f06a"; }
+#kiwi.theme_cli.connected #toolbar .panellist li.server:before { content: "\f0ec"; color:#3F9532; }
+#kiwi.theme_cli #toolbar .panellist li.server:before { content: "\f06a"; color:#900; }
 
 /* Tab texts are within a span */
 #kiwi.theme_cli #toolbar .panellist li span  { line-height:20px; vertical-align:middle; display:inline-block; }