Merge branch 'main' of https://github.com/ciderapp/Cider
This commit is contained in:
commit
14f9ba7c30
1 changed files with 20 additions and 0 deletions
|
@ -771,6 +771,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
||||||
/*height: 1.2em;
|
/*height: 1.2em;
|
||||||
line-height: 1.2em;*/
|
line-height: 1.2em;*/
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
z-index: 1;
|
||||||
/* animation: marquee 10s linear infinite; */
|
/* animation: marquee 10s linear infinite; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1742,6 +1743,12 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
|
&:hover {
|
||||||
|
background: var(--keyColor-rollover);
|
||||||
|
}
|
||||||
|
&:active {
|
||||||
|
background: var(--keyColor-pressed);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.animated {
|
.animated {
|
||||||
|
@ -1818,6 +1825,12 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
border:0px;
|
border:0px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
transform: translateY(3px);
|
transform: translateY(3px);
|
||||||
|
&:hover {
|
||||||
|
background: var(--keyColor-rollover);
|
||||||
|
}
|
||||||
|
&:active {
|
||||||
|
background: var(--keyColor-pressed);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.artist-animation-on {
|
&.artist-animation-on {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -2684,6 +2697,13 @@ input[type=checkbox][switch]:checked {
|
||||||
background: var(--keyColor);
|
background: var(--keyColor);
|
||||||
border: 0 solid var(--keyColor);
|
border: 0 solid var(--keyColor);
|
||||||
mix-blend-mode: unset;
|
mix-blend-mode: unset;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: var(--keyColor-rollover);
|
||||||
|
}
|
||||||
|
&:active {
|
||||||
|
background: var(--keyColor-pressed);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=checkbox][switch]::before {
|
input[type=checkbox][switch]::before {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue