From a450ce0c92e0ff0771bdb001d0a4fb5d1bd716ce Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Fri, 8 Dec 2017 01:58:34 -0700 Subject: [PATCH] amo store search result fix 3 --- amo_store.css | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/amo_store.css b/amo_store.css index 4a8148b..a5f1d99 100644 --- a/amo_store.css +++ b/amo_store.css @@ -2,10 +2,15 @@ /* Header & Footer */ .Header, - .Footer-wrapper { + .Footer-wrapper, + .LanguageTools-header-row { background: var(--grey-80) !important; } + .LanguageTools-table-row:nth-child(2n) { + background: var(--grey-70) !important; + } + /* Background Colors */ .LandingPage, @@ -36,7 +41,9 @@ .AddonDescription-more-addons:not(.AddonDescription-more-addons--theme) .Card-contents .AddonsCard-list, .AddonDescription-more-addons--theme .Card-contents .AddonsCard-list, .Search .SearchResults .SearchResult, - .Paginate-page-number { + .Paginate-page-number, + .SearchForm-suggestions-item.SearchForm-suggestions-item + { background: var(--grey-60) !important; } @@ -66,11 +73,13 @@ .ReportAbuseButton-show-more, .SearchResult-summary, .SearchContextCard-header, - .Paginate-page-number + .Paginate-page-number, + .SearchSuggestion-name { color: var(--primary-light-color) !important; } + .Home-SubjectShelf-link:active, .Home-SubjectShelf-link:focus, @@ -81,7 +90,9 @@ .Card-footer-link a:hover, .Card-footer-link a:link, .DropdownMenuItem-link a:hover, - .AddonMoreInfo-contents a:link { + .AddonMoreInfo-contents a:link, + .LanguageTools-table a:link, + .Card-contents a:link { color: var(--primary-accent-color) !important; } @@ -91,7 +102,9 @@ .Button--action, .Button--action.Button--small, - .Paginate .Paginate-item { + .Paginate .Paginate-item, + .SearchForm-suggestions-item.SearchForm-suggestions-item--highlighted, + { background: var(--primary-accent-color) !important; }