adjust input sizes in neutral theme

This commit is contained in:
Andrew Dolgov 2010-01-15 17:21:30 +03:00
parent 753fc766ad
commit 2a13f31c39
1 changed files with 2 additions and 1 deletions

View File

@ -110,8 +110,9 @@ button[disabled], input[disabled], select[disabled], textarea[disabled] {
input, select, button {
background : #f0f0f0;
border : 1px solid #c0c0c0;
color : #gray;
color : #404040;
padding : 2px 4px 2px 4px;
font-size : 12px;
}
button:active {