Hi all,
You see that the menutext is white when hovered. But the black arrow on the right side disappears.
I made a white version of this and I tried a several things to make a hover for the arrow too.
In jquery.mobile-1.0min.css I add the following line:
- .ui-icon,.ui-icon-searchfield:hover:after{background-image:url(images/icons-18-white.png);background-repeat:no-repeat;}
or
- .ui-icon,.ui-icon-searchfield:hover{background-image:url(images/icons-18-white.png);background-repeat:no-repeat;}
But it al won't work.
Does someone know how I can hover the arrow?
Greets Mark