From 2d0ae63d6784bb27b975dcb168c8402aa039f3c1 Mon Sep 17 00:00:00 2001 From: Darren Date: Fri, 12 Apr 2013 18:46:06 +0100 Subject: [PATCH] Client: Bit of colour to the connected status icon --- client/assets/css/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/assets/css/style.css b/client/assets/css/style.css index 13c6108..33a17d1 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -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; } -- 2.25.1