mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Giving the checkbox and radio inputs in the admin a little focus outline
--HG-- branch : dev
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user