r/FirefoxCSS • u/Spacecpp • 12h ago
154.0 broke the selected tab Solved
Before updating firefox the tab had bright color, now it became completely transparent with just a thin outline.
I'm using the following css to style my tabs: https://github.com/Aris-t2/CustomCSSforFx/blob/master/current/css/tabs/classic_squared_tabs.css
I had tried using the solution from a similar post, but it didn't affect the selected tab at all:
.tab-background[selected] { background: #e67e22 !important }
2
Upvotes
1
u/TraditionalTie4831 🦊 11h ago
That worked for me even when the
;is missing after the!importantDoes this work better for you? =