From: Trevor Parscal Date: Wed, 12 Aug 2009 16:53:30 +0000 (+0000) Subject: Fixes bug #20193 by adding style rules for the selected class of Vector menus. X-Git-Tag: 1.31.0-rc.0~40341 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=b2964ed080e9d32fd33f9eb4e83a964b98d4aa7e;p=lhc%2Fweb%2Fwiklou.git Fixes bug #20193 by adding style rules for the selected class of Vector menus. --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index e22fcbc4b2..db47077a6d 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -280,6 +280,18 @@ body { div.vectorMenu li > a { display: block; } + div.vectorMenu li a, + div.vectorMenu li a span { + color: #0645ad; + cursor: pointer; + } + div.vectorMenu li.selected a, + div.vectorMenu li.selected a span, + div.vectorMenu li.selected a:visited + div.vectorMenu li.selected a:visited span { + color: #333333; + text-decoration: none; + } /* Search */ #p-search h5 { display: none; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 9c2550a4c5..368b26f851 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -280,6 +280,18 @@ body { div.vectorMenu li > a { display: block; } + div.vectorMenu li a, + div.vectorMenu li a span { + color: #0645ad; + cursor: pointer; + } + div.vectorMenu li.selected a, + div.vectorMenu li.selected a span, + div.vectorMenu li.selected a:visited + div.vectorMenu li.selected a:visited span { + color: #333333; + text-decoration: none; + } /* Search */ #p-search h5 { display: none;