style(i18n): prettier language select

This commit is contained in:
Gregor Kleen 2019-10-20 10:40:43 +02:00
parent 352bdba1a4
commit 717cf1ddfd

View File

@ -150,7 +150,6 @@ textarea {
padding: 4px 13px; padding: 4px 13px;
font-size: 1rem; font-size: 1rem;
font-family: var(--font-base); font-family: var(--font-base);
-webkit-appearance: none;
appearance: none; appearance: none;
border: 1px solid #dbdbdb; border: 1px solid #dbdbdb;
border-radius: 2px; border-radius: 2px;
@ -184,8 +183,8 @@ textarea {
/* OPTIONS */ /* OPTIONS */
select { select[size = "1"], select:not([size]) {
-webkit-appearance: menulist; appearance: menulist;
} }
select, select,