diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index b44824ada0..f19e77194b 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -24,6 +24,7 @@ Description: The default Pandora FMS theme layout --primary-color: #14524f; --primary-color-hover: #14524f; --secondary-color: #222; + --tertiary-color: #333; --text-color: #fff; --text-color-2: #ededed; @@ -2082,3 +2083,7 @@ li.agent-autocomplete-li-text-color a { background-color: var(--secondary-color); color: var(--text-color) !important; } + +select option:checked { + background-color: var(--tertiary-color); +}