Question
Tabset CSS on Tab Selected
Hello,
I am using a ptcs-tabset, I want to put the grey borders for the selected tab, and hide the bottom border...
I used the following CSS:
.widget-ptcstabset::part(tabs-tab)[selected]::part(tab){
border-width:5px solid black !important;
border-left-color: grey !important;
border-right-color: grey !important;
border-top-color: grey !important;
border-bottom-color: grey !important;
}
.widget-ptcstabset::part(tabs-tab)[selected]{
border-width:5px solid black !important;
border-left-color: grey !important;
border-right-color: grey !important;
border-top-color: grey !important;
border-bottom-color: grey !important;
}
None of them is working
Thingworx version: 9.3.5
Thanks

