Change the appearance of the browser TAB container

This should be very simple, but I was not able to understand how do:

I have a tab navigator that uses a dark background color, so the text that is displayed in white or a light color. The text of the tab label is always black.

How can I make the TEXT of the TAB LABEL appear in a lighter color?

Carlos

You should be able to do it with

tabNavigator.setStyle ("color", "#FFFFFF");

According to the language reference that should change the color of the text element including labels

-Andy

Tags: Flex

Similar Questions

Maybe you are looking for