mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-14 03:56:26 +00:00
32 lines
577 B
SCSS
32 lines
577 B
SCSS
.app-settings #app-content {
|
|
|
|
#fns, #elastic_search, #files {
|
|
|
|
.div-table .div-table-row .div-table-col {
|
|
|
|
select, input {
|
|
background-color: var(--color-background-darker) !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.provider_navigation {
|
|
color: var(--color-main-text);
|
|
background: var(--color-main-background);
|
|
}
|
|
|
|
.result_entry_default {
|
|
background: var(--color-main-background);
|
|
}
|
|
|
|
#fts-popup {
|
|
|
|
.div-table-col-left {
|
|
color: var(--color-main-text);
|
|
}
|
|
}
|
|
|
|
#fulltextsearch .menutoggle:hover {
|
|
opacity: 1 !important;
|
|
} |