summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-01-09 12:57:37 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-01-09 12:57:37 +0100 |
commit | c67d87c4e22daff2e9c205ebc0a7e7c5124cd924 (patch) | |
tree | 2a9f7b189f06127c27231032bcae9a64ae959c11 /src/global/www | |
parent | 232542ef4b073803e3151cb335c24e125a84ea0c (diff) |
Makes it easier to see what is clickable.
Diffstat (limited to 'src/global/www')
-rw-r--r-- | src/global/www/style.css | 6 |
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; +} |