M-Reimer / undoclosetab

Undo Close Tab Add-on for Firefox
GNU General Public License v3.0
91 stars 16 forks source link

The toolbar LOGO is hard to distinguish when using the default theme 'Firefox Alpenglow' #137

Open yhgu2000 opened 2 months ago

yhgu2000 commented 2 months ago

Here is a snapshot:

图片

But sometimes it turns to white, and that's much better:

图片

yhgu2000 commented 2 months ago

Oh, I see. The logo turns to white when there's no closed tab (For example, when I drag the tab into a new window).

M-Reimer commented 1 month ago

Unfortunately this is a bug in Firefox that I ran into before. I didn't even know this STILL is not fixed. Probably the best way to get this worked around for now is if you get the "Alpenglow dark" theme from addons.mozilla.org. This is not a "automatic" variant. The automatic color palette switching is completely broken for Add-ons. As Mozilla doesn't give any priority for such issues, probably I have to look into this at some point and provide a patch to Mozilla. But I don't have this time in the near future.

Gitoffthelawn commented 1 month ago

@yhgu2000 If you know CSS, you can write 1 line of userChrome.css code as a workaround too.

M-Reimer commented 1 month ago

Probably. But "knowing CSS" is not the issue but finding the correct rule, which is anything but user friendly.

I really hoped to have a better solution, but Mozilla ignores this problem for years so I didn't even expect this bug to still exist.

I have some weeks off in December again. Maybe I find the time to create a patch which can be (hopefully) merged by Mozilla.