Bug 251614. Get rid of black squares on input type=submit buttons and return focus appearance to normal. r+sr=roc

This commit is contained in:
aaronleventhal%moonset.net 2004-08-02 14:15:51 +00:00
parent e215fdb430
commit 1cf362f6fe
4 changed files with 2 additions and 12 deletions

View File

@ -304,7 +304,7 @@ input[type="image"][disabled] {
}
input[type="image"]:focus {
-moz-outline: 1px dotted -moz-FieldText;
-moz-outline: 1px dotted invert;
}
/* file selector */

View File

@ -44,11 +44,6 @@ input[type=image] {
border: 2px solid blue;
}
/* border when focused -- only change style to dotted */
input[type=image]:focus {
border-style: dotted;
}
/* border when disabled -- only change color to gray */
input[type=image][disabled] {
border-color: GrayText;

View File

@ -304,7 +304,7 @@ input[type="image"][disabled] {
}
input[type="image"]:focus {
-moz-outline: 1px dotted -moz-FieldText;
-moz-outline: 1px dotted invert;
}
/* file selector */

View File

@ -44,11 +44,6 @@ input[type=image] {
border: 2px solid blue;
}
/* border when focused -- only change style to dotted */
input[type=image]:focus {
border-style: dotted;
}
/* border when disabled -- only change color to gray */
input[type=image][disabled] {
border-color: GrayText;