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 ++ public/static/v4 | 1 - public/static/v5 | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) delete mode 120000 public/static/v4 create mode 120000 public/static/v5 (limited to 'public/static') 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 { diff --git a/public/static/v4 b/public/static/v4 deleted file mode 120000 index 945c9b4..0000000 --- a/public/static/v4 +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file diff --git a/public/static/v5 b/public/static/v5 new file mode 120000 index 0000000..945c9b4 --- /dev/null +++ b/public/static/v5 @@ -0,0 +1 @@ +. \ No newline at end of file -- cgit v1.2.3