Merge pull request #119 from SW1FT/patch-6
Fix .SearchResults-message white background
This commit is contained in:
commit
dff3fd06c6
|
@ -667,6 +667,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
||||||
.LandingPage-header,
|
.LandingPage-header,
|
||||||
.MetadataCard,
|
.MetadataCard,
|
||||||
.Search .SearchResults .SearchResult,
|
.Search .SearchResults .SearchResult,
|
||||||
|
.Search .SearchResults-message,
|
||||||
.SearchForm-query,
|
.SearchForm-query,
|
||||||
.SearchForm-suggestions-item.SearchForm-suggestions-item,
|
.SearchForm-suggestions-item.SearchForm-suggestions-item,
|
||||||
.SectionLinks-dropdown .DropdownMenu-items {
|
.SectionLinks-dropdown .DropdownMenu-items {
|
||||||
|
@ -2739,4 +2740,4 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
||||||
outline: rgba(255,255,255,.25) solid 1px!important;
|
outline: rgba(255,255,255,.25) solid 1px!important;
|
||||||
color: #fff!important
|
color: #fff!important
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue