1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-08-26 05:54:48 +02:00

Design LDAP wizard to better integrate into the design

* mostly replaces gray background with white one
Esse commit está contido em:
Morris Jobke 2016-03-30 14:55:21 +02:00
commit 6ffaf726d8

Ver arquivo

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