summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-24 12:02:45 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-24 12:02:45 +0000
commit69c4bc4f1c65cb24beacfc063c8741e9f7239cef (patch)
tree56c59ec244f339d606c8f4060670d7fc4293d819
parent1f1597a6baec4f3f0050d19a1f3207a754b95bcd (diff)
Limit hover effect to the dropbutton arrow for consistency reasons
git-svn-id: https://svn.roundcube.net/trunk@4258 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/common.css4
-rw-r--r--roundcubemail/skins/default/images/dbutton.pngbin465 -> 374 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css
index b0188fe86..938c68a5e 100644
--- a/roundcubemail/skins/default/common.css
+++ b/roundcubemail/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/roundcubemail/skins/default/images/dbutton.png b/roundcubemail/skins/default/images/dbutton.png
index 31f9d6347..58a124594 100644
--- a/roundcubemail/skins/default/images/dbutton.png
+++ b/roundcubemail/skins/default/images/dbutton.png
Binary files differ