-
Notifications
You must be signed in to change notification settings - Fork 149
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
[Feature/element] URL bar completely white #317
[Feature/element] URL bar completely white #317
Comments
I had the same problem on macOS 12.3.1 with Firefox 100.0b2. |
I changed the |
Thanks a lot. I also succeeded. |
@Lord-Lavios thanks, that worked for me. |
Worked for me as well, thanks! Just a note that for me it was |
This theme is the best stlye for firefox, and it is one of the reason that i sitll use firefox not chrome. |
I use a Mac, so now it works great in dark mode, but when it switches to light mode the bar stays dark, is there any way to make a real fix so that way it switches between the two like it used to |
I added the following around line 170 in variables.css (under --toolbar-field-background-color: rgb(241, 243, 245) !important;
--toolbar-field-hover-background-color: rgb(232, 235, 236) !important;
--toolbar-field-focus-background-color: rgb(255, 255, 255) !important; |
It almost worked, matches the colour but now weird translucent results |
Any plans to fix this in the latest version of this? |
id argue the color it's meant to be is |
Still doesn't change the fact that it only works in dark mode |
Does anyone actually bother with this? |
@muckSponge do you have any insight into what changed with the latest Firefox version to break this? |
The CSS selector used to detect a dark theme ( MaterialFox/chrome/global/variables.css Lines 159 to 164 in 8b1a7b1
Replacing it with [lwtheme-brighttext] should restore the old behavior.
|
You Sir are a legend. Thank you very much! Fixed it for me. |
You are GOAT. Works for me. |
Only problem now is that private browsing is off, lol |
Just to be sure, you only changed line 159 to: |
Thanks for the solutions: just to summarize to anyone reading this thread:
|
The URL bar and text are all white due to a CSS selector no longer working as expected. Fixes muckSponge#317 Signed-off-by: Christian Stewart <christian@paral.in>
Added fix for the URL bar being completely white from muckSponge#317 (comment)
Sanity checks (must complete)
Describe the bug
The url bar and box appear fully white, making text unreadable
To Reproduce
Steps to reproduce the behavior:
Screenshots
System info
The text was updated successfully, but these errors were encountered: