mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
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:
parent
e215fdb430
commit
1cf362f6fe
@ -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 */
|
||||
|
@ -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;
|
||||
|
@ -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 */
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user