From 774ea45b2fdff69841ae5b6a6fdd394a10b49e2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Sun, 14 Feb 2021 11:35:08 +0100 Subject: [PATCH] copied trailbtn styles from old version --- therapies/therapy.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/therapies/therapy.css b/therapies/therapy.css index 79a3e0c..046b961 100644 --- a/therapies/therapy.css +++ b/therapies/therapy.css @@ -1,5 +1,19 @@ * { position: static; } +.trailbtn { display: none; } +.trailbtn + .trailbox { display: none; } +.trailbtn:checked + .trailbox { display: inline-block; } +.trailbtn:checked + .trailbox + .trailbtn { display: block; } +.trailbtn:checked + .trailbox + .trailbtn:before { + display: block; content: '+'; + width: 3ex; text-align: center; + margin-top: .25em; padding: .25em 0; + background-color: #FFF; + border-width: 1px; border-style: solid; +} +.trailbtn:checked + .trailbox + .trailbtn:checked, +.trailbtn:checked { display: none; } + .trailbtn:checked + fieldset.trailbox { display: block;} .trailbtn:checked + .trailbox + .trailbtn { -- 2.39.2