From 6ee3165d6f7d00f49cdb0d4197487bc1685d4a4b Mon Sep 17 00:00:00 2001 From: Teromene Date: Wed, 3 Aug 2016 21:54:54 +0200 Subject: [PATCH] Fix no cursor on show more/show less --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 4ad2a3e7..f8305069 100644 --- a/css/style.css +++ b/css/style.css @@ -171,6 +171,7 @@ h5 { .showmore, .showless { color: #888888; + cursor: pointer; }