From 514b8e1776f406f6bfeb4f70d7196215085fc896 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 25 Mar 2014 14:37:55 +0000 Subject: [PATCH] Fix hover colour of the close buttons in the sidebar "open" tab --- themes/tiddlywiki/vanilla/base.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index c8e113cf8..ce37946a1 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -253,7 +253,7 @@ a.tw-tiddlylink-external:hover { color: <>; } -.btn-mini:hover { +.tw-sidebar-lists button.btn-mini:hover { color: <>; }