<input type=image> now shows focus. b=2504 r=rods sr=buster

This commit is contained in:
attinasi%netscape.com 2001-01-03 23:34:54 +00:00
parent 4994e52335
commit e1c087f132
2 changed files with 8 additions and 0 deletions

View File

@ -222,6 +222,10 @@ input[type="image"][disabled] {
cursor: default;
}
input[type="image"]:focus {
-moz-outline: 1px dotted WindowText;
}
/* file selector */
input[type="file"] {
white-space: nowrap;

View File

@ -222,6 +222,10 @@ input[type="image"][disabled] {
cursor: default;
}
input[type="image"]:focus {
-moz-outline: 1px dotted WindowText;
}
/* file selector */
input[type="file"] {
white-space: nowrap;