From 44fe6a0ff7bc091bbf8b78dc7775a791331b4c57 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:24:42 +0100 Subject: [PATCH] fix list group item --- ui/ui/sections/header.tpl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index 51c0ae43..6f4507fe 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -704,7 +704,7 @@ .dark-mode textarea:not(#filterNavigateMenu), .dark-mode select:not(#filterNavigateMenu), .dark-mode .select2-selection:not(#filterNavigateMenu) { - color: #ffffff; + color: inherit; transition: all .5s ease-in-out; } @@ -948,6 +948,15 @@ border-top: 1px solid transparent; } + .dark-mode .list-group-item { + position: relative; + display: block; + padding: 10px 15px; + margin-bottom: -1px; + background-color: transparent; + border: 1px solid rgba(221, 224, 255, .54); + } + /* Dark Mode - Select2 Dropdown ends here */ /* dark mode styles start ends here */