Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address bar totally broken on any dark theme #323

Closed
hrqmonteiro opened this issue Jul 17, 2022 · 4 comments
Closed

Address bar totally broken on any dark theme #323

hrqmonteiro opened this issue Jul 17, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@hrqmonteiro
Copy link

hrqmonteiro commented Jul 17, 2022

Sanity checks (must complete)

  • [X ] I have read and followed the installation instructions in the README
  • [X ] I have not modified the userChrome.css file
  • [X ] I have tested the latest release for my Firefox version, or commit on master/beta branch (beta is for Firefox Beta only)

Describe the bug
My dude, just copied the files to my Firefox and got this.
The toolbar is complete white (background and foreground color)

To Reproduce
I said above.

Screenshots
On system auto theme:
Screenshot from 2022-07-17 11-45-25

On forced firefox dark theme:
Screenshot from 2022-07-17 11-45-38

Only works ok with light theme:
Screenshot from 2022-07-17 11-46-07

It's fine on light theme only.

System info

  • OS: Ubuntu 22.04
  • Firefox version: 102.0.1
@hrqmonteiro hrqmonteiro added the bug Something isn't working label Jul 17, 2022
@ghost
Copy link

ghost commented Jul 23, 2022

Edit: whole fix, fixes everything about this but needs to be reviewed: https://pastebin.com/xF7qsJvz
I'm also reproducing this on Windows 11 on the dark theme. To fix temporarily, add this to your chrome/urlbar.css

#urlbar-input-container {
	background: #202124 !important;
}

Not ideal but it's a fix to be able to see the URL bar

@sikaiser
Copy link

This is the same as #317, there is already a pull request ( #322 ) for it.

@ghost
Copy link

ghost commented Jul 25, 2022

Thanks

@birdpump
Copy link

@dragonDScript yup, that work's for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants