aboutsummaryrefslogtreecommitdiff
path: root/src/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles.css')
-rw-r--r--src/styles.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styles.css b/src/styles.css
index ae70525..cc92d4d 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -24,6 +24,11 @@ button:focus {
outline: 0;
}
+input[type=file]::-webkit-file-upload-button,
+input[type=file]::file-selector-button {
+ visibility: hidden;
+}
+
#content {
/* Used for the login and register pages */
height: 100%;