From 245f4471efe67df24e41c1f3a0ce25d788348e37 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 4 Sep 2019 14:22:22 +0100 Subject: [PATCH] Larger file selection button --- epicyon-profile.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index b405587c..e7e7b26e 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -817,6 +817,17 @@ input[type=checkbox] font-size: var(--font-size); width: 20%; } + input[type=file] { + background-color: #555; + color: white; + padding: 20px; + margin: 0px; + border: none; + border-radius: 4px; + cursor: pointer; + font-size: var(--font-size); + width: 96%; + } .cancelbtn { background-color: #555; color: white; @@ -940,6 +951,17 @@ input[type=checkbox] font-size: 35px; width: 20%; } + input[type=file] { + background-color: #555; + color: white; + padding: 20px; + margin: 0px; + border: none; + border-radius: 4px; + cursor: pointer; + font-size: 35px; + width: 95.4%; + } .cancelbtn { background-color: #555; color: white;