From 2b5af09c728b1a3cefd1fcbd481392ca3d235277 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Fri, 26 Aug 2016 09:55:21 +0100 Subject: Give details elems "cursor: pointer" to highlight they are clickable. Signed-off-by: Holger Levsen --- userContent/reproducible/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'userContent') diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index 5ac16f7d..b0ca0ad3 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -357,6 +357,10 @@ form { border-bottom: 1px solid #ddd; } +details { + cursor: pointer; +} + label { cursor: pointer; display: inline-block; -- cgit v1.2.3-54-g00ecf