# HG changeset patch # User Charles Hébert # Date 1266925396 -3600 # Node ID 79005a48b221cbd3b5319beeee02b72d9f764e7d # Parent 027bbff3659f90f8070a39b17b83f666e0d1c82c [css] fix disappearing image in menu when a:hover diff -r 027bbff3659f -r 79005a48b221 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;