rockhandle@lemmy.world to Firefox CSS@lemmy.worldEnglish · edit-21 year agoHow to partially override my GTK theme? I want to add a highlight to the current tab, but keep everything elselemmy.worldimagemessage-square2fedilinkarrow-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 elselemmy.worldrockhandle@lemmy.world to Firefox CSS@lemmy.worldEnglish · edit-21 year agomessage-square2fedilinkfile-text
minus-squareSéra Balázs@lemmy.worldlinkfedilinkEnglisharrow-up2·1 year agoTry .tabbrowser-tab[selected]{background: #555 !important}
minus-squarerockhandle@lemmy.worldOPlinkfedilinkEnglisharrow-up2·1 year 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; }