@namespace s "library://ns.adobe.com/flex/spark"; s|Button { chromeColor: #AAAAAA; color: #000000; fontSize: 24; } s|CheckBox:state2 { chromeColor: #AAAAAA; } s|ActionBar #titleDisplay { color: #ffff00; } @media all and /* Adding comments to ensure this does not change anything */ (os-platform: "Android") and (application-dpi: 160) { s|Button { color: #990000; fontSize: 22; } s|CheckBox:state2 { chromeColor: #990000; } s|ActionBar #titleDisplay { color: #ff0000; } } @media screen and (os-platform: "Android") and (application-dpi: 240) { s|Button { color: #009900; fontSize: 26; } s|CheckBox:state2 { chromeColor: #009900; } s|ActionBar #titleDisplay { color: #00ff00; } } @media (os-platform: "IOS") and (application-dpi: 320) { s|Button { chromeColor: #000099; color: #ffffff; fontSize: 28; } s|CheckBox:state2 { chromeColor: #000099; } s|ActionBar #titleDisplay { color: #0000ff; } }