Giving the checkbox and radio inputs in the admin a little focus outline

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-12-01 22:38:21 -08:00
parent 5dd5f1333c
commit 7c8d659940

View File

@@ -58,7 +58,6 @@ blockquote, q { quotes: "" ""; }
header, footer, aside, nav, article { display: block; } header, footer, aside, nav, article { display: block; }
/* end: reset */ /* end: reset */
/* Clearing Floats /* Clearing Floats
***************************************************************/ ***************************************************************/
@@ -460,6 +459,10 @@ form.inline fieldset {
padding-top:0; padding-top:0;
} }
input[type="checkbox"]:focus, input[type="radio"]:focus {
outline:1px dotted #666d51;
}
legend span { legend span {
font-weight:normal; font-weight:normal;
} }