fixed web selection

This commit is contained in:
Devaev Maxim
2020-09-09 11:21:38 +03:00
parent b377123e48
commit 669fc608ed
5 changed files with 12 additions and 10 deletions

View File

@@ -21,12 +21,13 @@
div.switch-box {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
display: inline-block;
vertical-align: middle;
position: relative;
width: 50px;
-webkit-user-select: none;
-moz-user-select: none;
}
div.switch-box input[type=checkbox] {