PluginProbe ʕ •ᴥ•ʔ
Conditional Fields for Contact Form 7 / 1.9.2
Conditional Fields for Contact Form 7 v1.9.2
2.7.8 2.7.7 2.7.6 2.7.5 2.7.4 2.7.3 2.7.2 0.2.4 0.2.5 0.2.6 0.2.7 0.2.8 0.2.9 1.0 1.1 1.2 1.2.1 1.2.2 1.2.3 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.4 1.4.1 1.4.2 1.4.3 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.6.1 1.6.2 1.6.3 1.6.5 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.8 1.7.9 1.8 1.8.1 1.8.2 1.8.3 1.8.5 1.8.6 1.8.7 1.9 1.9.1 1.9.10 1.9.11 1.9.12 1.9.13 1.9.14 1.9.15 1.9.16 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.2 2.2.1 2.2.10 2.2.11 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.10 2.3.11 2.3.12 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.5.1 2.5.10 2.5.11 2.5.12 2.5.13 2.5.14 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.7 2.7.1 trunk 0.1 0.1.1 0.1.2 0.1.3 0.1.4 0.1.5 0.1.6 0.1.7 0.2 0.2.1 0.2.2 0.2.3
cf7-conditional-fields / admin-style.css
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
admin-style.css
227 lines
1 #wpcf7cf-new-entry {
2 display: inline-block;
3 display: none; }
4
5 #wpcf7cf-delete-button {
6 display: none; }
7
8 #wpcf7cf-settings-text {
9 width: 100%;
10 height: 280px;
11 font-family: "Courier New", Courier, monospace; }
12
13 #wpcf7cf-conditional-panel {
14 overflow-x: auto; }
15 #wpcf7cf-conditional-panel .wpcf7cf-admin-wrap .label, #wpcf7cf-conditional-panel .wpcf7cf-admin-wrap .field, #wpcf7cf-conditional-panel .wpcf7cf-admin-wrap .description {
16 padding: 10px;
17 display: inline-block;
18 vertical-align: middle;
19 width: 10%; }
20 #wpcf7cf-conditional-panel .wpcf7cf-admin-wrap .field {
21 width: 20%; }
22 #wpcf7cf-conditional-panel .wpcf7cf-admin-wrap .description {
23 width: 40%;
24 vertical-align: top; }
25 #wpcf7cf-conditional-panel .wpcf7cf-admin-wrap .option-line {
26 border-bottom: 1px solid #dddddd;
27 background-color: #f9f9f9;
28 padding: 0 10px; }
29 #wpcf7cf-conditional-panel .wpcf7cf-admin-wrap .option-line:nth-child(2n) {
30 background-color: #e9e9e9; }
31 #wpcf7cf-conditional-panel .wpcf7cf-admin-wrap .option-line input, #wpcf7cf-conditional-panel .wpcf7cf-admin-wrap .option-line select {
32 width: 100%; }
33 #wpcf7cf-conditional-panel .ui-autocomplete-term {
34 font-weight: bold; }
35 #wpcf7cf-conditional-panel .wpcf7cf-admin-wrap .option-line > .label.editable {
36 position: relative; }
37 #wpcf7cf-conditional-panel .wpcf7cf-admin-wrap .option-line > .label.editable input {
38 background-color: transparent;
39 border-width: 0;
40 outline: none;
41 box-shadow: none;
42 padding: 0; }
43 #wpcf7cf-conditional-panel .wpcf7cf-admin-wrap .option-line > .label.editable input:after {
44 content: "edit";
45 display: block;
46 width: 10px;
47 right: 0;
48 position: absolute; }
49 #wpcf7cf-conditional-panel .wpcf7cf-admin-wrap .option-line > .label.editable input:focus {
50 background: #fff;
51 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
52 border: 1px solid #ddd;
53 padding: 2px; }
54 #wpcf7cf-conditional-panel .wpcf7cf-admin-wrap .option-line > .label.editable input:focus:after {
55 content: ""; }
56 #wpcf7cf-conditional-panel .wpcf7cf-and {
57 display: inline-block; }
58 #wpcf7cf-conditional-panel .wpcf7cf-and-rules, #wpcf7cf-conditional-panel .wpcf7cf-if {
59 display: inline-block;
60 vertical-align: top; }
61 #wpcf7cf-conditional-panel #wpcf7cf-entries input, #wpcf7cf-conditional-panel #wpcf7cf-entries select, #wpcf7cf-conditional-panel .and-button, #wpcf7cf-conditional-panel .delete-button, #wpcf7cf-conditional-panel #wpcf7cf-entries .if-txt, #wpcf7cf-conditional-panel #wpcf7cf-entries .label, #wpcf7cf-conditional-panel #wpcf7cf-add-button {
62 position: relative;
63 display: inline-block;
64 vertical-align: bottom;
65 margin: 2px;
66 padding: 3px;
67 background: #fefefe;
68 border: 1px solid #bababa;
69 box-shadow: none;
70 height: 22px;
71 line-height: 22px;
72 box-sizing: content-box; }
73 #wpcf7cf-conditional-panel #wpcf7cf-entries .label {
74 background-color: transparent;
75 border: none; }
76 #wpcf7cf-conditional-panel .and-button, #wpcf7cf-conditional-panel .delete-button, #wpcf7cf-conditional-panel #wpcf7cf-add-button {
77 border: 1px solid #4ed521;
78 color: #007b04;
79 cursor: pointer;
80 font-size: 11px;
81 font-weight: bold;
82 -webkit-touch-callout: none;
83 /* iOS Safari */
84 -webkit-user-select: none;
85 /* Safari */
86 -khtml-user-select: none;
87 /* Konqueror HTML */
88 -moz-user-select: none;
89 /* Firefox */
90 -ms-user-select: none;
91 /* Internet Explorer/Edge */
92 user-select: none;
93 /* Non-prefixed version, currently */
94 background-color: rgba(75, 169, 61, 0.11); }
95 #wpcf7cf-conditional-panel #wpcf7cf-add-button {
96 margin-top: 10px;
97 text-align: center;
98 padding-left: 20px;
99 padding-right: 20px; }
100 #wpcf7cf-conditional-panel .and-button:hover {
101 background-color: rgba(75, 169, 61, 0.2); }
102 #wpcf7cf-conditional-panel .delete-button {
103 border: 1px solid #bababa;
104 color: #858585;
105 background-color: transparent;
106 margin-left: 42px; }
107 #wpcf7cf-conditional-panel .delete-button:hover {
108 background-color: rgba(133, 133, 133, 0.11); }
109 #wpcf7cf-conditional-panel .and-button {
110 display: none;
111 width: 30px;
112 text-align: center; }
113 #wpcf7cf-conditional-panel .wpcf7cf-and-rule:first-child .and-button {
114 display: inline-block;
115 vertical-align: top;
116 height: 22px;
117 position: absolute;
118 line-height: 22px;
119 right: 50px;
120 top: 0; }
121 #wpcf7cf-conditional-panel .wpcf7cf-and-rule {
122 margin-bottom: 4px;
123 height: 30px; }
124 #wpcf7cf-conditional-panel .wpcf7cf-and-rule .if-txt, #wpcf7cf-conditional-panel .wpcf7cf-if > .label {
125 cursor: n-resize; }
126 #wpcf7cf-conditional-panel .wpcf7cf-and-rule .if-txt:before {
127 content: 'and';
128 position: absolute;
129 width: 30px;
130 text-align: right;
131 left: -34px; }
132 #wpcf7cf-conditional-panel .wpcf7cf-and-rule:first-child .if-txt:before {
133 display: none; }
134 #wpcf7cf-conditional-panel .wpcf7cf-inner-container {
135 min-width: 800px; }
136 #wpcf7cf-conditional-panel .entry {
137 box-sizing: border-box;
138 display: flex; }
139 #wpcf7cf-conditional-panel .entry .wpcf7cf-if {
140 width: 188px; }
141 #wpcf7cf-conditional-panel .then-field-select {
142 width: 130px; }
143 #wpcf7cf-conditional-panel .entry .wpcf7cf-and-rules {
144 flex: 1;
145 position: relative; }
146 #wpcf7cf-conditional-panel .wpcf7cf-and-rule {
147 display: flex; }
148 #wpcf7cf-conditional-panel .if-txt {
149 width: 14px;
150 text-align: center; }
151 #wpcf7cf-conditional-panel .operator {
152 /*width:140px;*/ }
153 #wpcf7cf-conditional-panel .if-value {
154 flex: 1;
155 margin-right: 3px !important; }
156
157 .wpcf7cf-list li {
158 list-style: disc;
159 margin-left: 20px; }
160
161 /* The switch - the box around the slider */
162 .wpcf7cf-switch {
163 position: absolute;
164 display: block;
165 top: 20px;
166 right: 20px; }
167 .wpcf7cf-switch .label {
168 margin-right: 4px;
169 display: inline-block;
170 vertical-align: top; }
171 .wpcf7cf-switch .switch {
172 position: relative;
173 display: inline-block;
174 width: 30px;
175 height: 17px;
176 /* Hide default HTML checkbox */
177 /* The slider */
178 /* Rounded sliders */ }
179 .wpcf7cf-switch .switch input {
180 opacity: 0;
181 width: 0;
182 height: 0; }
183 .wpcf7cf-switch .switch .slider {
184 position: absolute;
185 cursor: pointer;
186 top: 0;
187 left: 0;
188 right: 0;
189 bottom: 0;
190 background-color: #ccc;
191 -webkit-transition: .4s;
192 transition: .4s; }
193 .wpcf7cf-switch .switch .slider:before {
194 position: absolute;
195 content: "";
196 height: 13px;
197 width: 13px;
198 left: 2px;
199 bottom: 2px;
200 background-color: white;
201 -webkit-transition: .4s;
202 transition: .3s; }
203 .wpcf7cf-switch .switch input:checked + .slider {
204 background-color: #1e8cbe; }
205 .wpcf7cf-switch .switch input:focus + .slider {
206 box-shadow: 0 0 1px #1e8cbe; }
207 .wpcf7cf-switch .switch input:checked + .slider:before {
208 -webkit-transform: translateX(13px);
209 -ms-transform: translateX(13px);
210 transform: translateX(13px); }
211 .wpcf7cf-switch .switch .slider.round {
212 border-radius: 17px; }
213 .wpcf7cf-switch .switch .slider.round:before {
214 border-radius: 50%; }
215
216 #wpcf7cf-conditional-panel {
217 position: relative; }
218
219 .wpcf7cf-notice {
220 background: #fff;
221 border: 1px solid #ccd0d4;
222 border-left-width: 4px;
223 border-left-color: #ffb900;
224 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
225 margin: 5px 0 2px;
226 padding: 1px 12px; }
227