rafaelmardojai / firefox-gnome-theme

A GNOME👣 theme for Firefox🔥
The Unlicense
3.32k stars 153 forks source link

Window titlebar buttons changed in Firefox 125.0.1 #775

Closed sekurilabs closed 3 months ago

sekurilabs commented 3 months ago

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

image

garrett commented 3 months ago

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 @ https://github.com/rafaelmardojai/firefox-gnome-theme/issues/767 (when 125 was in beta).

sekurilabs commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

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

sekurilabs commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

Duplicated of #767.