mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-26 04:21:38 +02: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;
|
-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 {
|
input[type="range"]::-moz-range-thumb {
|
||||||
background-color: rgb(var(--theme-gray-01));
|
background-color: rgb(var(--theme-gray-01));
|
||||||
color: rgb(var(--form-range-thumb));
|
color: rgb(var(--form-range-thumb));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user