making the yellow only apply to html

This commit is contained in:
dougt%meer.net 2005-11-18 00:01:56 +00:00
Родитель fde1feb64c
Коммит f7fabb9dae
1 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

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