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