Closed (fixed)
Project:
AdaptiveTheme
Version:
7.x-2.2
Component:
CSS/HTML
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 May 2012 at 05:09 UTC
Updated:
6 May 2012 at 18:28 UTC
Hi,
I noticed that currently keyboard navigation brings up a blue border around each object tabbed through. I was wondering what would be the preferred way to replace/override that. My theme's color scheme doesn't lend itself to that alone, and I'd like to supplement with a background-color if possible.
I've been attempting to do this myself, but my ability in CSS only extends as far as I've self taught, and this is outside my reach for this theme.
Thank you,
Vidus
Comments
Comment #1
Jeff Burnz commented:focus and :hover styles, for keyboard set :focus styles for whatever elements can take :focus.
Comment #2
Vidus commentedAlright, thanks. I was on the right track, just need to implement that on a more wide-scale basis then. Thank you again.
Comment #3
Jeff Burnz commented