amo store search result fix

This commit is contained in:
overdodactyl 2017-12-08 01:09:48 -07:00
parent 8b5f884884
commit 7f463c5c37
1 changed files with 4 additions and 2 deletions

View File

@ -34,7 +34,8 @@
.Card-footer-link,
.MetadataCard,
.AddonDescription-more-addons:not(.AddonDescription-more-addons--theme) .Card-contents .AddonsCard-list,
.AddonDescription-more-addons--theme .Card-contents .AddonsCard-list {
.AddonDescription-more-addons--theme .Card-contents .AddonsCard-list,
.Search .SearchResults .SearchResult {
background: var(--grey-60) !important;
}
@ -61,7 +62,8 @@
.Button--action.Button--small:link,
.Button--action,
.Addon-title,
.ReportAbuseButton-show-more
.ReportAbuseButton-show-more,
.SearchResult-summary
{
color: var(--primary-light-color) !important;
}