Revert "Revert "Fix LDAP Dark Theme Issue""

This reverts commit 5b9804e18b706ef3b5a615f13d22abd44a13d7d5.

Signed-off-by: Andy Xheli <andyxheli@gmail.com>
This commit is contained in:
Andy Xheli 2021-04-20 13:58:23 -05:00
parent 971217b522
commit f73d585e64
1 changed files with 5 additions and 5 deletions

View File

@ -206,23 +206,23 @@ select[multiple=multiple] + button {
}
.ldap_grey {
color: #777;
color: #dark;
}
#ldapSettings {
background-color: white;
background-color: dark;
padding: 0;
}
#ldapSettings > fieldset {
background-color: white;
background-color: dark;
}
#ldapSettings ul.ui-tabs-nav .ui-tabs-active,
#ldapSettings ul.ui-tabs-nav .ui-tabs-active > a {
background-color: white;
background-color: dark;
}
#ldapSettings div.ui-accordion-content {
background: white;
background: dark;
}