mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
Highlight button for currently opened dialog
This commit is contained in:
parent
8d7ec7d24a
commit
2adda472fc
2 changed files with 12 additions and 1 deletions
|
@ -1290,3 +1290,11 @@ label {
|
|||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue