From issues-return-11390-apmail-flex-issues-archive=flex.apache.org@flex.apache.org Sat Dec 17 05:54:59 2016 Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DA5219266 for ; Sat, 17 Dec 2016 05:54:59 +0000 (UTC) Received: (qmail 32875 invoked by uid 500); 17 Dec 2016 05:54:59 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 32589 invoked by uid 500); 17 Dec 2016 05:54:58 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 32555 invoked by uid 99); 17 Dec 2016 05:54:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Dec 2016 05:54:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 894BC2C03DF for ; Sat, 17 Dec 2016 05:54:58 +0000 (UTC) Date: Sat, 17 Dec 2016 05:54:58 +0000 (UTC) From: "Alex Harui (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FLEX-35171) CSS color RGB not set in component MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-35171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui resolved FLEX-35171. ------------------------------- Resolution: Fixed 3e266d84bec856de5f153e5d5b427638d3f6fc66 > CSS color RGB not set in component > ---------------------------------- > > Key: FLEX-35171 > URL: https://issues.apache.org/jira/browse/FLEX-35171 > Project: Apache Flex > Issue Type: Bug > Components: FlexJS > Affects Versions: Apache FlexJS 0.8.0 > Environment: Mac OS X Sierra > Reporter: Carlos Rovira > Assignee: Alex Harui > Fix For: Apache FalconJX 0.8.0 > > > I want to set a color:#fff > If I put in a css class external selector, this is not applied (but rest of rules works ok). > If I put in inline style, this is working ok. > If you want to see the code is in MDLExample, App.mxml line 117: > . <-- I need to set the color here to get text inside this component white, if not it gets black > The css style is mdl-styles.css > .cardTitle > { > color: #fff; <--- this rule is not working > height: 176px; > } -- This message was sent by Atlassian JIRA (v6.3.4#6332)