From 9fa13d8cef4e3e4373b49d815cf9eb35b8fe186b Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Sat, 9 Dec 2017 18:38:30 -0700 Subject: [PATCH] More improvements to addon store #9 --- userContent-files/webpages/amo_store.css | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/userContent-files/webpages/amo_store.css b/userContent-files/webpages/amo_store.css index 01b9020..b50c6e7 100644 --- a/userContent-files/webpages/amo_store.css +++ b/userContent-files/webpages/amo_store.css @@ -15,7 +15,8 @@ /* Background Colors */ .LandingPage, .Home, - .App-content { + .App-content, + .Paginate-page-number { background: var(--primary-dark-color) !important; } @@ -41,7 +42,6 @@ .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, .SearchForm-suggestions-item.SearchForm-suggestions-item { background: var(--grey-60) !important; @@ -74,11 +74,19 @@ .SearchResult-summary, .SearchContextCard-header, .Paginate-page-number, - .SearchSuggestion-name + .SearchSuggestion-name, + .ExpandableCard-ToggleLink:link, + .Paginate .Paginate-item { color: var(--primary-light-color) !important; } + .Paginate-previous::before, + .Paginate-next::after + { + filter: invert(70%) !important + } + .Home-SubjectShelf-link:active, @@ -116,6 +124,11 @@ } + .SearchForm-query:focus { + box-shadow: 0 0 5px 0 var(--primary-accent-color) !important; + border-color: var(--primary-accent-color-dark) !important; + } + .AddonsCard--horizontal ul.AddonsCard-list .SearchResult-link:hover { background: var(--grey-70) !important; border-radius: 0px !important;