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; }