Browse Source

Fix LDAP Dark Theme Issue

Signed-off-by: Andy Xheli axheli@axtsolutions.com
Andy Xheli 2 years ago
parent
commit
64f75edd99
1 changed files with 0 additions and 14 deletions
  1. 0 14
      apps/user_ldap/css/settings.css

+ 0 - 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;