UNPKG

flex-sdk

Version:

A Node.js module to download and "install" the latest open source Apache/Adobe Flex SDK.

44 lines (38 loc) 1.01 kB
/* //////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2009 Adobe Systems Incorporated // All Rights Reserved. // // NOTICE: Adobe permits you to use, modify, and distribute this file // in accordance with the terms of the license agreement accompanying it. // //////////////////////////////////////////////////////////////////////////////// */ @namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; global { chrome-color: #93AE93; color: #333333; content-background-color: #afcfaf; symbol-color: #000000; roll-over-color: #ffffab; selection-color: #EAEA9D; focus-color: #B2D2B2; accent-color: #B2D2B2; } s|Application,s|Panel,mx|Panel,mx|TitleWindow,mx|TabNavigator,mx|SwatchPanel { background-color: #93AE93; } s|RichEditableText { focusedTextSelectionColor: #EAEA9D; unfocusedTextSelectionColor: #EAEA9D; } mx|DataGrid { alternating-item-colors: #afcfaf, #afcfaf; }