diff --git a/app/css/materialdark.php b/app/css/materialdark.php index 922987ee..9f466c6b 100644 --- a/app/css/materialdark.php +++ b/app/css/materialdark.php @@ -491,6 +491,20 @@ color: ; !important border-bottom-right-radius: 18px !important; } +.btn.btn-outline-secondary.js-add-dhcp-upstream-server { + background-color: ; + border: 1px solid ; + border-top-right-radius: 18px !important; + border-bottom-right-radius: 18px !important; +} + +.btn.btn-outline-success.js-add-dhcp-static-lease { + border: 1px solid ; +} + +.btn.btn-outline-success.js-add-dhcp-static-lease:hover { + background-color: ; +} .text-muted { font-size: 0.8rem; @@ -568,3 +582,17 @@ button.btn.btn-danger { button.btn.btn-danger:hover { background-color: ;!important } + +.btn-group label.active { + background-color: !important; + border-color:transparent!important; + color: ;!important +} + +.btn-group { + background-color: ;!important +} + +.btn-group:hover { + background-color: ;!important +}