Limit hover effect to the dropbutton arrow for consistency reasons

release-0.6
thomascube 14 years ago
parent fbe24e9fa9
commit e363b0d3f9

@ -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;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 465 B

After

Width:  |  Height:  |  Size: 374 B

Loading…
Cancel
Save