Browse Source

Fix LDAP Dark Theme Issue

Signed-off-by: Andy Xheli axheli@axtsolutions.com
pull/31908/head
Andy Xheli 4 years ago
committed by szaimen
parent
commit
64f75edd99
  1. 14
      apps/user_ldap/css/settings.css

14
apps/user_ldap/css/settings.css

@ -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;

Loading…
Cancel
Save