From e363b0d3f945f62c680d8a40c0119a2ffc77d2ee Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 24 Nov 2010 12:02:45 +0000 Subject: Limit hover effect to the dropbutton arrow for consistency reasons --- skins/default/common.css | 4 ++-- skins/default/images/dbutton.png | Bin 465 -> 374 bytes 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/default/common.css b/skins/default/common.css index b0188fe86..938c68a5e 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -471,7 +471,7 @@ img .dropbutton:hover { - background: url(images/dbutton.png) 0 0 no-repeat transparent; +/* background: url(images/dbutton.png) 0 0 no-repeat transparent; */ } .dropbutton span @@ -483,7 +483,7 @@ img .dropbutton span:hover { cursor: pointer; - background-position: -64px 0; + background-position: -74px 0; } diff --git a/skins/default/images/dbutton.png b/skins/default/images/dbutton.png index 31f9d6347..58a124594 100644 Binary files a/skins/default/images/dbutton.png and b/skins/default/images/dbutton.png differ -- cgit v1.2.3