fix: set cursor to pointer when on range (#4197)

* set cursor to pointer when on range

* chore: white space removal

* chore: update contributors file
This commit is contained in:
Bradley Szoke 2025-07-13 14:29:23 -05:00 committed by GitHub
parent 4604bc7567
commit 58a8aa7353
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -234,6 +234,7 @@ Emmanuel Ferdman <https://github.com/emmanuel-ferdman>
Sunong2008 <https://github.com/Sunrongguo2008> Sunong2008 <https://github.com/Sunrongguo2008>
Marvin Kopf <marvinkopf@outlook.com> Marvin Kopf <marvinkopf@outlook.com>
Kevin Nakamura <grinkers@grinkers.net> Kevin Nakamura <grinkers@grinkers.net>
Bradley Szoke <bradleyszoke@gmail.com>
jcznk <https://github.com/jcznk> jcznk <https://github.com/jcznk>
******************** ********************

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"] { .easy-days-settings input[type="range"] {
width: 100%; width: 100%;
cursor: pointer;
} }
.day { .day {