diff --git a/css/buttons.scss b/css/buttons.scss index 27fb845a9..b854356d6 100644 --- a/css/buttons.scss +++ b/css/buttons.scss @@ -47,6 +47,11 @@ button { border: 1px solid #333; cursor: default; + -moz-user-select: none; + -ms-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + &:hover { .tooltiptext, .tooltiptexthigh,