Fix LDAP Dark Theme Issue

Signed-off-by: Andy Xheli axheli@axtsolutions.com
This commit is contained in:
Andy Xheli 2022-04-08 11:53:28 -05:00 committed by backportbot[bot]
parent f329ece23b
commit 889883b96a

View file

@ -211,23 +211,9 @@ select[multiple=multiple] + button {
}
#ldapSettings {
background-color: white;
padding: 0;
}
#ldapSettings > fieldset {
background-color: white;
}
#ldapSettings ul.ui-tabs-nav .ui-tabs-active,
#ldapSettings ul.ui-tabs-nav .ui-tabs-active > a {
background-color: white;
}
#ldapSettings div.ui-accordion-content {
background: white;
}
ul.ui-multiselect-checkboxes label {
display: flex;
align-items: center;