mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
Prevent selection on buttons
This commit is contained in:
parent
4569e91592
commit
29f8f13423
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