Another thing I am having trouble with is getting rid of the borders
around the tab (the top part, NOT the tab body)

Any idea what style I have to set? The documentation seems incomplete. 

Thanks!

--- In [email protected], "williamkusumo" <[EMAIL PROTECTED]>
wrote:
>
> Hi!
> 
> I am trying to get the unselected Tab in a TabNavigator to be pure
> white, but so far everything I tried always ended up with a gray-ish
> tab. Why is that??
> 
> Here's the CSS I have:
> 
> .myTab
> {
>       tabWidth:80;
>       tabHeight:25;
>       horizontalAlign:right;
>       horizontalGap:3;
>       backgroundColor:#EEEEEE;
>       tabStyleName:"myTabs";
>       selectedTabTextStyleName:"mySelectedTabs";
> }
> .myTabs
> {
>       cornerRadius:0;
>       fontSize:12;
>       color:#CCCCCC;
>       fillColors:#FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF;
>       fillAlphas:1, 1;
>       highlightAlphas:0, 0;
> }
> .mySelectedTabs
> {
>       color:#666666;
> }
> 
> I tried adjusting the alphas as well, no luck, is there any other
> styles I need to be setting? Appreciate the help!
>


Reply via email to