mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 18:06:15 -04:00
Merge pull request #396 from 0ip/ui_dialog_hl
Mark UI button of currently 'open' dialog
This commit is contained in:
commit
894ff56611
2 changed files with 15 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue