mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Apply theme color to form-check-input
This commit is contained in:
parent
29ca176e49
commit
87f95ab9f9
@ -26,6 +26,11 @@ a {
|
||||
color: <?php echo $color; ?>;
|
||||
}
|
||||
|
||||
.form-check-input:checked {
|
||||
background-color: <?php echo $color; ?>;
|
||||
border-color: <?php echo $color; ?>;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
background-color: #f8f9fc;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user