Mozilla/mozilla/minimo/customization/ua.css.additions
dougt%meer.net 9b99c503e3 making the yellow only apply to html
git-svn-id: svn://10.0.0.236/trunk@184873 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-18 00:01:56 +00:00

20 lines
417 B
Plaintext
Executable File

html *:focus
{
-moz-outline: 3px solid #FFFF00 !important;
-moz-outline-offset: 1px !important;
-moz-outline-radius: 3px !important;
}
html textarea:focus,html button:focus,html select:focus,html input:focus
{
-moz-outline-offset: -1px !important;
}
html input[type="radio"]:focus
{
-moz-outline-radius: 8px !important;
-moz-outline-offset: 0px !important;
}