Skip to content

Instantly share code, notes, and snippets.

@steida
Created April 3, 2009 18:20
Show Gist options
  • Save steida/89875 to your computer and use it in GitHub Desktop.
Save steida/89875 to your computer and use it in GitHub Desktop.
var ArtSheet = {
'widget': { roundness: 4, backgroundOpacity: .7 },
'widget:focus': { backgroundOpacity: .9 },
'widget button': { roundness: 2, backgroundOpacity: 1 },
'widget button:hover': { roundness: 4 },
'widged input': { roundness: 4, backgroundOpacity: 1 }
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment