1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-05-16 06:11:23 +00:00
nextcloud-breeze-dark/core/css/apps/_ldap.scss

22 lines
No EOL
478 B
SCSS

#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;
border-bottom-color: $decoration-active;
}
div.ui-accordion-content {
background: $background-normal;
}
.ldap_grey {
color: $foreground-normal;
}
}