Backing out attempted orange fix.

This commit is contained in:
Kyle Huey 2011-04-27 20:11:50 -04:00
commit 1c25f60376

View File

@ -697,7 +697,7 @@ canvas {
/* focusable content: anything w/ tabindex >=0 is focusable, but we
skip drawing a focus outline on a few things that handle it
themselves. */
:-moz-focusring:not(input):not(button):not(select):not(textarea):not(iframe):not(frame) {
:-moz-focusring:not(input):not(button):not(select):not(textarea) {
/* Don't specify the outline-color, we should always use initial value. */
outline: 1px dotted;
}