.acf-repeater .acf-row:nth-child(odd) {
    background: #EEEEEE;
}

.acf-repeater .acf-row:nth-child(odd) {
    .acf-fields,
    .acf-row-handle.order,
    .acf-row-handle.remove {
        background: #EEEEEE;
    }
}

.acf-repeater .acf-row:nth-child(odd) .acf-field [data-name="gw-latitude"],
.acf-repeater .acf-row:nth-child(odd) .acf-field [data-name="gw-longitude"] {
    background: #EEEEEE;
}

.acf-table .ui-sortable .acf-row:nth-child(odd) .acf-fields {
    background: #EEEEEE;
}