mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-08 21:56:12 +02:00
Merge pull request #2258 from 0ip/fix/button-select
Prevent selection on buttons
This commit is contained in:
commit
f3f653f07f
@ -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…
x
Reference in New Issue
Block a user