Hi,
I'm trying to simply change the color of the skin states of the
ButtonBarButtons in the TabbedViewNavigator. It seems I can change the
chromeColor of the ButtonBar using CSS styles defined in the top level MXML,
but not the states. This is a TabbedViewNavigatorApplication with a
TabbedViewNavigator being a child of one of the Views. I want to only affect
the TabbedViewNavigator. Here is what I've tried without success:
s|TabbedViewNavigatorApplication s|View
s|TabbedViewNavigator#tabbedViewNavigator #tabBar
s|ButtonBarButton:upAndSelected,
s|TabbedViewNavigatorApplication s|View
s|TabbedViewNavigator#tabbedViewNavigator #tabBar
s|ButtonBarButton:overAndSelected,
s|TabbedViewNavigatorApplication s|View
s|TabbedViewNavigator#tabbedViewNavigator #tabBar
s|ButtonBarButton:downAndSelected,
s|TabbedViewNavigatorApplication s|View
s|TabbedViewNavigator#tabbedViewNavigator #tabBar
s|ButtonBarButton:disabledAndSelected {
chromeColor: #FFCC00;
color: #000000;
}
Cannot this done this way?
thx
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/How-To-Style-The-ButtonBar-tp5057.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.