summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2014-08-31 08:48:31 +0200
committerJustin Worthe <justin.worthe@gmail.com>2014-08-31 08:48:31 +0200
commit200c0896bc0e03f1ea15654abf76bddcbbe80989 (patch)
treeb6695d0523f3eb597fe5abb1aa11261870746a16 /css
parent8d9e59e1d3addfcbeab2a00796e5e2da3ff0a608 (diff)
Hid cursor on canvas
Diffstat (limited to 'css')
-rw-r--r--css/styles.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css
index 41e49b0..cb222a5 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -20,4 +20,6 @@ html, body, #interactive-pacbot {
max-width: 100%;
height: auto;
width: auto;
+
+ cursor: none !important;
}