1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00

Vanilla theme: ensure cursor is a pointer for invisible buttons

This commit is contained in:
Jermolene 2016-11-23 18:14:25 +00:00
parent 3c715c5e0d
commit 0e57ce4090

View File

@ -338,6 +338,7 @@ button svg, button img, label svg, label img {
margin: 0; margin: 0;
background: none; background: none;
border: none; border: none;
cursor: pointer;
} }
.tc-btn-boxed { .tc-btn-boxed {