mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-04 10:14:23 +00:00
Small ldap settings change
This commit is contained in:
parent
aa2db4ef8f
commit
2b692f9435
2 changed files with 7 additions and 3 deletions
core/css
|
@ -1,4 +1,6 @@
|
|||
#ldapSettings {
|
||||
background-color: $background-normal;
|
||||
|
||||
> fieldset {
|
||||
background-color: $background-normal;
|
||||
}
|
||||
|
|
|
@ -1352,10 +1352,12 @@ td.date, td.date > span {
|
|||
background-color: #31363b;
|
||||
border-color: #706f6e; }
|
||||
|
||||
#ldapSettings > fieldset {
|
||||
#ldapSettings {
|
||||
background-color: #31363b; }
|
||||
#ldapSettings ul.ui-tabs-nav .ui-tabs-active, #ldapSettings ul.ui-tabs-nav .ui-tabs-active > a {
|
||||
background-color: #232629; }
|
||||
#ldapSettings > fieldset {
|
||||
background-color: #31363b; }
|
||||
#ldapSettings ul.ui-tabs-nav .ui-tabs-active, #ldapSettings ul.ui-tabs-nav .ui-tabs-active > a {
|
||||
background-color: #232629; }
|
||||
|
||||
/* Log reader --------------------------------------------------------------- */
|
||||
#logreader-root table tbody tr td {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue