Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3EB0410939 for ; Wed, 19 Feb 2014 18:50:12 +0000 (UTC) Received: (qmail 5426 invoked by uid 500); 19 Feb 2014 18:50:10 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 5354 invoked by uid 500); 19 Feb 2014 18:50:09 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Delivered-To: moderator for users@flex.apache.org Received: (qmail 60083 invoked by uid 99); 19 Feb 2014 15:29:04 -0000 X-ASF-Spam-Status: No, hits=2.6 required=5.0 tests=FORGED_YAHOO_RCVD,FREEMAIL_ENVFROM_END_DIGIT,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Date: Wed, 19 Feb 2014 07:28:37 -0800 (PST) From: leejk To: users@flex.apache.org Message-ID: <1392823717606-5057.post@n4.nabble.com> Subject: How To Style The ButtonBar? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.