Update styles

This commit is contained in:
Ryan Prather 2024-07-12 20:33:57 -04:00
parent 35042278ac
commit 514ca624e5

View File

@ -1921,6 +1921,7 @@ input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"],
select,
textarea {
-moz-appearance: none;
@ -1967,7 +1968,7 @@ select {
background-size: 1.25em;
background-repeat: no-repeat;
background-position: calc(100% - 1em) center;
height: 2.75em;
height: 2em;
padding-right: 2.75em;
text-overflow: ellipsis;
}
@ -1992,8 +1993,9 @@ input[type="tel"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="number"],
select {
height: 2.75em;
height: 1.5em;
}
textarea {