Make rules not apply to sidebar and apply to them to some more windows

This commit is contained in:
MrOtherGuy 2021-02-25 16:28:12 +02:00
parent bd90ebae8f
commit 9f30038c9f

View file

@ -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 /* 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. */ 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"); @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(chrome://global/content/commonDialog.xhtml),
url-prefix(chrome://browser/content/preferences/dialogs/),
url("chrome://mozapps/content/handling/dialog.xhtml"), url("chrome://mozapps/content/handling/dialog.xhtml"),
url-prefix(chrome://browser/content/pageinfo/), url-prefix(chrome://browser/content/pageinfo/),
url-prefix("chrome://mozapps/content/downloads"){ url-prefix("chrome://mozapps/content/downloads"){
:root{ background-color: rgb(50,50,52) !important; }
#placesToolbox, #placesToolbox,
#placesView, #placesView,
#placesToolbar, #placesToolbar,
@ -22,7 +26,6 @@ See the above repository for updates as well as full license text. */
dialog, dialog,
tree{ tree{
-moz-appearance: none !important; -moz-appearance: none !important;
background-color: rgb(50,50,52) !important;
color: rgb(249,249,250) !important; color: rgb(249,249,250) !important;
} }