Skip to content
Closed

NA #31904

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix LDAP Dark Theme Issue
Signed-off-by: Andrea Xheli [email protected]

Should fix LDAP AD Integration Dark Theme issue #25809

Updated code Ref Fix LDAP Dark Theme Issue #26666

Signed-off-by: Andy Xheli <[email protected]>
  • Loading branch information
Andy Xheli authored and Andy Xheli committed Apr 8, 2022
commit a9c828a7b30f2bd3a2ff8d3fdb7a0bdb0b8e5740
10 changes: 5 additions & 5 deletions apps/user_ldap/css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,25 +207,25 @@ select[multiple=multiple] + button {
}

.ldap_grey {
color: #777;
color: #none;
}

#ldapSettings {
background-color: white;
background-color: none;
padding: 0;
}

#ldapSettings > fieldset {
background-color: white;
background-color: none;
}

#ldapSettings ul.ui-tabs-nav .ui-tabs-active,
#ldapSettings ul.ui-tabs-nav .ui-tabs-active > a {
background-color: white;
background-color: none;
}

#ldapSettings div.ui-accordion-content {
background: white;
background: none;
}

ul.ui-multiselect-checkboxes label {
Expand Down