1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-03 03:18:02 +00:00

cursor:pointer on input[type=file] doesn't work in webkit browsers... (#5244)

This commit is contained in:
Simon Huber
2020-12-10 18:09:03 +01:00
committed by GitHub
parent 50d8325d4c
commit 1af1f6621a

View File

@@ -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
*/