diff --git a/ui/src/style/theme/theme-dark.scss b/ui/src/style/theme/theme-dark.scss index c28053f90..49b4b775b 100644 --- a/ui/src/style/theme/theme-dark.scss +++ b/ui/src/style/theme/theme-dark.scss @@ -261,6 +261,24 @@ input { } } } +.dropdown-header { + height: 32px; + line-height: 30px; + padding: 0 9px; + white-space: nowrap; + font-size: 14px !important; + font-weight: 900; + color: $c-neutrino !important; + text-transform: none !important; + border-bottom: 2px solid $c-pool; + background-color: $c-ocean; + + &:hover { + background-image: none !important; + background-color: $c-ocean !important; + cursor: default; + } +} /* Dropdown Actions */ .dropdown-item {