Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Found in 4.0.0.13316
Steps to reproduce:
1. Compare the sample spark_sky.css file tot he sample_sage.css file (or desert, graphite, cobalt).
Actual Results:
/* spark_sky.css */
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
global
{
chrome-color: #DEEBFF;
color: #444444;
content-background-color: #FFFFFF;
symbol-color: #333333;
roll-over-color: #EBF4FF;
selection-color: #DEEBFF;
focus-color: #EEEEEE;
accent-color: #C0E3FF;
}
s|Application
{
background-color: #EBF4FF;
}
Compare that to the other 4 spark_*.css sample themes
/* spark_sage.css */
@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;
}
Expected Results:
spark_sky.css should
Workaround (if any):
Modify the spark_sky.css theme and add the missing styles/colors.