bugfix:fixing submit button rendering for events

This commit is contained in:
Benoit Alessandroni 2020-12-14 20:37:06 +01:00
parent 0d9405a710
commit f0409815fd
1 changed files with 5 additions and 6 deletions

View File

@ -143,12 +143,11 @@ solid-event section {
background-color: var(--form-inputs-background);
}
.newevent input[type="submit"],
.newtype input[type="submit"],
// button {
// width: max-content;
// padding: 5px 20px;
// background-color: #3C3F57;
// }
.newtype input[type="submit"] {
width: max-content;
padding: 5px 20px;
background-color: #3C3F57;
}
.newevent input[type="file"] {
background-color: transparent;
}