Fix more search results CSS rules
This commit is contained in:
parent
61c47ba880
commit
e4067a30c7
3 changed files with 6 additions and 6 deletions
|
|
@ -565,10 +565,10 @@ kbd {
|
|||
background-color: rgba(70, 70, 70, 0.33);
|
||||
}
|
||||
|
||||
.search-results td span.alias {
|
||||
.search-results .result-name span.alias {
|
||||
color: #c5c5c5;
|
||||
}
|
||||
.search-results td span.grey {
|
||||
.search-results .result-name span.grey {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -444,10 +444,10 @@ kbd {
|
|||
background-color: #606060;
|
||||
}
|
||||
|
||||
.search-results td span.alias {
|
||||
.search-results .result-name span.alias {
|
||||
color: #fff;
|
||||
}
|
||||
.search-results td span.grey {
|
||||
.search-results .result-name span.grey {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -435,10 +435,10 @@ kbd {
|
|||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
.search-results td span.alias {
|
||||
.search-results .result-name span.alias {
|
||||
color: #000;
|
||||
}
|
||||
.search-results td span.grey {
|
||||
.search-results .result-name span.grey {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue