Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

Change Background Color Of Downloads Window To Dark Grey|Black

  • 2 fhreagra
  • 17 leis an bhfadhb seo
  • 3 views
  • Freagra is déanaí ó Ace.Frahm

more options

The background of the downloads window is BLINDINGLY white.

I want to turn it dark grey or black. Is there some CSS or theme I write to control what it looks like? An add-in maybe?

The background of the downloads window is BLINDINGLY white. I want to turn it dark grey or black. Is there some CSS or theme I write to control what it looks like? An add-in maybe?

All Replies (2)

more options

Add code to userChrome.css below the @namespace line.
You can choose your preferred background color (background-color: #rrggbb) and text color (color: #rrggbb).

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#downloadView {background-color: #888 !important;}


See also:

more options

Thank you, that was just what I needed to know!