From 131feae0959d31dd184e747f1bcb2e2a98cc17b0 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Sat, 29 May 2021 17:02:31 +0200 Subject: [PATCH] vueT dropdown and tooltip fix --- CSS/themes/vuetorrent/vuetorrent-base.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CSS/themes/vuetorrent/vuetorrent-base.css b/CSS/themes/vuetorrent/vuetorrent-base.css index b7d54d8d..fab65630 100644 --- a/CSS/themes/vuetorrent/vuetorrent-base.css +++ b/CSS/themes/vuetorrent/vuetorrent-base.css @@ -286,8 +286,8 @@ p, /* DROPDOWN */ -.theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled), -.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) { +.v-menu__content .theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled), +.v-menu__content .theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) { color: var(--text) !important; background: var(--modal-bg-color) !important; } @@ -307,4 +307,18 @@ p, .theme--light.v-data-table { background-color: rgba(0, 0, 0, .65); color: var(--text); +} + +/* TOOLTIP */ +.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title, +.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title { + background: rgba(0, 0, 0, 0.7); + border-bottom: 1px solid rgba(255, 255, 255, .1); +} + +.apexcharts-tooltip.apexcharts-theme-dark, +.apexcharts-tooltip.apexcharts-theme-light { + color: var(--text); + background: var(--modal-bg-color); + border: 1px solid rgba(255, 255, 255, .1); } \ No newline at end of file