Merge pull request #23655 from owncloud/better-ldap-design

Design LDAP wizard to better integrate into the design
This commit is contained in:
Morris Jobke 2016-03-31 22:22:55 +02:00
commit 3b4903a3ea
1 changed files with 18 additions and 0 deletions

View File

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