All the other CSS styles are easily applied after setting a style name
to the tab bar and addressing them as follows:
.customizedStyleName .tabTopCenter {
background-image: url('images/centerTopImage.gif');
}
but this doesn't appear to work for the two corners, the base GWT
overrides my CSS. The CSS for the right corner looks like this:
html > body .gwt-DecoratedTabBar .tabTopRight {
when inspecting it in Firebug (yah Firefox). Can anyone tell me how
to override this?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---