summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-01-09 12:57:37 +0100
committernsensfel <SpamShield0@noot-noot.org>2018-01-09 12:57:37 +0100
commitc67d87c4e22daff2e9c205ebc0a7e7c5124cd924 (patch)
tree2a9f7b189f06127c27231032bcae9a64ae959c11 /src/global/www
parent232542ef4b073803e3151cb335c24e125a84ea0c (diff)
Makes it easier to see what is clickable.
Diffstat (limited to 'src/global/www')
-rw-r--r--src/global/www/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/global/www/style.css b/src/global/www/style.css
index 9bffa0b..cd083b4 100644
--- a/src/global/www/style.css
+++ b/src/global/www/style.css
@@ -16,3 +16,9 @@ html, body, .fullscreen-module
padding: 0;
display: flex;
}
+
+.clickable
+{
+ cursor: pointer;
+ touch-action: manipulation;
+}