Hi,
I'm using TabPanel. It has a default blue border. I've edit css for
it:
.gwt-TabPanel {
  margin-top: 4px;
  border: none;
  width: 100%;
  text-decoration: none;

}

.gwt-TabPanelBottom {
  padding: 10px;
  display: block;
  border-width: 0px;
  border-color: #444444;
}
.gwt-TabBar {
  padding-top: 2px;
  border-bottom: 4px solid #ffffff;
  background-color: #ffffff;
}

and i have set it to the panel weget:
tabPanel.setStyleName("gwt-TabPanel");

but the blue border is still there
Any advice?
--~--~---------~--~----~------------~-------~--~----~
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