I have tried to apply a hover style to tab panel items. I have applied
it in the project's css file as follows:
.gwt-TabBar .gwt-TabBarItem:hover {
background:#2647a0 url(../images/sprite.png) repeat-x left
-1300px;
border:solid #a3a3a3;
border-width:0 1px;
color:#000;
}
But doing so hasn't resulted in any hovering effect. I also tried
googling but with no results... Am I doing something wrong or it is
not possible to have hover effect on tab bar items.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---