OPAGEZ-82

Sets font size for inputs.
This commit is contained in:
Jonathan Preston 2015-10-26 17:35:18 -07:00
parent d54da40797
commit 6f6cb49270

View File

@ -197,3 +197,15 @@ select[multiple] {
b, strong { b, strong {
font-weight: bold; font-weight: bold;
} }
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
font-size: 15px;
}