diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index 831bc1b7..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 */ @@ -1121,7 +1130,7 @@ {/if}