Non-Active Tabs Now Round - Active Not

User Help for Mozilla Firefox
Post Reply
User avatar
costark
Posts: 548
Joined: July 14th, 2004, 5:03 am

Non-Active Tabs Now Round - Active Not

Post by costark »

==================================
http://forums.mozillazine.org/viewtopic ... &t=3037688

Using wmf38's css expression in above Solved '18 Thread (& below in this post) I accomplished Rounded Tab Tops on UN-selected Tabs, but retain a rectangle for Selected Tab. You'll see the rectangle actually remains BUT the Black Border makes an OK rounded look.

Firefox Blue & Orange Theme by engin1984
Just for learning, Is there a Mod here for his css expression for the Active (AQUA) Tab to have the Same Black Border Rounded tops?
Not life threatening if NO and no big project intended. Thanks!!


Image

wmf38's Used in MY .... userChome.css .......(Note: chg'd his bkgrd Color to Bisque as shown for what affects Un-Selected Tabs Only)......
.tabbrowser-tab::after, .tabbrowser-tab::before {
border-left: none !important;
}
.tab-background {
border-radius: 12px 12px 0px 0px !important;
border-image: none !important;
border-left: 1px solid !important;
border-right: 1px solid !important;
border-top: 1px solid !important;
background-color: #BDBDBD !important;
}
.tab-line {
display: none !important;
}
W10 22H2 - SSD-HDD i5 12G -
Post Reply