Created
October 26, 2012 19:21
-
-
Save jessebeach/3960870 to your computer and use it in GitHub Desktop.
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
#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