cf7-conditional-fields
Last commit date
js
6 years ago
Wpcf7cfMailParser.php
6 years ago
admin-style.css
6 years ago
admin-style.css.map
6 years ago
admin-style.scss
6 years ago
admin.php
6 years ago
cf7cf.php
6 years ago
contact-form-7-conditional-fields.php
6 years ago
init.php
6 years ago
readme.txt
6 years ago
style.css
6 years ago
tg_pane_group.php
6 years ago
wpcf7cf-options.php
6 years ago
style.css
37 lines
| 1 | /* initially hide all groups (even before JS is loaded), so the page will never render them while loading */ |
| 2 | [data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add { |
| 3 | display:none; |
| 4 | } |
| 5 | |
| 6 | .wpcf7cf_repeater_sub { |
| 7 | margin-bottom: 20px; |
| 8 | } |
| 9 | |
| 10 | .wpcf7cf_repeater_controls, .wpcf7cf_step_controls { |
| 11 | display: flex; |
| 12 | justify-content: space-between; |
| 13 | flex-wrap: wrap; |
| 14 | } |
| 15 | |
| 16 | .wpcf7cf_multistep .wpcf7cf_step { |
| 17 | display:none; |
| 18 | } |
| 19 | |
| 20 | |
| 21 | .page-template-tpl-form-tester .wpcf7cf_repeater { |
| 22 | border: 3px solid #f0f0f0; |
| 23 | background: #d9d9d9; |
| 24 | padding: 20px 40px 20px 20px; |
| 25 | } |
| 26 | |
| 27 | .page-template-tpl-form-tester .wpcf7cf_repeater_sub { |
| 28 | border: 3px solid #f0f0f0; |
| 29 | background: #ffffff; |
| 30 | padding: 20px 40px 20px 20px; |
| 31 | } |
| 32 | |
| 33 | .page-template-tpl-form-tester [data-class="wpcf7cf_group"] { |
| 34 | border: 3px solid #f0f0f0; |
| 35 | background: #8efca6b9; |
| 36 | padding: 20px 40px 20px 20px; |
| 37 | } |