So I set the style name of my GWT Label:
currentDataNameDescriptionLabel.setStyleName("NFRFP-Label
NFRFP-ClickableLabel");
and I have this css:
.NFRFP-Label {
float: left;
font-size: 17px;
margin-right: 4px;
}
.NFRFP-ClickableLabel {
cursor: pointer;
}
.NFRFP-ClickableLabel: hover {
background-color: #EEEEEE;
}
And... no joy. When I use the Chrome Developer Plugin to edit the
NFRFP-ClickableLabel class to be NFRFP-ClickableLabel:hover in a running
page, well it works fine.
Any idea on how I can get the css hover selector to work with a GWT Label?
Cheers,
David
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.