mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-01 01:10:52 +00:00
23 lines
512 B
SCSS
23 lines
512 B
SCSS
/* LDAP --------------------------------------------------------------------- */
|
|
|
|
#ldapSettings {
|
|
background-color: $background-normal;
|
|
|
|
> fieldset {
|
|
background-color: $background-normal;
|
|
}
|
|
|
|
ul.ui-tabs-nav .ui-tabs-active,
|
|
ul.ui-tabs-nav .ui-tabs-active > a {
|
|
background-color: $background-dark;
|
|
color: $foreground-active;
|
|
}
|
|
|
|
div.ui-accordion-content {
|
|
background: $background-normal;
|
|
}
|
|
|
|
.ldap_grey {
|
|
color: $foreground-normal;
|
|
}
|
|
}
|