overwrite existing bg

This commit is contained in:
Robin 2012-02-03 20:48:47 +01:00
parent 2adda472fc
commit 82b04df085
1 changed files with 5 additions and 5 deletions

View File

@ -1292,9 +1292,9 @@ label {
}
.selected {
background: #eee;
background: -webkit-linear-gradient(#EEE, #F0F0F0);
background: -moz-linear-gradient(#EEE, #F0F0F0);
background: -ms-linear-gradient(#EEE, #F0F0F0);
background: -o-linear-gradient(#EEE, #F0F0F0);
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;
}