From 6fbaf22a63f389c711ce8bcfed76051a27fe2871 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 13 Jan 2019 11:15:58 +0100 Subject: show pointer cursor on app screen --- public/static/default.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/static/default.css') diff --git a/public/static/default.css b/public/static/default.css index 9610bea..c3e0d6a 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -27,6 +27,7 @@ div.app > ul > li { display:block; width:100%; position:relative; + cursor: pointer; } div.appdark > ul > li { @@ -171,6 +172,7 @@ div.app li .moreinfo { bottom:0em; z-index: 5; overflow: auto; + cursor: default; } div.applight li .moreinfo { -- cgit v1.2.3