GWT has its own CSS for the widgets, you will have to change that
inorder to affect the widgets (in your case the tabpanel). Add this to
your CSS file,
eg:-
.gwt-TabPanel {
        color: #33333;
}

.gwt-TabPanelBottom {

}
etc.

CSS Style Rules

    * .gwt-TabPanel { the tab panel itself }
    * .gwt-TabPanelBottom { the bottom section of the tab panel (the
deck containing the widget) }


You can find this information in the GWT API

Thanks
Harry
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to