Home › Forums › SPJS-Lookup › vLookup › Reply To: vLookup
October 1, 2025 at 22:30
#38938
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;
}
