X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=static%2Ftherapy.css;fp=static%2Ftherapy.css;h=16528a4c5209e3ae2bd825dedd059f1ca303a70e;hp=f7dc3beae7f45e1d85a52f4c50e5091cd01d40c5;hb=ef6500444e74092cf8ec5dda12b7ce20e3f4234f;hpb=1c7bba82f5b6bc81fdedb9e4907019462982a749 diff --git a/static/therapy.css b/static/therapy.css index f7dc3be..16528a4 100644 --- a/static/therapy.css +++ b/static/therapy.css @@ -1,5 +1,16 @@ .trailbtn:checked + fieldset.trailbox { display: block;} +.trailbtn:checked + .trailbox + .trailbtn { + display: block; + height: 2.25em; padding: 0 3ex; + font-size: 1em; font-weight: normal; + color: #000; background-color: #FDD; + border: 1px solid #000; + border-radius: 4px; +} +.trailbtn:checked + .trailbox + .trailbtn[type=submit]:before {content: none;} + + * { box-sizing: border-box; } body { overflow: scroll;