1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-08 23:03:50 +00:00

Fix hover colour of the close buttons in the sidebar "open" tab

This commit is contained in:
Jermolene 2014-03-25 14:37:55 +00:00
parent 79d643775d
commit 514b8e1776

View File

@ -253,7 +253,7 @@ a.tw-tiddlylink-external:hover {
color: <<colour sidebar-muted-foreground>>; color: <<colour sidebar-muted-foreground>>;
} }
.btn-mini:hover { .tw-sidebar-lists button.btn-mini:hover {
color: <<colour sidebar-muted-foreground-hover>>; color: <<colour sidebar-muted-foreground-hover>>;
} }