I have a feature that enables tristate check boxes.
Following is the snapshot of the check boxes that appear in Chrome:
The third checkbox in the snapshot above has indeterminate
state. This state has browser specific CSS.
I need to change the CSS of third checkbox to look something like:
I am fairly new to CSS. Any help would be appreciated.
Thanks in advance.