From 2b488013b445e5381cd03182fef52857de0a1e95 Mon Sep 17 00:00:00 2001 From: Darren Date: Mon, 13 May 2013 15:22:09 +0100 Subject: [PATCH] Active tab highlighting --- client/assets/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/assets/css/style.css b/client/assets/css/style.css index be0632c..3ccdd63 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -340,7 +340,7 @@ html, body { height:100%; } #kiwi.theme_relaxed #toolbar .panellist .alert_activity { font-weight:normal; } #kiwi.theme_relaxed #toolbar .panellist .alert_action { font-weight:normal; } -#kiwi.theme_relaxed #toolbar .panellist .active { padding-right:23px; } +#kiwi.theme_relaxed #toolbar .panellist .active { padding-right:23px; border-top:2px solid #df6b26; border-bottom:none; } #kiwi.theme_relaxed #toolbar .panellist li .part:before { content:"\f00d"; } #kiwi.theme_relaxed #toolbar .panellist li.server span { padding-left: 5px; } @@ -696,7 +696,7 @@ html, body { height:100%; } #kiwi.theme_mini #toolbar .panellist .alert_activity { font-weight:normal; } #kiwi.theme_mini #toolbar .panellist .alert_action { font-weight:normal; } -#kiwi.theme_mini #toolbar .panellist .active { padding-right:23px; } +#kiwi.theme_mini #toolbar .panellist .active { padding-right:23px; border-top:2px solid #df6b26; border-bottom:none; } #kiwi.theme_mini #toolbar .panellist li .part:before { content:"\f00d"; } #kiwi.theme_mini #toolbar .panellist li.server span { padding-left:5px; } @@ -962,7 +962,7 @@ html, body { height:100%; } #kiwi.theme_cli #toolbar .panellist .alert_activity { font-weight:normal; } #kiwi.theme_cli #toolbar .panellist .alert_action { font-weight:normal; } -#kiwi.theme_cli #toolbar .panellist .active { padding-right:23px; } +#kiwi.theme_cli #toolbar .panellist .active { padding-right:23px; border-top:2px solid #df6b26; border-bottom:none; } #kiwi.theme_cli #toolbar .panellist li .part:before { content:"\f00d"; } #kiwi.theme_cli #toolbar .panellist li.server span { padding-left:5px; } @@ -1184,7 +1184,7 @@ html, body { height:100%; } #kiwi.theme_basic #toolbar .panellist .alert_activity { font-weight:normal; color:green; } #kiwi.theme_basic #toolbar .panellist .alert_action { font-weight:normal; color:green; } -#kiwi.theme_basic #toolbar .panellist .active { padding-right:25px; } +#kiwi.theme_basic #toolbar .panellist .active { padding-right:25px; border-top:2px solid #df6b26; border-bottom:none; } #kiwi.theme_basic #toolbar .panellist li .part {} #kiwi.theme_basic #toolbar .panellist li .part:before { content:"[x]"; } -- 2.25.1