Merge branch 'ent-13411-mejorar-visualizacion-de-selector-de-items-de-informe-en-tema-oscuro' into 'develop'

Ent 13411 mejorar visualizacion de selector de items de informe en tema oscuro

See merge request artica/pandorafms!7189
This commit is contained in:
Jose Martin 2024-04-12 11:15:50 +00:00
commit 0692934203
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: #14524f;
--primary-color-hover: #14524f; --primary-color-hover: #14524f;
--secondary-color: #222; --secondary-color: #222;
--tertiary-color: #333;
--text-color: #fff; --text-color: #fff;
--text-color-2: #ededed; --text-color-2: #ededed;
@ -2082,3 +2083,7 @@ li.agent-autocomplete-li-text-color a {
background-color: var(--secondary-color); background-color: var(--secondary-color);
color: var(--text-color) !important; color: var(--text-color) !important;
} }
select option:checked {
background-color: var(--tertiary-color);
}