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

Window titlebar buttons changed in Firefox 125.0.1 #775

Closed
sekurilabs opened this issue Apr 17, 2024 · 8 comments
Closed

Window titlebar buttons changed in Firefox 125.0.1 #775

sekurilabs opened this issue Apr 17, 2024 · 8 comments
Labels
duplicate This issue or pull request already exists

Comments

@sekurilabs
Copy link

After the last update to Firefox 125.0.1 minimize, maximize and close buttons changed and are looking awful.

image

@sekurilabs sekurilabs added the bug Something isn't working label Apr 17, 2024
@sekurilabs sekurilabs changed the title Window titlebars changed in Firefox 125.0.1 Window titlebar buttons changed in Firefox 125.0.1 Apr 17, 2024
@garrett
Copy link
Contributor

garrett commented Apr 17, 2024

I'm seeing this too in Firefox flatpak from Flathub on Fedora 40 beta (although distro likely doesn't influence it).

It looks like it was also reported @ #767 (when 125 was in beta).

@sekurilabs
Copy link
Author

I'm seeing this too in Firefox flatpak from Flathub on Fedora 40 beta (although distro likely doesn't influence it).

It looks like it was also reported @ #767 (when 125 was in beta).

Yeah you are right. It's not a big change but it's quite annoying as it reminds me of linux UI from 15 years ago.

@garrett
Copy link
Contributor

garrett commented Apr 17, 2024

It's so bad, even on default Firefox:

Screenshot from 2024-04-17 10-48-03

And the various official color themes are horrible too:

Screenshot from 2024-04-17 10-51-17

It's even worse if you have more than close enabled as well. Here, maximize is being hovered and it's black on dark purple, so it's almost invisible:

image

@prastowoagungwidodo
Copy link

You can temporary fix this issue by delete or renaming files:

  • window-close-symbolic.svg
  • window-maximize-symbolic.svg
  • window-minimize-symbolic.svg
  • window-restore-symbolic.svg
    inside "/chrome/firefox-gnome-theme/theme/icons" directory

@sekurilabs
Copy link
Author

I've also started creating a PPA for Ubuntu (and derivates) users so they (you) can install the theme from PPA. I plan to maintain it for future releases. Currently working on v124.

@sekurilabs
Copy link
Author

You can temporary fix this issue by delete or renaming files:

* window-close-symbolic.svg

* window-maximize-symbolic.svg

* window-minimize-symbolic.svg

* window-restore-symbolic.svg
  inside "/chrome/firefox-gnome-theme/theme/icons" directory

This removes the tab close button icon and leaves it empty.

@prastowoagungwidodo
Copy link

prastowoagungwidodo commented Apr 17, 2024

You can add/edit customChrome.css (chrome/firefox-gnome-theme/customChrome.css) file and add the following code:

.tabbrowser-tab .tab-close-button { list-style-image: url("moz-icon://stock/window-close-symbolic?size=dialog") !important; }

@rafaelmardojai rafaelmardojai added duplicate This issue or pull request already exists and removed bug Something isn't working labels Apr 17, 2024
@rafaelmardojai
Copy link
Owner

Duplicated of #767.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants