disable selection which brings havoc on touchscreens
[Biblio-RFID.git] / examples / selfcheck.html
index fd00e61..d55cbf7 100644 (file)
@@ -9,6 +9,11 @@
 body, input {
        font-family: 'Roboto', sans-serif;
        font-size: 110%;
+       /* disable selection which brings havoc on touchscreens */
+       -webkit-user-select: none;
+       -moz-user-select: -moz-none;
+       -ms-user-select: none;
+       user-select: none;
 }
 
 body {