1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

Fixes for [Bug] VueTorrent modal panel and button change in Hotio qBittorrent 4.4.3.1 #399

This commit is contained in:
GilbN 2022-07-12 19:48:34 +02:00
parent e60c53fba3
commit d374402ea7

View File

@ -108,7 +108,7 @@ p,
/* CARDS */ /* CARDS */
[class*="theme--"].v-card { [class*="theme--"].v-card {
background: var(--transparency-dark-50); background: var(--transparency-dark-35);
color: var(--text); color: var(--text);
} }
@ -223,6 +223,10 @@ p,
button>.v-btn--is-elevated .v-btn--has-bg.v-icon__svg { button>.v-btn--is-elevated .v-btn--has-bg.v-icon__svg {
fill: var(--button-text); fill: var(--button-text);
} }
[class*="theme--"].v-btn.v-btn--has-bg .v-icon__svg {
fill: var(--button-text) !important;
}
.v-icon__svg{ .v-icon__svg{
fill: rgb(var(--accent-color)) !important; fill: rgb(var(--accent-color)) !important;
} }
@ -461,6 +465,13 @@ button>.v-btn--is-elevated .v-btn--has-bg.v-icon__svg {
color: var(--text-hover); color: var(--text-hover);
} }
[class*="theme--"].v-data-table .v-data-table__empty-wrapper {
color: var(--text);
}
[class*="theme--"].v-tabs-items {
background-color: transparent;
}
/* TOOLTIP */ /* TOOLTIP */
.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title, .apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title,
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title { .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
@ -496,4 +507,11 @@ button>.v-btn--is-elevated .v-btn--has-bg.v-icon__svg {
.v-speed-dial__list .v-icon__svg { .v-speed-dial__list .v-icon__svg {
fill: var(--text-hover); fill: var(--text-hover);
}
/* SETTING */
[class*="theme--"].v-list {
background: var(--transparency-light-05);
color: rgba(0,0,0,.87);
} }