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;