Skip to content

Commit 2bd7d44

Browse files
authored
Merge pull request #129 from easyops-cn/steve/fix-search-bar-style-with-dark-navbar
fix: refine styles with dark navbar
2 parents 5601ea8 + e3c9eef commit 2bd7d44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/client/theme/SearchBar/SearchBar.module.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@ html[data-theme="dark"] .noResultsIcon {
219219

220220
.searchHint {
221221
color: var(--ifm-navbar-search-input-placeholder-color);
222+
background-color: var(--ifm-navbar-background-color);
223+
border: 1px solid var(--ifm-color-emphasis-500);
224+
box-shadow: inset 0 -1px 0 var(--ifm-color-emphasis-500);
222225
}
223226

224227
@media (max-width: 576px) {

0 commit comments

Comments
 (0)