| @@ -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 | } |