style(i18n): prettier language select
This commit is contained in:
parent
352bdba1a4
commit
717cf1ddfd
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user