Skip to content

Instantly share code, notes, and snippets.

@vivekgidmare
Forked from FokkeZB/app.tss
Created September 27, 2013 06:33
Show Gist options
  • Save vivekgidmare/6724853 to your computer and use it in GitHub Desktop.
Save vivekgidmare/6724853 to your computer and use it in GitHub Desktop.
".btn": {
borderSize: 1,
borderColor: '#1881f9',
borderRadius: 3,
color: '#1881f9',
height: 26,
style: Ti.UI.iPhone.SystemButtonStyle.PLAIN,
font: {
fontSize: 15,
fontFamily: 'HelveticaNeue'
}
}
// Add and remove this class on touchstart and touchend
".pressed": {
backgroundColor: '#1881f9',
color: '#fff',
font: {
fontSize: 15,
fontFamily: 'HelveticaNeue-Medium',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment