PluginProbe ʕ •ᴥ•ʔ
Advanced Custom Fields: Extended / trunk
Advanced Custom Fields: Extended vtrunk
0.9.2.7 0.9.2.6 0.9.2.5 0.8.6 0.8.6.1 0.8.6.3 0.8.6.5 0.8.6.6 0.8.6.7 0.8.6.8 0.8.6.9 0.8.7 0.8.7.1 0.8.7.2 0.8.7.3 0.8.7.4 0.8.7.5 0.8.7.6 0.8.8 0.8.8.1 0.8.8.10 0.8.8.11 0.8.8.2 0.8.8.3 0.8.8.4 0.8.8.5 0.8.8.6 0.8.8.7 0.8.8.8 0.8.8.9 0.8.9 0.8.9.1 0.8.9.2 0.8.9.3 0.8.9.4 0.8.9.5 0.9 0.9.0.1 0.9.0.2 0.9.0.3 0.9.0.4 0.9.0.5 0.9.0.6 0.9.0.7 0.9.0.8 0.9.0.9 0.9.1 0.9.1.1 0.9.2 0.9.2.1 0.9.2.2 0.9.2.3 0.9.2.4 trunk 0.5 0.5.1 0.5.2 0.5.2.1 0.5.2.3 0.5.5 0.5.5.1 0.5.8 0.5.8.1 0.6 0.6.0.1 0.6.0.2 0.6.1 0.6.3 0.6.5 0.6.7 0.6.7.2 0.7 0.7.0.3 0.7.5 0.7.5.5 0.7.8 0.7.9 0.7.9.3 0.7.9.4 0.7.9.9.8 0.7.9.9.9 0.8 0.8.1 0.8.2 0.8.3 0.8.3.1 0.8.4 0.8.4.1 0.8.4.5 0.8.4.6 0.8.5 0.8.5.5
acf-extended / assets / css / acfe-admin-input.css
acf-extended / assets / css Last commit date
acfe-admin-input.css 3 months ago acfe-admin-input.min.css 3 months ago acfe-admin.css 3 months ago acfe-admin.min.css 3 months ago acfe-field-group.css 3 months ago acfe-field-group.min.css 3 months ago acfe-input.css 3 months ago acfe-input.min.css 3 months ago acfe-ui.css 3 months ago acfe-ui.min.css 3 months ago acfe.css 3 months ago acfe.min.css 3 months ago
acfe-admin-input.css
512 lines
1 .select2-container .select2-dropdown {
2 margin-top: 0;
3 border-color: #aaa !important
4 }
5
6 .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
7 min-height: 30px;
8 border: 0;
9 -webkit-box-shadow: none;
10 box-shadow: none;
11 padding: 0 2px
12 }
13
14 .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
15 color: #777
16 }
17
18 .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field::-moz-placeholder {
19 color: #777
20 }
21
22 .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
23 color: #777
24 }
25
26 .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
27 color: #777
28 }
29
30 .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field::placeholder {
31 color: #777
32 }
33
34 .select2-container .select2-dropdown .select2-results__option {
35 margin-bottom: 0
36 }
37
38 .select2-selection__choice>code,
39 .select2-selection__rendered>code {
40 font-size: 12px;
41 padding: 3px;
42 vertical-align: 1px;
43 line-height: 12px
44 }
45
46 .select2-results__option>code {
47 font-size: 12px
48 }
49
50 .acf-input-wrap .acf-is-prepended+.select2>.selection>.select2-selection {
51 border-radius: 0 3px 3px 0 !important
52 }
53
54 .acf-input-wrap .acf-is-appended+.select2>.selection>.select2-selection {
55 border-radius: 3px 0 0 3px !important
56 }
57
58 .acf-input-wrap .acf-is-prepended.acf-is-appended+.select2>.selection>.select2-selection {
59 border-radius: 0 !important
60 }
61
62 body:not(.acf-admin-5-3) .acf-field .select2-container .select2-selection {
63 border-color: #dfdfdf !important;
64 border-radius: 0 !important
65 }
66
67 body:not(.acf-admin-5-3) .acf-field .select2-container .select2-selection__choice {
68 border-color: #dfdfdf !important;
69 border-radius: 0 !important
70 }
71
72 body:not(.acf-admin-5-3) .acf-field .select2-container .select2-search--inline .select2-search__field {
73 margin-top: 0 !important
74 }
75
76 body:not(.acf-admin-5-3) .acf-field .select2-dropdown {
77 border-color: #dfdfdf !important;
78 border-radius: 0 !important
79 }
80
81 .acf-field .select2-container.-acf .select2-selection--multiple {
82 min-height: 30px;
83 line-height: 1;
84 border-radius: 3px;
85 padding: 0
86 }
87
88 .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__rendered {
89 padding: 0 2px;
90 display: inline-block;
91 margin: 0
92 }
93
94 .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice {
95 margin-right: 2px;
96 margin-top: 2px;
97 line-height: 1.6;
98 border-radius: 2px;
99 font-size: 14px;
100 margin-left: 0;
101 display: inline-block;
102 vertical-align: unset;
103 padding: 0 5px
104 }
105
106 .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper {
107 background: #f7f7f7;
108 border-color: #999;
109 color: #333 !important;
110 -webkit-box-shadow: none;
111 box-shadow: none
112 }
113
114 .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper span {
115 visibility: visible
116 }
117
118 .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-placeholder {
119 background-color: #f7f7f7;
120 border-color: #999
121 }
122
123 .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
124 padding: 0
125 }
126
127 .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
128 float: right;
129 margin-left: 3px;
130 margin-right: 0;
131 line-height: 23px;
132 font-size: 15px;
133 vertical-align: text-top;
134 position: static;
135 padding: 0;
136 border: 0;
137 margin-top: 0
138 }
139
140 .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
141 background: 0 0
142 }
143
144 .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__clear {
145 margin-top: 0;
146 margin-right: 6px;
147 font-size: 16px;
148 padding: 0;
149 line-height: 26px;
150 height: 27px;
151 position: relative
152 }
153
154 .acf-field .select2-container.-acf .select2-selection--multiple button.select2-selection__clear {
155 float: right
156 }
157
158 .acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline {
159 float: left;
160 width: auto
161 }
162
163 .acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field {
164 margin-top: 4px;
165 font-size: 14px;
166 padding-left: 2px;
167 margin-left: 0
168 }
169
170 .acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder {
171 color: #444
172 }
173
174 .acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder {
175 color: #444
176 }
177
178 .acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder {
179 color: #444
180 }
181
182 .acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field::-ms-input-placeholder {
183 color: #444
184 }
185
186 .acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
187 color: #444
188 }
189
190 .acf-field .select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child:last-child .select2-search__field {
191 padding-left: 6px
192 }
193
194 .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__rendered+.select2-search--inline {
195 float: none;
196 display: inline-block;
197 vertical-align: top
198 }
199
200 .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__rendered+.select2-search--inline .select2-search__field {
201 height: 22px;
202 line-height: 1.4;
203 padding-left: 0;
204 font-family: inherit;
205 border-radius: 0;
206 margin-top: 4px !important
207 }
208
209 .acf-field .select2-container.-acf.select2-container--focus .select2-selection--multiple,
210 .acf-field .select2-container.-acf.select2-container--open .select2-selection--multiple {
211 border-color: #7e8993
212 }
213
214 .acf-field .select2-container.-acf .select2-selection--single {
215 border-radius: 3px;
216 height: 30px;
217 outline: 0
218 }
219
220 .acf-field .select2-container.-acf .select2-selection--single .select2-selection__rendered {
221 font-size: 14px;
222 height: 28px;
223 line-height: 27px;
224 padding-right: 23px
225 }
226
227 .acf-field .select2-container.-acf .select2-selection--single .select2-selection__clear {
228 line-height: 26px;
229 height: 28px;
230 font-size: 16px;
231 margin-right: 0
232 }
233
234 .acf-field .select2-container.-acf .select2-selection--single button.select2-selection__clear {
235 position: absolute;
236 right: 24px;
237 padding: 0
238 }
239
240 .acf-field .select2-container.-acf .select2-selection--single button.select2-selection__clear span {
241 line-height: 26px;
242 height: 28px;
243 display: inline-block
244 }
245
246 .acf-field .select2-container.-acf .select2-selection--single .select2-selection__placeholder {
247 color: #444
248 }
249
250 .acf-field .select2-container.-acf .select2-selection--single .select2-selection__arrow {
251 height: 28px
252 }
253
254 .acf-field .select2-container.-acf .select2-selection--single .select2-selection__arrow b {
255 background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat;
256 background-size: 16px 16px;
257 border: 0;
258 width: 16px;
259 height: 16px;
260 margin-left: -11px;
261 margin-top: -7px
262 }
263
264 .acf-field .select2-container.-acf.select2-container--open .select2-selection--single,
265 .acf-field .select2-container.-acf:focus .select2-selection--single {
266 border-color: var(--wp-admin-theme-color, #007cba);
267 color: #016087;
268 -webkit-box-shadow: 0 0 0 1px var(--wp-admin-theme-color, #007cba);
269 box-shadow: 0 0 0 1px var(--wp-admin-theme-color, #007cba)
270 }
271
272 body.acfe-wp-7-0:not(.block-editor-page).index-php #dashboard-widgets .postbox {
273 border-radius: 0
274 }
275
276 body.acfe-wp-7-0:not(.block-editor-page).index-php #dashboard-widgets .postbox-header .hndle {
277 padding: 9px 12px
278 }
279
280 body.acfe-wp-7-0:not(.block-editor-page).index-php #dashboard-widgets .postbox-container .empty-container,
281 body.acfe-wp-7-0:not(.block-editor-page).index-php .sortable-placeholder:not(.empty-container .sortable-placeholder) {
282 border-radius: 0
283 }
284
285 body.acfe-wp-7-0:not(.block-editor-page) #your-profile .button {
286 line-height: 2.30769231;
287 min-height: 32px
288 }
289
290 body.acfe-wp-7-0:not(.block-editor-page).options-general-php .site-icon-action-buttons .upload-button {
291 line-height: 2.30769231;
292 min-height: 32px
293 }
294
295 body.acfe-wp-7-0:not(.block-editor-page).options-permalink-php .available-structure-tags .button {
296 line-height: 2.30769231;
297 min-height: 32px
298 }
299
300 body.acfe-wp-7-0:not(.block-editor-page).options-privacy-php .tools-privacy-policy-page .button {
301 line-height: 2.30769231;
302 min-height: 32px
303 }
304
305 body.acfe-wp-7-0:not(.block-editor-page) .button-large {
306 line-height: 2.30769231;
307 min-height: 32px;
308 padding: 0 12px
309 }
310
311 body.acfe-wp-7-0:not(.block-editor-page) .acf-button.button,
312 body.acfe-wp-7-0:not(.block-editor-page) .acf-submit-button.button {
313 line-height: 2.30769231;
314 min-height: 32px
315 }
316
317 body.acfe-wp-7-0:not(.block-editor-page) input[type=date],
318 body.acfe-wp-7-0:not(.block-editor-page) input[type=datetime-local],
319 body.acfe-wp-7-0:not(.block-editor-page) input[type=datetime],
320 body.acfe-wp-7-0:not(.block-editor-page) input[type=email],
321 body.acfe-wp-7-0:not(.block-editor-page) input[type=month],
322 body.acfe-wp-7-0:not(.block-editor-page) input[type=number],
323 body.acfe-wp-7-0:not(.block-editor-page) input[type=password],
324 body.acfe-wp-7-0:not(.block-editor-page) input[type=search],
325 body.acfe-wp-7-0:not(.block-editor-page) input[type=tel],
326 body.acfe-wp-7-0:not(.block-editor-page) input[type=text],
327 body.acfe-wp-7-0:not(.block-editor-page) input[type=time],
328 body.acfe-wp-7-0:not(.block-editor-page) input[type=url],
329 body.acfe-wp-7-0:not(.block-editor-page) input[type=week] {
330 min-height: 32px
331 }
332
333 body.acfe-wp-7-0:not(.block-editor-page) select {
334 min-height: 32px;
335 line-height: 1.81428571
336 }
337
338 body.acfe-wp-7-0:not(.block-editor-page) textarea {
339 min-height: 32px;
340 line-height: 1.6
341 }
342
343 body.acfe-wp-7-0:not(.block-editor-page) .acf-field input[type=date],
344 body.acfe-wp-7-0:not(.block-editor-page) .acf-field input[type=datetime-local],
345 body.acfe-wp-7-0:not(.block-editor-page) .acf-field input[type=datetime],
346 body.acfe-wp-7-0:not(.block-editor-page) .acf-field input[type=email],
347 body.acfe-wp-7-0:not(.block-editor-page) .acf-field input[type=month],
348 body.acfe-wp-7-0:not(.block-editor-page) .acf-field input[type=number],
349 body.acfe-wp-7-0:not(.block-editor-page) .acf-field input[type=password],
350 body.acfe-wp-7-0:not(.block-editor-page) .acf-field input[type=search],
351 body.acfe-wp-7-0:not(.block-editor-page) .acf-field input[type=tel],
352 body.acfe-wp-7-0:not(.block-editor-page) .acf-field input[type=text],
353 body.acfe-wp-7-0:not(.block-editor-page) .acf-field input[type=time],
354 body.acfe-wp-7-0:not(.block-editor-page) .acf-field input[type=url],
355 body.acfe-wp-7-0:not(.block-editor-page) .acf-field input[type=week],
356 body.acfe-wp-7-0:not(.block-editor-page) .acf-field select {
357 padding: 2px 8px
358 }
359
360 body.acfe-wp-7-0:not(.block-editor-page) .acf-input-append,
361 body.acfe-wp-7-0:not(.block-editor-page) .acf-input-prepend {
362 min-height: 32px;
363 line-height: 1.6
364 }
365
366 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf.select2-container--open .select2-selection--multiple,
367 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf.select2-container--open .select2-selection--single,
368 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf:focus .select2-selection--multiple,
369 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf:focus .select2-selection--single {
370 border-color: var(--wp-admin-theme-color);
371 color: #1e1e1e;
372 -webkit-box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color);
373 box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color)
374 }
375
376 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--single {
377 min-height: 32px;
378 border-radius: 2px;
379 border-color: #949494
380 }
381
382 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--single:hover {
383 color: #1e1e1e;
384 border-color: #1e1e1e
385 }
386
387 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--single:hover .select2-selection__rendered {
388 color: #1e1e1e
389 }
390
391 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--single .select2-selection__rendered {
392 height: 32px;
393 line-height: 30px;
394 padding-right: 29px
395 }
396
397 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--single .select2-selection__clear {
398 line-height: 28px;
399 font-size: 18px;
400 height: 30px
401 }
402
403 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--single .select2-selection__clear:hover {
404 color: var(--wp-admin-theme-color, #2271b1)
405 }
406
407 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--single .select2-selection__arrow {
408 height: 30px
409 }
410
411 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--single .select2-selection__arrow b {
412 background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%231e1e1e%22%2F%3E%3C%2Fsvg%3E') no-repeat;
413 background-size: 16px 16px;
414 margin-left: -14px;
415 margin-top: -7.5px
416 }
417
418 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--multiple {
419 min-height: 32px;
420 border-radius: 2px;
421 border-color: #949494
422 }
423
424 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--multiple:hover {
425 color: #1e1e1e;
426 border-color: #1e1e1e
427 }
428
429 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--multiple:hover .select2-selection__rendered {
430 color: #1e1e1e
431 }
432
433 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice {
434 line-height: 1.8;
435 border-radius: 1px;
436 border-color: #949494
437 }
438
439 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice:hover {
440 color: #1e1e1e;
441 border-color: #1e1e1e
442 }
443
444 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper {
445 background: #f7f7f7;
446 border-color: #1e1e1e;
447 color: #1e1e1e !important;
448 -webkit-box-shadow: none;
449 box-shadow: none
450 }
451
452 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper span {
453 visibility: visible
454 }
455
456 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-placeholder {
457 background-color: #f7f7f7;
458 border-color: #999
459 }
460
461 body.acfe-wp-7-0:not(.block-editor-page) .acf-field .select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
462 line-height: 24px
463 }
464
465 body.acfe-wp-7-0:not(.block-editor-page) .select2-dropdown {
466 border-radius: 2px
467 }
468
469 body.acfe-wp-7-0:not(.block-editor-page) .select2-dropdown .select2-results {
470 font-size: 14px
471 }
472
473 body.acfe-wp-7-0:not(.block-editor-page) .select2-dropdown .select2-results .select2-results__option--highlighted[aria-selected] {
474 background-color: var(--wp-admin-theme-color, #5897fb)
475 }
476
477 body.acfe-wp-7-0:not(.block-editor-page) .wp-media-buttons .button {
478 line-height: 2.30769231;
479 min-height: 32px
480 }
481
482 body.acfe-wp-7-0:not(.block-editor-page) #minor-publishing-actions .preview {
483 line-height: 2.30769231;
484 min-height: 32px
485 }
486
487 body.acfe-wp-7-0:not(.block-editor-page) .acfe-misc-export .dashicons-editor-code,
488 body.acfe-wp-7-0:not(.block-editor-page) .misc-pub-acfe-object-category::before,
489 body.acfe-wp-7-0:not(.block-editor-page) .misc-pub-acfe-object-data::before,
490 body.acfe-wp-7-0:not(.block-editor-page) .misc-pub-acfe-object-id::before,
491 body.acfe-wp-7-0:not(.block-editor-page) .misc-pub-acfe-object-meta::before,
492 body.acfe-wp-7-0:not(.block-editor-page) .misc-pub-acfe-object-performance::before,
493 body.acfe-wp-7-0:not(.block-editor-page) .misc-pub-acfe-object-role::before,
494 body.acfe-wp-7-0:not(.block-editor-page) .misc-pub-acfe-object-type::before,
495 body.acfe-wp-7-0:not(.block-editor-page) .misc-pub-acfe-object::before {
496 color: currentColor
497 }
498
499 body.acfe-wp-7-0:not(.block-editor-page) #post-body #visibility::before,
500 body.acfe-wp-7-0:not(.block-editor-page) #post-body .misc-pub-comment-status::before,
501 body.acfe-wp-7-0:not(.block-editor-page) #post-body .misc-pub-post-status::before,
502 body.acfe-wp-7-0:not(.block-editor-page) #post-body .misc-pub-response-to::before,
503 body.acfe-wp-7-0:not(.block-editor-page) #post-body .misc-pub-revisions::before,
504 body.acfe-wp-7-0:not(.block-editor-page) #post-body .misc-pub-uploadedby::before,
505 body.acfe-wp-7-0:not(.block-editor-page) #post-body .misc-pub-uploadedto::before,
506 body.acfe-wp-7-0:not(.block-editor-page) .curtime #timestamp::before {
507 color: currentColor
508 }
509
510 body.acfe-wp-7-0:not(.block-editor-page).post-type-attachment #delete-action {
511 width: 100%
512 }