set cursor to pointer when on range

This commit is contained in:
Bradley Szoke 2025-07-12 16:37:15 -05:00
parent 3b18097550
commit c62b452776

View file

@ -85,6 +85,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
}
.easy-days-settings input[type="range"] {
width: 100%;
cursor: pointer;
}
.day {