From fa537715d984cbdcc2ff39604bcab99bdd932d7b Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Sat, 3 Feb 2018 15:47:57 -0700 Subject: [PATCH] amo card footer - no reviews --- alternative_user_files/userContent_no_addons.css | 10 ++++++++-- userContent-files/webpages/amo_store.css | 9 +++++---- userContent.css | 10 ++++++++-- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/alternative_user_files/userContent_no_addons.css b/alternative_user_files/userContent_no_addons.css index 8ffa172..6ecff3a 100644 --- a/alternative_user_files/userContent_no_addons.css +++ b/alternative_user_files/userContent_no_addons.css @@ -223,7 +223,8 @@ .AddonDescription-more-addons--theme .Card-contents .AddonsCard-list, .Search .SearchResults .SearchResult, .SearchForm-suggestions-item.SearchForm-suggestions-item, - .Card-contents li { + .Card-contents li, + .Card-footer-text { background: var(--grey-60) !important; } @@ -259,7 +260,8 @@ .Paginate-page-number, .SearchSuggestion-name, .ExpandableCard-ToggleLink:link, - .Paginate .Paginate-item { + .Paginate .Paginate-item, + .Card-footer-text { color: var(--primary-light-color) !important; } @@ -269,6 +271,10 @@ filter: invert(70%) !important; } + .ShowMoreCard-contents::after { + background: linear-gradient(rgba(255, 255, 255, 0), var(--grey-60)) !important; + } + .Home-SubjectShelf-link:active, .Home-SubjectShelf-link:focus, .Home-SubjectShelf-link:hover, diff --git a/userContent-files/webpages/amo_store.css b/userContent-files/webpages/amo_store.css index a8909b8..5f87dae 100644 --- a/userContent-files/webpages/amo_store.css +++ b/userContent-files/webpages/amo_store.css @@ -27,7 +27,6 @@ filter: invert(65%) !important; } - /* Cards */ .Hero .Card-contents, .Home-SubjectShelf .Card-contents, @@ -45,7 +44,8 @@ .AddonDescription-more-addons--theme .Card-contents .AddonsCard-list, .Search .SearchResults .SearchResult, .SearchForm-suggestions-item.SearchForm-suggestions-item, - .Card-contents li + .Card-contents li, + .Card-footer-text { background: var(--grey-60) !important; } @@ -79,7 +79,8 @@ .Paginate-page-number, .SearchSuggestion-name, .ExpandableCard-ToggleLink:link, - .Paginate .Paginate-item + .Paginate .Paginate-item, + .Card-footer-text { color: var(--primary-light-color) !important; } @@ -94,7 +95,7 @@ .ShowMoreCard-contents::after { background: linear-gradient(rgba(255, 255, 255, 0), var(--grey-60)) !important; } - + .Home-SubjectShelf-link:active, .Home-SubjectShelf-link:focus, .Home-SubjectShelf-link:hover, diff --git a/userContent.css b/userContent.css index 02f1784..9b2daa5 100644 --- a/userContent.css +++ b/userContent.css @@ -2164,7 +2164,8 @@ .AddonDescription-more-addons--theme .Card-contents .AddonsCard-list, .Search .SearchResults .SearchResult, .SearchForm-suggestions-item.SearchForm-suggestions-item, - .Card-contents li { + .Card-contents li, + .Card-footer-text { background: var(--grey-60) !important; } @@ -2200,7 +2201,8 @@ .Paginate-page-number, .SearchSuggestion-name, .ExpandableCard-ToggleLink:link, - .Paginate .Paginate-item { + .Paginate .Paginate-item, + .Card-footer-text { color: var(--primary-light-color) !important; } @@ -2210,6 +2212,10 @@ filter: invert(70%) !important; } + .ShowMoreCard-contents::after { + background: linear-gradient(rgba(255, 255, 255, 0), var(--grey-60)) !important; + } + .Home-SubjectShelf-link:active, .Home-SubjectShelf-link:focus, .Home-SubjectShelf-link:hover,