tabmenu.css: Fix private browsing mode
This cuts down the enlarged private browsing indicator Mozilla introduced a while back to a minimum by hiding the text and removing some padding. It's a bit of an ugly hack, but it works in current (127) and ESR 115.
It restores the behavior observed in ESR 102 (which could be recreated in ESR 115 with
browser.privatebrowsing.enable-new-indicator
browser.privatebrowsing.enable-new-logo
set to false in about:config
). Since mobile-config-firefox never set these values, and 102 should not be used anymore, I've removed the code that made it work then.
Edited by Administrator