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
Request clarification before answering.
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;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.