This commit is contained in:
GitHub Merge Button 2012-02-03 17:21:02 -08:00
commit 1d1b46fe34
2 changed files with 15 additions and 1 deletions

View file

@ -1289,3 +1289,11 @@ label {
font-size: 11px;
font-weight: bold;
}
.selected {
background: #eee !important;
background: -webkit-linear-gradient(#EEE, #F0F0F0) !important;
background: -moz-linear-gradient(#EEE, #F0F0F0) !important;
background: -ms-linear-gradient(#EEE, #F0F0F0) !important;
background: -o-linear-gradient(#EEE, #F0F0F0) !important;
}