overdodactyl / ShadowFox

A universal dark theme for Firefox
https://overdodactyl.github.io/ShadowFox/
MIT License
1.32k stars 58 forks source link

Firefox 73 login, bookmarks manager and history is white #303

Closed AccessDenied420 closed 4 years ago

AccessDenied420 commented 4 years ago

This is on Windows 10 x64. Everything else is dark but when you open the bookmarks manager and show full history, they are bright white. Also the login prompt if you have a master password is now white.

afgks commented 4 years ago

Same here.

act-of-reason commented 4 years ago

I fixed this on my Firefox profile by editing the UserChrome.css and UserContent.css files.

Open each file in Notepad and search for .xul and replace it with .xhtml

Save each file and reload Firefox.

UserChrome.css had 11 entries of .xul, UserContent.css had 3 entries of .xul

AccessDenied420 commented 4 years ago

I fixed this on my Firefox profile by editing the UserChrome.css and UserContent.css files.

Open each file in Notepad and search for .xul and replace it with .xhtml

Save each file and reload Firefox.

UserChrome.css had 11 entries of .xul, UserContent.css had 3 entries of .xul

Thank you!