add font size to input, textarea

This commit is contained in:
brett 2020-10-01 13:46:43 -06:00 committed by Yann Esposito (Yogsototh)
parent 9570100c79
commit 74a0aa682d
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
2 changed files with 12 additions and 0 deletions

View file

@ -26,6 +26,13 @@ input::placeholder {
color: lightgray;
}
input[type="text"],
input[type="url"],
input[type="password"],
textarea {
font-size: 16px;
}
.queryInput {
width: 128px;
padding: 0 22px 0 2px;

View file

@ -13,6 +13,11 @@ button {
button:focus {
outline: none;
}
input[type="text"],
input[type="url"],
textarea {
font-size: 16px;
}
.alert {
background: #ced;
border: 1px solid #acc;