From: Tom Hughes Date: Sun, 14 Mar 2010 15:48:42 +0000 (+0000) Subject: Make disabled tabs more obvious. Based on patch from Adrian Cochrane. X-Git-Tag: live~6294^2~36 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ea458b1821ab29fb37fd14def1eb2a20e7787e6e Make disabled tabs more obvious. Based on patch from Adrian Cochrane. --- diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index c28a3c02c..4efbd928f 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -280,14 +280,16 @@ hr { color: #000; } -#tabnav a:link:hover +#tabnav a:link:hover, #tabnav a:visited:hover { background: #fff; } -#tabnav a.disabled +#tabnav a:link.disabled, #tabnav a:visited.disabled, +#tabnav a:link:hover.disabled, #tabnav a:visited:hover.disabled { - font-style: italic; + background: #bbbbbb; + color: white } /* Rules for greeting bar in the top right corner */