Larger file selection button

master
Bob Mottram 2019-09-04 14:22:22 +01:00
parent c27a85b70f
commit 245f4471ef
1 changed files with 22 additions and 0 deletions

View File

@ -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;