summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_inputs.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_inputs.scss')
-rw-r--r--webapp/sass/components/_inputs.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/sass/components/_inputs.scss b/webapp/sass/components/_inputs.scss
index 857772d7c..4d99e00e4 100644
--- a/webapp/sass/components/_inputs.scss
+++ b/webapp/sass/components/_inputs.scss
@@ -46,6 +46,10 @@ input {
}
}
+input::-webkit-file-upload-button {
+ display: none
+}
+
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: inherit;
opacity: 0.5;