Skip to content

Commit 75d1ca1

Browse files
committed
change cursor for range input
1 parent ea9d11f commit 75d1ca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ input[type="range"]::-moz-range-thumb {
9090
border: var(--border-width) solid var(--background-above);
9191
background-color: var(--accent-color);
9292
border-radius: 0;
93+
cursor: ew-resize;
9394
}
9495

9596
.upload-container {

0 commit comments

Comments
 (0)