Merge pull request #31967 from nextcloud/backport/31908/stable22

[stable22] Fix LDAP Dark Theme Issue
This commit is contained in:
blizzz 2022-04-14 13:02:02 +02:00 committed by GitHub
commit ff16b5870c
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;