less pixelated windows icon, changed cursor for song-progress
This commit is contained in:
parent
869eedbef9
commit
8e2f61ca76
2 changed files with 2 additions and 2 deletions
|
@ -726,7 +726,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
||||||
height: 12px;
|
height: 12px;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
background: var(--keyColor);
|
background: var(--keyColor);
|
||||||
cursor: ew-resize;
|
cursor: default;
|
||||||
transition: opacity .10s var(--appleEase), transform .10s var(--appleEase);
|
transition: opacity .10s var(--appleEase), transform .10s var(--appleEase);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -735,7 +735,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
||||||
height: 8px;
|
height: 8px;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
background: var(--keyColor);
|
background: var(--keyColor);
|
||||||
cursor: pointer;
|
cursor: default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 303 KiB |
Loading…
Add table
Add a link
Reference in a new issue