• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Outline around advd form fields checkbox in focus

Outline around advd form fields checkbox in focus 4 months 4 weeks ago #43123

Our website has recently been audited for accessibility and one of the things that was noted was that the checkboxes that we use in our RS Form pro forms (we use the advanced form fields plugin) were not highlighted when the checkbox came into focus.

I've tried to use both:

.rsform-advcheckbox:focus{
outline: 3px solid #000000!important;
}

and

input[type="checkbox"]:focus, input[type="radio"]:focus {
outline: 3px solid #000000!important;
}

but these don't seem to work - does anyone know the solution?
Last Edit: 4 months 4 weeks ago by tim.jones.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!