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 { select {
-webkit-appearance: button; -webkit-appearance: none;
-moz-appearance: button; -moz-appearance: none;
appearance: button; appearance: none;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
user-select: none; user-select: none;