Skip to content

Instantly share code, notes, and snippets.

@robustdj
Created June 1, 2011 05:31
Show Gist options
  • Save robustdj/1001828 to your computer and use it in GitHub Desktop.
Save robustdj/1001828 to your computer and use it in GitHub Desktop.
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