I'd like change the CSS for disabled checkboxes in a grid (they are too hard to see, per the users). What is a simple way to do this?
My preference in technologies ...
do you know how could I style a checkbox when is disabled?
E.G. <input type="checkbox" value="All Terrain Vehicle" name="exfilter_All Terrain Vehicle" id="exfilter_All_Terrain_Vehicle" class="exfilter" disabled="">
Thanks in advance.