From 6ffaf726d843f5fb375c47965a4861f1e3bf6fde Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 30 Mar 2016 14:55:21 +0200 Subject: [PATCH] Design LDAP wizard to better integrate into the design * mostly replaces gray background with white one --- apps/user_ldap/css/settings.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css index db24588f76..c99efc48c5 100644 --- a/apps/user_ldap/css/settings.css +++ b/apps/user_ldap/css/settings.css @@ -208,3 +208,21 @@ select[multiple=multiple] + button { position: absolute; left: -2000px; } + +#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; +}