UI: Add tooltipster theme.

This commit is contained in:
Igor Kulikov 2023-01-20 17:03:46 +02:00
parent 1ac8bd458d
commit c58e214ec8

View File

@ -850,6 +850,23 @@ mat-label {
} }
} }
// Tooltipster
.tooltipster-sidetip.tooltipster-tb {
.tooltipster-box {
background: rgba(3, 8, 40, 0.64);
border: none;
border-radius: 4px;
.tooltipster-content {
padding: 4px 8px;
font-size: 12px;
line-height: 16px;
font-weight: 500;
color: #ffffff;
}
}
}
.tb-default, .tb-dark { .tb-default, .tb-dark {
/********************************* /*********************************