mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +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 {
|
.toolbar ul li {
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
.toolbar ul li.separator {
|
.toolbar ul li.separator {
|
||||||
border: inherit;
|
border: inherit;
|
||||||
|
|
Loading…
Reference in a new issue