Added the correct fonts for submit,reset, input button.

set box-sizing for HTML 4 buttons
Set font in psuedo element for the input text
r=kmcclusk bug b=11285
This commit is contained in:
rods%netscape.com 1999-11-22 22:02:19 +00:00
Родитель 8ef657a0fa
Коммит 713ee167be
2 изменённых файлов: 16 добавлений и 0 удалений

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

@ -611,6 +611,8 @@ input[type="submit"] {
color:black;
padding: 1px;
font-family: sans-serif;
font-size: small;
}
input[type="submit"]:hover {
@ -689,6 +691,8 @@ input[type="reset"] {
color:black;
padding: 1px;
font-family: sans-serif;
font-size: small;
}
input[type="reset"]:hover {
@ -764,6 +768,8 @@ input[type="button"] {
background-color: rgb(206, 207, 206);
color:black;
padding: 1px;
font-family: sans-serif;
font-size: small;
}
input[type="button"]:hover {
@ -846,6 +852,7 @@ button {
display: inline;
vertical-align: bottom;
cursor: default;
box-sizing: border-box;
border: 2px outset rgb(156, 154, 156);
background-color: rgb(206, 207, 206);
@ -1498,6 +1505,7 @@ select[-moz-dropdown-active]:-moz-dropdown-list {
:-moz-singleline-textcontrol-frame {
overflow:hidden;
font-family:-moz-fixed;
white-space:nowrap;
}

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

@ -611,6 +611,8 @@ input[type="submit"] {
color:black;
padding: 1px;
font-family: sans-serif;
font-size: small;
}
input[type="submit"]:hover {
@ -689,6 +691,8 @@ input[type="reset"] {
color:black;
padding: 1px;
font-family: sans-serif;
font-size: small;
}
input[type="reset"]:hover {
@ -764,6 +768,8 @@ input[type="button"] {
background-color: rgb(206, 207, 206);
color:black;
padding: 1px;
font-family: sans-serif;
font-size: small;
}
input[type="button"]:hover {
@ -846,6 +852,7 @@ button {
display: inline;
vertical-align: bottom;
cursor: default;
box-sizing: border-box;
border: 2px outset rgb(156, 154, 156);
background-color: rgb(206, 207, 206);
@ -1498,6 +1505,7 @@ select[-moz-dropdown-active]:-moz-dropdown-list {
:-moz-singleline-textcontrol-frame {
overflow:hidden;
font-family:-moz-fixed;
white-space:nowrap;
}