diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index e11cfbd23..d5454a32d 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -505,6 +505,11 @@ button svg, button img, label svg, label img { fill: <>; } +button:disabled.tc-btn-invisible { + cursor: default; + color: <>; +} + .tc-btn-boxed { font-size: 0.6em; padding: 0.2em;