1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-05-17 06:32:05 +00:00
nextcloud-breeze-dark/core/css/apps/thirdparty/_fulltextsearch.scss
2018-10-08 23:54:29 +02:00

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;
}