thomascube
2010-11-24 e363b0d3f945f62c680d8a40c0119a2ffc77d2ee
Limit hover effect to the dropbutton arrow for consistency reasons

2 files modified
4 ■■■■ changed files
skins/default/common.css 4 ●●●● patch | view | raw | blame | history
skins/default/images/dbutton.png patch | view | raw | blame | history
skins/default/common.css
@@ -471,7 +471,7 @@
.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 @@
.dropbutton span:hover
{
  cursor: pointer;
  background-position: -64px 0;
  background-position: -74px 0;
}
skins/default/images/dbutton.png