cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Folks,

we created an Design Studio App that is displayed on a monitor. For that we would like to increase the fontsize of the tabstrip tab labels. I am struggling to find the correct .css class. Can anyone help out?

Thanks and best regards,

Axel

0 Likes
View Entire Topic
former_member184594
Active Contributor
0 Likes

Try the classes below:

.sapMITH{
	background-color: #495e70;
	border-bottom: 0.125rem solid red;


}




.sapMITBTextOnly .sapMITBFilterDefault.sapMITBSelected>.sapMITBText {
    color: #00e5ff;
    text-shadow: none;
}
.sapMITBTextOnly .sapMITBFilterDefault.sapMITBSelected:hover>.sapMITBText {
    color: #ffffff;
}






.sapMITBSelected>.sapMITBContentArrow {
    border-bottom: 5px solid #ebebeb;
}




.sapMITBContent {
    background-color: #346187;
    border-bottom: 0.125rem solid #d1e0ee;
}


.sapMITBTextOnly .sapMITBFilterDefault>.sapMITBText {
    color: #ffffff;
}


.sapMITBTextOnly .sapMITBFilterDefault:hover>.sapMITBText {
    color: #f13434;
    font-weight: bold;
}