mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
web: fixed double arrow in select
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user