almost 11 years ago
Sometime you may need to prevent from text selection on double click of mouse button. You can use use the following css3 code for the same:-
- .monthReport label {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.monthReport label {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
0 Comment(s)