axmol/tests/js-tests/style.css

16 lines
300 B
CSS
Raw Normal View History

2016-06-22 14:02:29 +08:00
html {
-ms-touch-action: none;
}
body, canvas, div {
display: block;
outline: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2016-06-22 14:02:29 +08:00
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}