From fba660149efc7d9285d319d64f3cc563c97d2312 Mon Sep 17 00:00:00 2001 From: hackademix Date: Thu, 30 May 2019 13:23:35 +0200 Subject: Further work-around for setting importation file picking inconsistencies on Android. --- src/ui/options.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'src/ui/options.css') diff --git a/src/ui/options.css b/src/ui/options.css index ca64859..652a9bf 100644 --- a/src/ui/options.css +++ b/src/ui/options.css @@ -129,8 +129,20 @@ button.add { font-weight: bold; } -input[type="file"] { - display: none; +#import-container { + position: relative; +} +#file-import { + position: absolute; + top: 0; + left: 0; + opacity: 0; + width: 100%; + padding: 0; + margin: 0; + border: none; + -moz-appearance: none; + appearance: none; } .opt-group { -- cgit v1.2.3