]> git.plutz.net Git - confetti/blobdiff - style.css
delete button removes _both_ input fields for TEL
[confetti] / style.css
index 24c936803befb6b775c50c1c6b6af30ea3213f2b..83ceae7ee39f6dd2b463bebd6f324a75b7bf0140 100644 (file)
--- a/style.css
+++ b/style.css
@@ -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;
     }
 /**/