mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
web: fixed double arrow in select
This commit is contained in:
parent
685f4f4ea3
commit
67c7b3756a
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user