[css] fix disappearing image in menu when a:hover stable
authorCharles Hébert <charles.hebert@logilab.fr>
Tue, 23 Feb 2010 12:43:16 +0100
branchstable
changeset 4657 79005a48b221
parent 4656 027bbff3659f
child 4663 ebbe62209f4e
[css] fix disappearing image in menu when a:hover
web/data/cubicweb.css
--- a/web/data/cubicweb.css	Tue Feb 23 08:41:06 2010 +0100
+++ b/web/data/cubicweb.css	Tue Feb 23 12:43:16 2010 +0100
@@ -392,7 +392,11 @@
   color: #111100;
 }
 
-
+ul.boxListing a.boxMenu:hover {
+                                background: #eeedd9 url(puce_down.png) no-repeat scroll 98% 6px;
+                                cursor:pointer;
+                                border-top:medium none;
+                                }
 a.boxMenu {
   background: transparent url("puce_down.png") 98% 6px no-repeat;
   display: block;