aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2023-09-16 22:16:03 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2023-09-16 22:16:03 +0100
commit3ddad0a0addfcf0761eddec48467152252d19f7d (patch)
tree0ff433beaf21c2be14af9cb0d6839fe90b7ebd33 /static/style.css
parent99045cf9ee3034ee540f4fd0d69c31fb20850137 (diff)
downloadblossom-3ddad0a0addfcf0761eddec48467152252d19f7d.tar.gz
blossom-3ddad0a0addfcf0761eddec48467152252d19f7d.tar.bz2
blossom-3ddad0a0addfcf0761eddec48467152252d19f7d.zip
add ability to hide checklist (no js!)
Diffstat (limited to '')
-rw-r--r--static/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 039c62c..e4e3ebd 100644
--- a/static/style.css
+++ b/static/style.css
@@ -455,9 +455,18 @@ iframe {
margin: 2vw 0;
}
+input[type=checkbox]:checked~ul {
+ display: none;
+}
+
+.checklist p {
+ display: inline;
+}
+
.checklist ul {
list-style-type: none !important;
padding: 0;
+ margin-bottom: 0;
}
code {