From: Tom Gilder Date: Thu, 13 Oct 2005 05:18:35 +0000 (+0000) Subject: Make active tabs ever so slightly more obvious with color/padding X-Git-Tag: 1.6.0~1433 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=d21d405fe395de2468a426fe87b76dc882d49fa4;p=lhc%2Fweb%2Fwiklou.git Make active tabs ever so slightly more obvious with color/padding --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 1334c05f71..1a4fbc8c30 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -850,18 +850,20 @@ li#pt-login { font-weight: bold; } #p-cactions li a { - background-color: white; + background-color: #fbfbfb; color: #002bb8; border: none; - padding: 0 .8em .3em .8em; + padding: 0 .8em .3em; text-decoration: none; text-transform: lowercase; position: relative; z-index: 0; margin: 0; } -#p-cactions .selected a { +#p-cactions li.selected a { z-index: 3; + background-color: #fff; + padding: 0 1em .2em!important; } #p-cactions .new a { color: #ba0000; @@ -869,6 +871,7 @@ li#pt-login { #p-cactions li a:hover { z-index: 3; text-decoration: none; + background-color: #fff; } #p-cactions h5 { display: none;