Docsearch style updates

This commit is contained in:
Francis Lavoie 2020-03-30 21:20:51 -04:00
parent 9309e478e2
commit 3220233002
No known key found for this signature in database
GPG key ID: 7D1A27F0725BE5D8

View file

@ -108,12 +108,12 @@ td {
/* Arrow triangle between dropdown and input */ /* Arrow triangle between dropdown and input */
.algolia-autocomplete .ds-dropdown-menu::before { .algolia-autocomplete .ds-dropdown-menu::before {
background: #060e17 !important; background: #060e17 !important;
border-color: #bdd6f79c; border-color: #1c344f;
} }
.algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-] { .algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-] {
background: #060e17 !important; background: #060e17 !important;
border-color: #bdd6f79c; border-color: #1c344f;
} }
/* Selection highlight */ /* Selection highlight */
@ -130,6 +130,7 @@ td {
/* Main category (eg. Getting Started) */ /* Main category (eg. Getting Started) */
.algolia-autocomplete .algolia-docsearch-suggestion--category-header { .algolia-autocomplete .algolia-docsearch-suggestion--category-header {
color: darkgray; color: darkgray;
border-color: #1c344f;
} }
/* Category (eg. Downloads) */ /* Category (eg. Downloads) */
@ -137,10 +138,16 @@ td {
color: gray; color: gray;
} }
/* Category vertical divider */
.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column::before,
.algolia-autocomplete .algolia-docsearch-suggestion--content::before {
background: #1c344f;
}
/* Title (eg. Bootstrap CDN) */ /* Title (eg. Bootstrap CDN) */
.algolia-autocomplete .algolia-docsearch-suggestion--title { .algolia-autocomplete .algolia-docsearch-suggestion--title {
font-weight: bold; font-weight: bold;
color: #bdd6f7; color: #5aa3dc;
} }
/* Description description (eg. Bootstrap currently works...) */ /* Description description (eg. Bootstrap currently works...) */