Created
June 1, 2011 05:31
-
-
Save robustdj/1001828 to your computer and use it in GitHub Desktop.
This file contains 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
ul.as-selections li.as-selection-item { | |
color: #fff; | |
font-weight: bold; | |
font-size: 13px; | |
font-family: "Lucida Grande", arial, sans-serif; | |
text-shadow: 0 0 0 #fff; | |
background-color: #9d001b; | |
background-image: none; | |
border: 0; | |
padding: 4px 7px 4px 10px; | |
border-radius: 0; | |
-webkit-border-radius: 0; | |
-moz-border-radius: 0; | |
box-shadow: 0; | |
-webkit-box-shadow: 0; | |
-moz-box-shadow: 0; | |
} | |
ul.as-selections li.as-selection-item:hover { | |
color: #fff; | |
font-size: 13px; | |
font-family: "Lucida Grande", arial, sans-serif; | |
text-shadow: 0 0 0 #fff; | |
background-color: #6c121a; | |
background-image: none; | |
border: 0; | |
padding: 4px 7px 4px 10px; | |
border-radius: 0; | |
-webkit-border-radius: 0; | |
-moz-border-radius: 0; | |
box-shadow: 0; | |
-webkit-box-shadow: 0; | |
-moz-box-shadow: 0; | |
} | |
ul.as-selections li.as-selection-item.blur { | |
color: #58595b; | |
background-color: #cccbcb; | |
background-image: none; | |
box-shadow: 0; | |
-webkit-box-shadow: 0; | |
-moz-box-shadow: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment