This question is locked. New answers and comments are not allowed.
Hello ,
I added from Css pictures for tabStrip tabs :
.t-tabstrip-items .t-state-default
{
background-color: transparent;
background-image: url('Dark/arrow_default.png');
background-position: center;
background-size: 100%;
}
.t-tabstrip-items .t-state-active
{
background-image: url('Dark/arrow_selected.png');
}
Is there a Css rule to add a different picture for the first and last tab of the tabstrip ? or how can I do this .. ?
I added from Css pictures for tabStrip tabs :
.t-tabstrip-items .t-state-default
{
background-color: transparent;
background-image: url('Dark/arrow_default.png');
background-position: center;
background-size: 100%;
}
.t-tabstrip-items .t-state-active
{
background-image: url('Dark/arrow_selected.png');
}
Is there a Css rule to add a different picture for the first and last tab of the tabstrip ? or how can I do this .. ?