less pixelated windows icon, changed cursor for song-progress

This commit is contained in:
booploops 2021-12-09 17:31:49 -08:00
parent 869eedbef9
commit 8e2f61ca76
2 changed files with 2 additions and 2 deletions

View file

@ -726,7 +726,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
height: 12px;
border-radius: 100%;
background: var(--keyColor);
cursor: ew-resize;
cursor: default;
transition: opacity .10s var(--appleEase), transform .10s var(--appleEase);
}
@ -735,7 +735,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
height: 8px;
border-radius: 100%;
background: var(--keyColor);
cursor: pointer;
cursor: default;
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 303 KiB

Before After
Before After