Help overriding oj-table properties in redwood-overrides.css file
Summary:
I am trying to override the color of the checkbox and the row font size on a multi-select table using the redwood-overrides.css file.
Content (required):
In the image below, you can see I have successfully changed the color of a standard checkbox using the css values (--oj-radio-checkbox-input-color-unselected and --oj-radio-checkbox-input-color-selected), but the checkboxes in the table are not utilizing the same css setting. I have tried changing multiple options, but can't seem to find the right one.
Also, I was able to change the font size of the header using --oj-collection-header-font-size, but I can't find a similar value to change the font size of the row text.