From 9f30038c9fe893725f644ace425bf59a8a93c64f Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 25 Feb 2021 16:28:12 +0200 Subject: [PATCH] Make rules not apply to sidebar and apply to them to some more windows --- chrome/dark_additional_windows.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/chrome/dark_additional_windows.css b/chrome/dark_additional_windows.css index 933d263..30bafc7 100644 --- a/chrome/dark_additional_windows.css +++ b/chrome/dark_additional_windows.css @@ -1,3 +1,5 @@ + + /* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/dark_additional_windows.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */ @@ -8,12 +10,14 @@ See the above repository for updates as well as full license text. */ @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -@-moz-document url-prefix(chrome://browser/content/places/), +@-moz-document url(chrome://browser/content/places/places.xhtml), + url(chrome://browser/content/places/bookmarkProperties.xhtml), url(chrome://global/content/commonDialog.xhtml), + url-prefix(chrome://browser/content/preferences/dialogs/), url("chrome://mozapps/content/handling/dialog.xhtml"), url-prefix(chrome://browser/content/pageinfo/), url-prefix("chrome://mozapps/content/downloads"){ - + :root{ background-color: rgb(50,50,52) !important; } #placesToolbox, #placesView, #placesToolbar, @@ -22,7 +26,6 @@ See the above repository for updates as well as full license text. */ dialog, tree{ -moz-appearance: none !important; - background-color: rgb(50,50,52) !important; color: rgb(249,249,250) !important; }