From: Darren Date: Fri, 12 Apr 2013 17:46:06 +0000 (+0100) Subject: Client: Bit of colour to the connected status icon X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2d0ae63d6784bb27b975dcb168c8402aa039f3c1;p=KiwiIRC.git Client: Bit of colour to the connected status icon --- 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; }