Adding css user-select none etc

This commit is contained in:
peteruithoven 2014-01-16 12:05:23 +01:00
parent fc8c83ae19
commit 89ee355b2e
1 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,18 @@
.btn {
background-repeat: no-repeat;
cursor: pointer;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
-khtml-user-drag: none;
-webkit-user-drag: none;
-webkit-touch-callout: none; /* disable callout, image save panel */
-webkit-tap-highlight-color: transparent; /* "turn off" link highlight */
}
.btn.disabled {