mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Small styling fix for static leases
This commit is contained in:
parent
5234e0bb8e
commit
b0ef54a6e0
@ -491,6 +491,20 @@ color: <?php echo $textColor; ?>; !important
|
|||||||
border-bottom-right-radius: 18px !important;
|
border-bottom-right-radius: 18px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn.btn-outline-secondary.js-add-dhcp-upstream-server {
|
||||||
|
background-color: <?php echo $primaryColor; ?>;
|
||||||
|
border: 1px solid <?php echo $secondaryColor; ?>;
|
||||||
|
border-top-right-radius: 18px !important;
|
||||||
|
border-bottom-right-radius: 18px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn.btn-outline-success.js-add-dhcp-static-lease {
|
||||||
|
border: 1px solid <?php echo $secondaryColor; ?>;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn.btn-outline-success.js-add-dhcp-static-lease:hover {
|
||||||
|
background-color: <?php echo $primaryColor; ?>;
|
||||||
|
}
|
||||||
|
|
||||||
.text-muted {
|
.text-muted {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
@ -568,3 +582,17 @@ button.btn.btn-danger {
|
|||||||
button.btn.btn-danger:hover {
|
button.btn.btn-danger:hover {
|
||||||
background-color: <?php echo $backgroundColor; ?>;!important
|
background-color: <?php echo $backgroundColor; ?>;!important
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-group label.active {
|
||||||
|
background-color: <?php echo $primaryColor; ?>!important;
|
||||||
|
border-color:transparent!important;
|
||||||
|
color: <?php echo $textColor; ?>;!important
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-group {
|
||||||
|
background-color: <?php echo $cardsColor; ?>;!important
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-group:hover {
|
||||||
|
background-color: <?php echo $cardsColor; ?>;!important
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user