Skip to content

Commit

Permalink
No italic on irrelevant queries.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed May 24, 2017
1 parent 509667a commit 314dc68
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions ldf-client.css
Original file line number Diff line number Diff line change
Expand Up @@ -424,17 +424,16 @@ li.active-result {
display: list-item;
cursor: pointer;
}
.query {
font-style: italic;
color: #777777;
}
.query-relevant {
li.query {
font-style: normal;
color: #000000;
}
li.query:not(.query-relevant) {
color: #777777;
}
li.highlighted {
background-color: #be1622;
color: #fff;
color: #fff !important;
}
li.no-results {
display: none;
Expand Down

0 comments on commit 314dc68

Please sign in to comment.