diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index d5454a32d..3d04cce8f 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -510,6 +510,10 @@ button:disabled.tc-btn-invisible { color: <>; } +button:disabled > .tc-btn-text { + color: <>; +} + .tc-btn-boxed { font-size: 0.6em; padding: 0.2em; @@ -883,7 +887,7 @@ button.tc-btn-invisible.tc-remove-tag-button { fill: <>; } -.tc-page-controls button:hover svg, .tc-page-controls a:hover svg { +.tc-page-controls button:not(:disabled):hover svg, .tc-page-controls a:hover svg { fill: <>; }