diff options
Diffstat (limited to 'userContent/reproducible')
-rw-r--r-- | userContent/reproducible/static/style.css | 4 |
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; |