Skip to content

Commit

Permalink
[keybinding] fix eclipse-theia#6781: highlight search input on light …
Browse files Browse the repository at this point in the history
…themes

Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
  • Loading branch information
akosyakov committed Feb 24, 2020
1 parent 6d4c019 commit d5570c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/keymaps/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,14 @@
}

#search-kb {
border-radius: 5px;
height: 25px;
flex: 1;
}

.vs #search-kb {
border: 1px solid #ddd;
}

.search-kb-container {
padding: 10px;
display: flex;
Expand Down

0 comments on commit d5570c4

Please sign in to comment.