]> git.plutz.net Git - confetti/blobdiff - static/therapy.css
limit note trail to used + 3 fields
[confetti] / static / therapy.css
index f7dc3beae7f45e1d85a52f4c50e5091cd01d40c5..16528a4c5209e3ae2bd825dedd059f1ca303a70e 100644 (file)
@@ -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;