diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 4b83be514..08ba5f4ed 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -96,6 +96,12 @@ html button { fill: <>; background: <>; border-color: <>; + cursor: pointer; +} + +button:disabled { + cursor: default; + color: <>; } button:disabled svg {