tabs: add title and icon option

This commit is contained in:
Sören Weber 2023-06-06 19:54:12 +02:00
parent f50c362c8e
commit a79f81322a
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
4 changed files with 43 additions and 15 deletions
static/css

View file

@ -1849,6 +1849,14 @@ html[dir="rtl"] #sidebar ul.collapsible-menu > li > label > i.fa-chevron-right {
flex-wrap: wrap;
}
#body .tab-nav-title{
font-size: .9rem;
font-weight: 500;
line-height: 1.42857143;
padding: .2rem 0;
margin-inline-start: .6rem;
}
#body .tab-nav-button{
-webkit-appearance: none;
appearance: none;