The button "active" state needed one more pixel width in the border

r=dcone,b=17154
This commit is contained in:
rods%netscape.com 1999-10-26 14:05:49 +00:00
parent 6ae1735a7d
commit c4669d4de5
2 changed files with 2 additions and 2 deletions

View File

@ -461,7 +461,7 @@ input[type=button] {
}
input[type=button]:active {
border: 1px solid black;
border: 2px solid black;
}
input[type=button]:-moz-buttonlabel {

View File

@ -461,7 +461,7 @@ input[type=button] {
}
input[type=button]:active {
border: 1px solid black;
border: 2px solid black;
}
input[type=button]:-moz-buttonlabel {