1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; ?>;