mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-17 06:32:05 +00:00
32 lines
No EOL
535 B
SCSS
32 lines
No EOL
535 B
SCSS
.app-settings #app-content {
|
|
|
|
#fns, #elastic_search, #files {
|
|
|
|
.div-table .div-table-row .div-table-col {
|
|
|
|
select, input {
|
|
background-color: $background-dark !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.provider_navigation {
|
|
color: $foreground-normal;
|
|
background: $background-normal;
|
|
}
|
|
|
|
.result_entry_default {
|
|
background: $background-normal;
|
|
}
|
|
|
|
#fts-popup {
|
|
|
|
.div-table-col-left {
|
|
color: $foreground-normal;
|
|
}
|
|
}
|
|
|
|
#fulltextsearch .menutoggle:hover {
|
|
opacity: 1 !important;
|
|
} |