summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;