From 1af1f6621a5a08b07f55a324981505be8c41f624 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Thu, 10 Dec 2020 18:09:03 +0100 Subject: [PATCH] cursor:pointer on input[type=file] doesn't work in webkit browsers... (#5244) --- themes/tiddlywiki/vanilla/base.tid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 2f60c4537..32c7c3875 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -2710,6 +2710,10 @@ body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg display: inline-block; } +::-webkit-file-upload-button { + cursor:pointer; +} + /* ** Thumbnail macros */