Checkbox change cursor

39 views
Skip to first unread message

Marcus

unread,
Jan 13, 2018, 4:31:02 AM1/13/18
to TiddlyWiki
Hello,

is there a chance to change the mouse cursor at the checkboxes?

I've found the $:/core/modules/widgets/checkbox.js  but I don't know what to do there.

Many Thanks.

BurningTreeC

unread,
Jan 13, 2018, 4:41:17 AM1/13/18
to TiddlyWiki
Hello,

I think something like this in a Stylesheet would be a way to do it

input[type="checkbox"]:hover {
    cursor: crosshair;
I hope this helps,
Simon 

Marcus

unread,
Jan 13, 2018, 8:14:59 AM1/13/18
to TiddlyWiki
Alright, thank you, that works.
Reply all
Reply to author
Forward
0 new messages