step cursor black icon

GK User
Sun Nov 14, 2010 4:27 pm
when you hover a few bouton are covered by a black icon


http://yfrog.com/6cproblemalinkj

http://yfrog.com/51problemalink2j
User avatar
Fresh Boarder

GK User
Sun Nov 14, 2010 4:34 pm
Hi

We need to see it.
Screenshots don't help.
User avatar
Platinum Boarder

GK User
Sun Nov 14, 2010 4:48 pm
User avatar
Fresh Boarder

GK User
Sun Nov 14, 2010 5:17 pm
Hi

This issue comes from your VM theme provider.
You have 2 choices:
Or add hover class attribute, like this:

Code: Select all
input.yagendoo_qty_button_up:hover {}
input.yagendoo_qty_button_down:hover {}
input.yagendoo_addtocart_button:hover {}


or add !important rule to background attribute to the following classes.

Code: Select all
input.yagendoo_qty_button_up {}
input.yagendoo_qty_button_down {}
input.yagendoo_addtocart_button {}


Cheers ;)
User avatar
Platinum Boarder


cron