The css theme I'm using is Cascade FYI
rfirefoxcss·[dormant] Firefox CSSbyrockhandle How to partially override my GTK theme? I want to add a highlight to the current tab, but keep everything elseThe css theme I'm using is Cascade FYIView original on lemmy.world5Comments2Reply
rrockhandle replylemmy.worldThank you! I added a line to your code and it worked! .tab-background[selected="true"] { background-color: #171A26 !important; background-image: none !important; } 2Reply
2 replies
Try
.tabbrowser-tab[selected]{background: #555 !important}Thank you! I added a line to your code and it worked!