fix font size in input boxes

This commit is contained in:
Stefan Breunig
2013-02-01 22:32:45 +01:00
parent 25d6b4cdc5
commit 8cb99f4752

View File

@ -211,6 +211,7 @@ input {
height: 22px; height: 22px;
line-height: 22px; line-height: 22px;
padding: 0 4px; padding: 0 4px;
font-size: 14px;
} }
::-webkit-input-placeholder { ::-webkit-input-placeholder {