mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
The button "active" state needed one more pixel width in the border
r=dcone,b=17154
This commit is contained in:
parent
6ae1735a7d
commit
c4669d4de5
@ -461,7 +461,7 @@ input[type=button] {
|
||||
}
|
||||
|
||||
input[type=button]:active {
|
||||
border: 1px solid black;
|
||||
border: 2px solid black;
|
||||
}
|
||||
|
||||
input[type=button]:-moz-buttonlabel {
|
||||
|
@ -461,7 +461,7 @@ input[type=button] {
|
||||
}
|
||||
|
||||
input[type=button]:active {
|
||||
border: 1px solid black;
|
||||
border: 2px solid black;
|
||||
}
|
||||
|
||||
input[type=button]:-moz-buttonlabel {
|
||||
|
Loading…
x
Reference in New Issue
Block a user