Re: TabPanel border - How do I change border color (and tab color)

2009-10-30 Thread alex.d
You need to apply your style to the deckpanel: tabPanel.getDeckPanel ().addStyleName(no-border-style); On 29 Okt., 18:32, thc tclotwor...@integratedsecure.com wrote: Hello, I have been using the TabPanel.setStyleName() method to set TabPanel properties to a custom value in a CCS file.

Re: TabPanel border - How do I change border color (and tab color)

2009-10-30 Thread thc
Excellent! That did it. Thanks. On Oct 30, 3:48 am, alex.d alex.dukhov...@googlemail.com wrote: You need to apply your style to the deckpanel: tabPanel.getDeckPanel ().addStyleName(no-border-style); On 29 Okt., 18:32, thc tclotwor...@integratedsecure.com wrote: Hello, I have been

TabPanel border - How do I change border color (and tab color)

2009-10-29 Thread thc
Hello, I have been using the TabPanel.setStyleName() method to set TabPanel properties to a custom value in a CCS file. However, the one thing that is not working is setting the border color. I was assuming that using border-color attribute would work (as it does for me with other GWT widget