mirror of
https://github.com/znc/znc.git
synced 2026-08-10 10:52:59 +02:00
Add missing CSS rule for input submit buttons in a .sectionbody
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user