]> git.plutz.net Git - confetti/blobdiff - style.css
delete button removes _both_ input fields for TEL
[confetti] / style.css
index 80227ede548d5be7c2f9819263e8a4dff356b581..83ceae7ee39f6dd2b463bebd6f324a75b7bf0140 100644 (file)
--- a/style.css
+++ b/style.css
@@ -260,7 +260,7 @@ form .section.attendance > label {
 }
 
 div .section .item.NOTE {
-  white-space: pre;
+  white-space: pre-wrap;
 }
 
 form .section .item {
@@ -289,7 +289,8 @@ form .section button[value^=addfield] {
     -form input.delete + label:hover:before { content: ''; }
     -form input.delete + label:hover:after  { content: ' \274c'; }
     form input.delete:checked + label,
-    form input.delete:checked + label + * {
+    form input.delete:checked + label + *,
+    form input.delete:checked + label + .teltype + .TEL {
       display: none;
     }
 /**/