From c58e214ec876156efc50d7ff3f0f9ea554fd8f15 Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Fri, 20 Jan 2023 17:03:46 +0200 Subject: [PATCH] UI: Add tooltipster theme. --- ui-ngx/src/styles.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ui-ngx/src/styles.scss b/ui-ngx/src/styles.scss index 44480b8e1b..0cfbaee364 100644 --- a/ui-ngx/src/styles.scss +++ b/ui-ngx/src/styles.scss @@ -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 { /*********************************