Updated forgotten button - dark theme

This commit is contained in:
Marek Guráň
2023-08-08 06:34:43 +02:00
committed by GitHub
parent 5970ee397b
commit f831794a55

View File

@@ -351,7 +351,7 @@ span.label.label-warning {
} }
[class*="btn"], [class*="btn"]:focus, [class*="btn"]:disabled { [class*="btn"], [class*="btn"]:focus, [class*="btn"]:disabled {
background-color: <?php echo $backgroundColor; ?>; background-color: <?php echo $secondaryColor; ?>;
border-color: transparent; border-color: transparent;
border-radius: 18px; border-radius: 18px;
color: <?php echo $textColor; ?>; color: <?php echo $textColor; ?>;