Created
July 16, 2013 14:49
-
-
Save tonylukasavage/6009423 to your computer and use it in GitHub Desktop.
TSS reset for Alloy/Titanium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'Label[platform=android]': { | |
color: '#000' // all platforms except Android default to black | |
} | |
'Window': { | |
backgroundColor: '#fff' // white background instead of default transparent | |
} | |
'Window[platform=android]': { | |
modal: false // make android windows all heavyweight | |
} | |
'TextField': { | |
borderStyle: Ti.UI.INPUT_BORDERSTYLE_ROUNDED // common default style | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Another one I'd add: