This commit is contained in:
Andrea Xheli 2021-05-30 21:56:45 +03:00 committed by GitHub
commit 9f845d882b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}