Add missing CSS rule for input submit buttons in a .sectionbody

This commit is contained in:
Danny Colin
2025-10-04 23:35:57 -04:00
parent 86959194c4
commit 6ce9543e65
+2 -1
View File
@@ -109,7 +109,8 @@ a:hover {
button,
input[type="button"],
input[type="submit"],
.sectionbody input[type="button"] {
.sectionbody input[type="button"],
.sectionbody input[type="submit"] {
background-color: var(--button-background-color);
border: 1px solid var(--button-border-color);
border-radius: 4px;