Gents;
In my css I have a section that reads:
/* Set Input Box Background Color */
input:focus {
background-color: #fafad2;
}
and this piece of css sets the background of each field as it is being entered (i.e.: focused). However, for checkbox fields this does not happen.
Is there a way to alter the appearance of a checkbox when the focus is placed on it? I cannot seem to find it even with my friend (google).
Anyone?
In my css I have a section that reads:
/* Set Input Box Background Color */
input:focus {
background-color: #fafad2;
}
and this piece of css sets the background of each field as it is being entered (i.e.: focused). However, for checkbox fields this does not happen.
Is there a way to alter the appearance of a checkbox when the focus is placed on it? I cannot seem to find it even with my friend (google).
Anyone?