diff --git a/templates/Froxlor/src/scss/components/_search.scss b/templates/Froxlor/src/scss/components/_search.scss index b16ba530..520891d0 100644 --- a/templates/Froxlor/src/scss/components/_search.scss +++ b/templates/Froxlor/src/scss/components/_search.scss @@ -20,7 +20,7 @@ width: 70vh; max-height: 50vh; - background: #fff; + background: $search-bg; border: $border-color solid 1px; border-radius: 0 0 $border-radius $border-radius; diff --git a/templates/Froxlor/src/scss/variables/_dark.scss b/templates/Froxlor/src/scss/variables/_dark.scss index f0765b25..de2fd249 100644 --- a/templates/Froxlor/src/scss/variables/_dark.scss +++ b/templates/Froxlor/src/scss/variables/_dark.scss @@ -20,6 +20,8 @@ $nav-link-color: $body-color; // List groups $list-group-bg: $gray-800; $list-group-color: $body-color; +$list-group-hover-bg: $gray-700; +$list-group-action-color: $body-color; // Navbar $navbar-bg: $gray-800; @@ -51,3 +53,9 @@ $modal-content-bg: $gray-800; $input-bg: $gray-900; $input-border-color: $black; $input-group-addon-bg: $gray-800; + +// Progress bar +$progress-bg: $gray-900; + +// Search +$search-bg: $gray-800; diff --git a/templates/Froxlor/src/scss/variables/_main.scss b/templates/Froxlor/src/scss/variables/_main.scss index 0bd42f27..667acfe0 100644 --- a/templates/Froxlor/src/scss/variables/_main.scss +++ b/templates/Froxlor/src/scss/variables/_main.scss @@ -80,3 +80,6 @@ $card-border-width: 0; $heading-bg: $navbar-bg; $heading-color: $body-color; $heading-border-color: #dee2e6; + +// Search +$search-bg: $navbar-bg; diff --git a/templates/Froxlor/user/dns-editor.html.twig b/templates/Froxlor/user/dns-editor.html.twig index ec0df31a..dea6e69b 100644 --- a/templates/Froxlor/user/dns-editor.html.twig +++ b/templates/Froxlor/user/dns-editor.html.twig @@ -25,7 +25,7 @@ {% if zonefile is not empty %}