@rockhandle to Firefox CSSEnglish • edit-22 years agoHow to partially override my GTK theme? I want to add a highlight to the current tab, but keep everything elseimagemessage-square2arrow-up15arrow-down10file-text
arrow-up15arrow-down1imageHow to partially override my GTK theme? I want to add a highlight to the current tab, but keep everything else@rockhandle to Firefox CSSEnglish • edit-22 years agomessage-square2file-text
minus-squareSéra BalázslinkEnglish2•2 years agoTry .tabbrowser-tab[selected]{background: #555 !important}
minus-square@rockhandleOPlinkEnglish2•2 years agoThank you! I added a line to your code and it worked! .tab-background[selected="true"] { background-color: #171A26 !important; background-image: none !important; }
Try
.tabbrowser-tab[selected]{background: #555 !important}
Thank you! I added a line to your code and it worked!
.tab-background[selected="true"] { background-color: #171A26 !important; background-image: none !important; }