mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-14 12:06:25 +00:00
38 lines
1023 B
SCSS
38 lines
1023 B
SCSS
/* LDAP --------------------------------------------------------------------- */
|
|
|
|
#ldapSettings {
|
|
background-color: var(--color-main-background) !important;
|
|
|
|
> fieldset {
|
|
background-color: var(--color-main-background) !important;
|
|
}
|
|
|
|
ul.ui-tabs-nav .ui-tabs-active,
|
|
ul.ui-tabs-nav .ui-tabs-active > a {
|
|
background-color: var(--color-background-darker) !important;
|
|
color: var(--color-text-active) !important;
|
|
}
|
|
|
|
div.ui-accordion-content {
|
|
background: var(--color-main-background) !important;
|
|
}
|
|
|
|
.ldap_grey {
|
|
color: var(--color-main-text) !important;
|
|
}
|
|
|
|
.ui-state-default,
|
|
.ui-widget-content .ui-state-default,
|
|
.ui-widget-header .ui-state-default {
|
|
border-color: var(--color-border) !important;
|
|
background: var(--color-main-background) !important;
|
|
color: var(--color-main-text) !important;
|
|
|
|
a,
|
|
a:link,
|
|
a:visited {
|
|
color: var(--color-main-text) !important;
|
|
}
|
|
}
|
|
}
|