adjust input sizes in neutral theme
This commit is contained in:
parent
753fc766ad
commit
2a13f31c39
1 changed files with 2 additions and 1 deletions
|
@ -110,8 +110,9 @@ button[disabled], input[disabled], select[disabled], textarea[disabled] {
|
||||||
input, select, button {
|
input, select, button {
|
||||||
background : #f0f0f0;
|
background : #f0f0f0;
|
||||||
border : 1px solid #c0c0c0;
|
border : 1px solid #c0c0c0;
|
||||||
color : #gray;
|
color : #404040;
|
||||||
padding : 2px 4px 2px 4px;
|
padding : 2px 4px 2px 4px;
|
||||||
|
font-size : 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:active {
|
button:active {
|
||||||
|
|
Loading…
Reference in a new issue