mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
overwrite existing bg
This commit is contained in:
parent
2adda472fc
commit
82b04df085
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue