Merge pull request #31908 from andyxheli/patch-2

Fix LDAP Dark Theme Issue
This commit is contained in:
Simon L 2022-04-08 23:29:17 +02:00 committed by GitHub
commit fadad1e7d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;