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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user