diff options
author | thomascube <thomas@roundcube.net> | 2010-11-24 12:02:45 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-11-24 12:02:45 +0000 |
commit | e363b0d3f945f62c680d8a40c0119a2ffc77d2ee (patch) | |
tree | 357dde89f6cfe022b67aff6296078abb50dc20b2 /skins | |
parent | fbe24e9fa92bf1f118bac2053fea822b8213c3f6 (diff) |
Limit hover effect to the dropbutton arrow for consistency reasons
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/common.css | 4 | ||||
-rw-r--r-- | 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 Binary files differindex 31f9d6347..58a124594 100644 --- a/skins/default/images/dbutton.png +++ b/skins/default/images/dbutton.png |