Reply To: vLookup

Home Forums SPJS-Lookup vLookup Reply To: vLookup

#38938
Rad
Participant

    i would like to show some king of border to separate groups of 3 fields and have a Title on top like shown in the img.

    Also, how do I change the background color of checkboxes in the vLookup from red to blue?

    Tried below code for borders on right but didn’t work.

    #dffs_vLookup_myVLookup table td:nth-child(2),
    #dffs_vLookup_myVLookup table td:nth-child(3) {
    border-right: 3px solid #444;
    }