-
-
Notifications
You must be signed in to change notification settings - Fork 190
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 dropdown is transparent on 122, making reading text difficult #864
Comments
This was driving me mad as well. I just removed the old installation (removed the chrome and user.js in the profile folder; you may want to make a backup instead), and reinstalled with the installation script. Seems to solve the issue |
P.S.: never mind, the style was not being applied |
Latest "photon-style" is affected too. All other menus show up just fine. Good: Firefox 121.0.1 |
I am having the same problem on 122.0 (64-Bit), original lepton style edit: |
Thanks for documenting this. This is an effective workaround, and choosing either the built-in Firefox "Light" or "Dark" theme seems to resolve the problem just fine. I think it's probably easier for the maintainer(s) to just point Linux people at this advice, rather than try to chase down exactly what bit of CSS deep within Firefox's internals is causing this for one particular—let's be honest—fringe platform. |
Fixed a conflict between the following commit and the previous one. |
I can confirm that the commit 4545b12 fixes this particular issue. Thank you. Related to that, it seems that the URL bar background changed too. On my side, it used to be brighter, resulting in better contrast than whatever this is: (also related to text readability) |
@SmallJoker What's your theme? gsettings get org.gnome.desktop.interface gtk-theme |
@black7375 |
@SmallJoker With a little code, I reverted to excluding Since a better default theme is the goal, I think it can be fixed. |
@black7375 Thank you very much! I cherry-picked the commit onto the |
In the meanwhile, I add the following lines in #urlbar:is([focused="true"], [open]) > #urlbar-background {
background: #000d !important;
} |
It looks like ed31543 brought back the transparent URL bar for me. I'm also using the default system theme and Breeze for the GTK theme. |
@acarasimon96 |
This should have been resolved in v8.6.0. |
Describe the bug
The dropdown which opens by clicking on the address bar is transparent, which makes reading the text it displays really hard.
Expected behavior
The dropdown is not transparent.
Screenshots
OS
Linux
OS - Others
No response
Firefox Version
122.0
Distribution
Theme
Theme - More Info
The system theme I use is Qogir-dark, while Firefox uses the system-default theme. The issue does not happen when using one of Firefox's themes (e.g. Dark, Light, or another one downloaded from Mozilla's theme store).
user.js
setupuser.js
setupAdditional context
No response
The text was updated successfully, but these errors were encountered: