13411-Fix selected option without select2 dark theme

This commit is contained in:
Pablo Aragon 2024-04-12 09:23:42 +02:00
parent a305d0779a
commit 0153e99fff
1 changed files with 5 additions and 0 deletions

View File

@ -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;
@ -2073,3 +2074,7 @@ button.secondaryButton {
li.agent-autocomplete-li-text-color a {
color: #333 !important;
}
select option:checked {
background-color: var(--tertiary-color);
}