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

firefox quantum 70.0, how to change to black loading page?

  • No replies
  • 0 have this problem
  • 1 view
more options

hi, currently when i open up a new webpage, there is a white loading screen. i have the dark theme, so its pretty jarring.

ive been editing my chrome files but.... to no avail.

i have a userChrome.css with the following...

tabbrowser tabpanels { background-color: rgb(19,19,20) !important; } browser { background-color: #131314 !important; }

and userContent.css with the following....

@-moz-document url(about:blank) { html { background-color: rgb(19,19,20) !important; } } @-moz-document url-prefix(about:blank) { * { background-color: rgb(19,19,20); } }

am i doing something wrong? does quantum ignore my chrome files?

thanks

hi, currently when i open up a new webpage, there is a white loading screen. i have the dark theme, so its pretty jarring. ive been editing my chrome files but.... to no avail. i have a userChrome.css with the following... tabbrowser tabpanels { background-color: rgb(19,19,20) !important; } browser { background-color: #131314 !important; } and userContent.css with the following.... @-moz-document url(about:blank) { html { background-color: rgb(19,19,20) !important; } } @-moz-document url-prefix(about:blank) { * { background-color: rgb(19,19,20); } } am i doing something wrong? does quantum ignore my chrome files? thanks