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);
|
background-color: var(--form-inputs-background);
|
||||||
}
|
}
|
||||||
.newevent input[type="submit"],
|
.newevent input[type="submit"],
|
||||||
.newtype input[type="submit"],
|
.newtype input[type="submit"] {
|
||||||
// button {
|
width: max-content;
|
||||||
// width: max-content;
|
padding: 5px 20px;
|
||||||
// padding: 5px 20px;
|
background-color: #3C3F57;
|
||||||
// background-color: #3C3F57;
|
}
|
||||||
// }
|
|
||||||
.newevent input[type="file"] {
|
.newevent input[type="file"] {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user