diff options
author | Andy Xheli <axheli@axtsolutions.com> | 2022-04-08 11:53:28 -0500 |
---|---|---|
committer | szaimen <szaimen@e.mail.de> | 2022-04-08 22:57:33 +0200 |
commit | 64f75edd99167e50804c9cb685a9a3a9b139b58c (patch) | |
tree | a618549762ff3a5fe4f3f4196d0617f99e754ecd /apps/user_ldap/css | |
parent | d859f219b2390af91ca688636ddc59501c8ea2b5 (diff) | |
download | nextcloud-server-64f75edd99167e50804c9cb685a9a3a9b139b58c.tar.gz nextcloud-server-64f75edd99167e50804c9cb685a9a3a9b139b58c.zip |
Fix LDAP Dark Theme Issue
Signed-off-by: Andy Xheli axheli@axtsolutions.com
Diffstat (limited to 'apps/user_ldap/css')
-rw-r--r-- | apps/user_ldap/css/settings.css | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css index f99310118a9..e89dfd80c8a 100644 --- a/apps/user_ldap/css/settings.css +++ b/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; |