The css theme I’m using is Cascade FYI
You must log in or register to comment.
Try
.tabbrowser-tab[selected]{background: #555 }
Thank you! I added a line to your code and it worked!
.tab-background[selected="true"] { background-color: #171A26 !important; background-image: none !important; }