summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2016-08-26 09:55:21 +0100
committerHolger Levsen <holger@layer-acht.org>2016-08-26 12:48:59 +0200
commit2b5af09c728b1a3cefd1fcbd481392ca3d235277 (patch)
tree4756f6bfb42d72e8100ce98dcd4ac35d8b67c320 /userContent
parent6c5440fdf2f485603eb1b9d86d50ea095306e16c (diff)
downloadjenkins.debian.net-2b5af09c728b1a3cefd1fcbd481392ca3d235277.tar.xz
Give details elems "cursor: pointer" to highlight they are clickable.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'userContent')
-rw-r--r--userContent/reproducible/static/style.css4
1 files changed, 4 insertions, 0 deletions
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;