Fix .SearchResults-message white background

This commit is contained in:
SW1FT 2018-04-11 22:38:49 +01:00 committed by GitHub
parent b1599072b2
commit 420165ff1d
1 changed files with 2 additions and 1 deletions

View File

@ -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
} }
} }