Yup, I would have found that very useful as well :) The way to something
pretty seems endless without the default CSS... Well, maybe you can use this
as a start:

.gwt-TabLayoutPanelTabs .gwt-TabLayoutPanelTab {
    cursor: pointer;
    color: black;
    font-weight: bold;
    text-align: center;
    background-color: #e3e9ff;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    float: left;
    padding: 6px 10px;
    margin: 0 4px;
}

.gwt-TabLayoutPanelTabs .gwt-TabLayoutPanelTab-selected {
    background-color: #bcf;
    cursor: default;
}

.gwt-TabLayoutPanelTab .gwt-Label {
    color: black;
    font-weight: bold;
}
--
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