diff --git a/base/css/style.css b/base/css/style.css index bdff1913..5b3131c3 100644 --- a/base/css/style.css +++ b/base/css/style.css @@ -13,7 +13,12 @@ background: transparent; } *:focus -{ outline: none; } +{ outline: 1px dotted #FFF; } + + /* Darker focus border inside #body where the background is + white-ish: */ + #body *:focus +{ outline: 1px dotted #666; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } diff --git a/themes/jquery/header.php b/themes/jquery/header.php index 236305a3..2e8384f6 100755 --- a/themes/jquery/header.php +++ b/themes/jquery/header.php @@ -72,31 +72,31 @@