Prevent selection on buttons

This commit is contained in:
0ip 2014-10-05 13:35:20 +02:00
parent 4569e91592
commit 29f8f13423
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;