web: fixed double arrow in select

This commit is contained in:
Devaev Maxim 2020-05-04 06:52:35 +03:00
parent 685f4f4ea3
commit 67c7b3756a

View File

@ -139,9 +139,9 @@ select:disabled {
}
select {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;