From 58084400274c1bba299ce2dea2ae4b716cd5de5a Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Wed, 26 Sep 2018 20:37:12 -0600 Subject: [PATCH] about:preferences style new elements --- css/userContent-files/about_pages.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/userContent-files/about_pages.css b/css/userContent-files/about_pages.css index cdb4ad1..13324c3 100644 --- a/css/userContent-files/about_pages.css +++ b/css/userContent-files/about_pages.css @@ -79,10 +79,15 @@ url-prefix(https://discovery.addons.mozilla.org) { } #homeContentsGroup checkbox[src] .checkbox-icon, .content-container .icon-container .icon[src=""], + .extension-controlled-icon, .snippet .block-snippet-button, .textbox-search-sign { filter: invert(65%)!important } + .searchBarHiddenImage, + .searchBarShownImage { + filter: invert(80%)!important + } .collapsible-section .section-top-bar .info-option-manage button, .topic .topic-read-more, a:link { @@ -148,6 +153,7 @@ url-prefix(https://discovery.addons.mozilla.org) { .detail-view-container, .section-title span, .snippet section, + .tail-with-learn-more, .top-sites-list .top-site-outer .top-site-icon, .topsite-form .form-wrapper input[type=text] { color: var(--in-content-page-color)!important @@ -223,6 +229,7 @@ url-prefix(https://discovery.addons.mozilla.org) { border-color: var(--in-content-box-border-color)!important } .collapsible-section .section-top-bar .info-option, + .extension-controlled, .prefs-pane .prefs-modal-inner-wrapper .options, .sections-list .section-empty-state { background: var(--in-content-box-background)!important;