mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-12 19:26:42 +00:00
44 lines
1.2 KiB
SCSS
44 lines
1.2 KiB
SCSS
/***
|
|
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
|
*
|
|
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
|
*/
|
|
|
|
/* 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;
|
|
}
|
|
}
|
|
}
|