From fead253e9c0f33207a11f61e98e48d1ec0428fb2 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 2 Aug 2014 21:37:46 +0100 Subject: [PATCH] Fix colour of import button --- themes/tiddlywiki/vanilla/base.tid | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 00ffb28f9..0c5d9610b 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -896,7 +896,15 @@ canvas.tw-edit-bitmapeditor { line-height: 1.4; } -.tw-drop-down a:hover, .tw-drop-down button:hover { +.tw-drop-down .tw-file-input-wrapper { + width: 100%; +} + +.tw-drop-down .tw-file-input-wrapper button { + color: <>; +} + +.tw-drop-down a:hover, .tw-drop-down button:hover, .tw-drop-down .tw-file-input-wrapper:hover button { color: <>; background-color: <>; text-decoration: none;