Make rules not apply to sidebar and apply to them to some more windows
This commit is contained in:
parent
bd90ebae8f
commit
9f30038c9f
1 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue