Fix hover colour for textual editor toolbar buttons

This commit is contained in:
Jermolene 2018-10-24 10:33:16 +01:00
parent baddd89abb
commit 78f5465a47
1 changed files with 1 additions and 0 deletions

View File

@ -1116,6 +1116,7 @@ html body.tc-body.tc-single-tiddler-window {
.tc-editor-toolbar button:hover {
background-color: <<colour tiddler-controls-foreground-selected>>;
fill: <<colour background>>;
color: <<colour background>>;
}
.tc-editor-toolbar .tc-text-editor-toolbar-more {