asked on August 6, 2018
I have sections of my form that are light grey in color. When I select those fields I see the white field focus which is default and works across the rest of my form perfectly but how do I get the grey area to be grey focus for just that section? I've tried:
#q53 input:focus,
select:focus,
textarea:focus,
button:focus {
outline:none !important;
}
and other various things but nothing has worked so far.
0
0