зеркало из https://github.com/mozilla/pjs.git
making the yellow only apply to html
This commit is contained in:
Родитель
fde1feb64c
Коммит
f7fabb9dae
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче