Browser.display.focus ring on anything
From MozillaZine Knowledge Base
Contents
Background
In Mozilla applications, focus is normally indicated by a dotted outline surrounding the element. By default, only a few elements visually indicate whether they have focus (links, form controls, etc.). When this preference is true, any focused element will display a focus ring around it.
Possible values and their effects
True
Display the focus ring around any and all focused elements (matched by the CSS selector :focus
).
False
Limit the focus ring to the default set of focusable elements (matched by the CSS selector *|*:link:focus, *|*:visited:focus
). (Default)
First checked in
Has an effect in
- Mozilla Suite (all versions since 0.9)
- Mozilla Firefox (all versions)
- SeaMonkey (all versions)
Related bugs
Related preferences
- browser.display.use_focus_colors
- browser.display.focus_background_color
- browser.display.focus_text_color
- browser.display.focus_ring_width