- Disable text selection on IE 9.

This commit is contained in:
Paulo Gustavo Veiga
2012-06-24 21:51:04 -03:00
parent 5b966d870f
commit 65e7f2ce63
9 changed files with 18 additions and 17 deletions

View File

@@ -51,11 +51,6 @@ body {
font: 13px arial, helvetica, clean, sans-serif;
font-size: small;
font: x-small;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
table {

View File

@@ -7,6 +7,12 @@
@import "header.less";
body {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow:hidden;
}