summaryrefslogtreecommitdiff
path: root/src/ui/options.css
diff options
context:
space:
mode:
authorhackademix2019-05-30 13:23:35 +0200
committerhackademix2019-05-30 13:23:35 +0200
commitfba660149efc7d9285d319d64f3cc563c97d2312 (patch)
treef47146d2c918476d7128bdaf075685cf8d124063 /src/ui/options.css
parent18c0cdc59040d47f94424adb29f4bb7013c07d4f (diff)
downloadnoscript-fba660149efc7d9285d319d64f3cc563c97d2312.tar.gz
noscript-fba660149efc7d9285d319d64f3cc563c97d2312.tar.xz
noscript-fba660149efc7d9285d319d64f3cc563c97d2312.zip
Further work-around for setting importation file picking inconsistencies on Android.
Diffstat (limited to 'src/ui/options.css')
-rw-r--r--src/ui/options.css16
1 files changed, 14 insertions, 2 deletions
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 {