mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 05:53:53 -05:00
set cursor to pointer when on range
This commit is contained in:
parent
3b18097550
commit
c62b452776
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue