зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
8ef657a0fa
Коммит
713ee167be
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче