mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
cursor:pointer on input[type=file] doesn't work in webkit browsers... (#5244)
This commit is contained in:
parent
50d8325d4c
commit
1af1f6621a
@ -2710,6 +2710,10 @@ body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-file-upload-button {
|
||||||
|
cursor:pointer;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Thumbnail macros
|
** Thumbnail macros
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user