aboutsummaryrefslogtreecommitdiff
path: root/src/styles.css
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-04 17:03:13 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-04 17:03:13 +0200
commit6c52fd1199525a63dd5bed80a8609b96510282aa (patch)
treea6c1a25082439830c6ce8d207bcb413c2d5518f7 /src/styles.css
parent777432d8c3a429214caab66864eab141370d3d72 (diff)
downloadDevHive-Angular-6c52fd1199525a63dd5bed80a8609b96510282aa.tar
DevHive-Angular-6c52fd1199525a63dd5bed80a8609b96510282aa.tar.gz
DevHive-Angular-6c52fd1199525a63dd5bed80a8609b96510282aa.zip
Made file input hide it's button part of the global styling
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%;