Merge pull request #2258 from 0ip/fix/button-select

Prevent selection on buttons
This commit is contained in:
John McLear 2014-10-05 12:41:40 +01:00
commit f3f653f07f
1 changed files with 4 additions and 0 deletions

View File

@ -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;