1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +00:00

Fixes for file input styling

This commit is contained in:
Jermolene 2014-08-02 12:05:01 +01:00
parent 7816c1d944
commit bdd33be001

View File

@ -1359,6 +1359,7 @@ body.tw-dirty span.tw-dirty-indicator, body.tw-dirty span.tw-dirty-indicator svg
.tw-file-input-wrapper {
position: relative;
overflow: hidden;
}
.tw-file-input-wrapper input[type=file] {