Skip to content

Commit

Permalink
Merge pull request #129 from easyops-cn/steve/fix-search-bar-style-wi…
Browse files Browse the repository at this point in the history
…th-dark-navbar

fix: refine styles with dark navbar
  • Loading branch information
weareoutman committed Dec 13, 2021
2 parents 5601ea8 + e3c9eef commit 2bd7d44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client/theme/SearchBar/SearchBar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ html[data-theme="dark"] .noResultsIcon {

.searchHint {
color: var(--ifm-navbar-search-input-placeholder-color);
background-color: var(--ifm-navbar-background-color);
border: 1px solid var(--ifm-color-emphasis-500);
box-shadow: inset 0 -1px 0 var(--ifm-color-emphasis-500);
}

@media (max-width: 576px) {
Expand Down

0 comments on commit 2bd7d44

Please sign in to comment.