mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
Merge pull request #2258 from 0ip/fix/button-select
Prevent selection on buttons
This commit is contained in:
commit
f3f653f07f
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@ a img {
|
|||
.toolbar ul li {
|
||||
float: left;
|
||||
margin-left: 2px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.toolbar ul li.separator {
|
||||
border: inherit;
|
||||
|
|
Loading…
Reference in a new issue