mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-28 11:03:16 +01:00
[design] improve range style on firefox
This commit is contained in:
parent
63245d852e
commit
8f076de6b3
@ -464,6 +464,14 @@ input[type="range"]::-moz-range-track {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
input[type="range"]:focus::-moz-range-track {
|
||||
background-color: rgb(var(--theme-style-text));
|
||||
}
|
||||
|
||||
input[type="range"]::-moz-focus-outer {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
input[type="range"]::-moz-range-thumb {
|
||||
background-color: rgb(var(--theme-gray-01));
|
||||
color: rgb(var(--form-range-thumb));
|
||||
|
Loading…
Reference in New Issue
Block a user