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;