mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Apply theme color to form-check-input
This commit is contained in:
parent
29ca176e49
commit
87f95ab9f9
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ a {
|
||||||
color: <?php echo $color; ?>;
|
color: <?php echo $color; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-check-input:checked {
|
||||||
|
background-color: <?php echo $color; ?>;
|
||||||
|
border-color: <?php echo $color; ?>;
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
background-color: #f8f9fc;
|
background-color: #f8f9fc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue