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
Родитель 4e72fae941
Коммит e2899888ec
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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 {