From b0ef54a6e09c940f876a31e7d98493696e04772d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Gur=C3=A1=C5=88?= Date: Mon, 7 Aug 2023 09:51:55 +0200 Subject: [PATCH] Small styling fix for static leases --- app/css/materialdark.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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 +}