PluginProbe
Advanced Custom Fields (ACF®) / 3.3.3
Advanced Custom Fields (ACF®) v3.3.3
6.8.9 6.8.8 6.8.7 6.8.6 6.8.5 6.8.4 6.8.3 6.8.2 6.8.1 5.8.5 5.8.6 5.8.7 5.8.8 5.8.9 5.9.0 5.9.1 5.9.2 5.9.3 5.9.4 5.9.5 5.9.6 5.9.7 5.9.8 5.9.9 6.0.0 All 230 releases
← All changes | css/fields.css +8 -4 3.3.23.3.3 View file →
@@ -597,13 +597,17 @@
597 597 *
598 598 *---------------------------------------------------------------------------------------------*/
599 599 #acf_fields select optgroup,
600 600 #acf_location select optgroup {
601 - padding: 5px;
602 - background: #F9F9F9;
603 - border-bottom: #DFDFDF solid 1px;
601 + padding: 5px 2px;
602 + background: #fff;
604 603 }
605 604
605 +#acf_fields select optgroup:first-child,
606 +#acf_location select optgroup:first-child {
607 +
608 +}
609 +
606 610 #acf_fields select option,
607 611 #acf_location select option {
608 612 padding: 3px;
609 613 }
@@ -614,6 +618,6 @@
614 618 }
615 619
616 620 #acf_fields select optgroup:nth-child(2n),
617 621 #acf_location select optgroup:nth-child(2n) {
618 - background: #FCFCFC;
622 + background: #F9F9F9;
619 623 }