mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
fixed slider for firefox
This commit is contained in:
parent
9d5481ff04
commit
a761c41242
@ -69,10 +69,10 @@ input[type=range].slider::-moz-range-thumb {
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
border-radius: 25px;
|
||||
background: var(--cs-thumb-disabled-bg);
|
||||
background: var(--cs-thumb-default-bg);
|
||||
}
|
||||
input[type=range].slider:disabled::-moz-range-thumb {
|
||||
cursor: default;
|
||||
border: var(--border-default-2px);
|
||||
background: var(--cs-control-default-bg);
|
||||
background: var(--cs-thumb-disabled-bg);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user