From c08d212c5026058ce1adfe48ff26d6c4ed949b40 Mon Sep 17 00:00:00 2001 From: GilbN Date: Mon, 25 Apr 2022 23:57:39 +0200 Subject: [PATCH] fix: :bug: VueTorrent: Table fix, torrent card text fix --- css/base/vuetorrent/vuetorrent-base.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/base/vuetorrent/vuetorrent-base.css b/css/base/vuetorrent/vuetorrent-base.css index 9cd8975e..c247e8ba 100644 --- a/css/base/vuetorrent/vuetorrent-base.css +++ b/css/base/vuetorrent/vuetorrent-base.css @@ -344,6 +344,10 @@ button>.v-btn--is-elevated .v-btn--has-bg.v-icon__svg { color: #FFF; } +.v-list-item__content .caption.grey--text { + color: #b1b1b1 !important; +} + .v-application .torrent-paused-color .caption, .v-application .torrent-seeding-color .caption, .v-application .torrent-done-color .caption { @@ -438,7 +442,7 @@ button>.v-btn--is-elevated .v-btn--has-bg.v-icon__svg { /* TABLE */ [class*="theme--"].v-data-table { - background: var(--transparency-dark-65); + background: transparent; color: var(--text); }