mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
22 lines
436 B
CSS
22 lines
436 B
CSS
body
|
|
{
|
|
background: #000000;
|
|
color: white;
|
|
font: 1em/2em Arial, Helvetica;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
padding: 0;
|
|
}
|
|
|
|
* {
|
|
user-select: none;
|
|
-webkit-tap-highlight-color: rgb(0, 0, 0, 0);
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
}
|