Skip to content

Instantly share code, notes, and snippets.

@jessebeach
Created October 26, 2012 19:21
Show Gist options
  • Save jessebeach/3960870 to your computer and use it in GitHub Desktop.
Save jessebeach/3960870 to your computer and use it in GitHub Desktop.
#edit_modal a.gray-button:active,
.edit-toolbar a.gray-button:active {
background-color: #f5f5f5;
background-image: -moz-linear-gradient(-90deg, transparent 0%, rgba(205, 205, 205, 1) 150%);
background-image: -webkit-linear-gradient(-90deg, transparent 0%, rgba(205, 205, 205, 1) 150%);
background-image: -o-linear-gradient(-90deg, transparent 0%, rgba(205, 205, 205, 1) 150%);
background-image: linear-gradient(-90deg, transparent 0%, rgba(205, 205, 205, 1) 150%);
border-color: #cdcdcd;
border-width:1px;
border-radius:5px ;
border-style:solid;
-moz-box-shadow:0px 2px 1px rgba(0,0,0,0.1);
-webkit-box-shadow:0px 2px 1px rgba(0,0,0,0.1);
box-shadow:0px 2px 1px rgba(0,0,0,0.1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment