bugfix:fixing submit button rendering for events
This commit is contained in:
parent
0d9405a710
commit
f0409815fd
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user