From a89bb07487810e5f25d430ab8521b4293dbca904 Mon Sep 17 00:00:00 2001 From: GilbN Date: Mon, 25 Apr 2022 23:42:08 +0200 Subject: [PATCH] Forgot one --- css/base/vuetorrent/vuetorrent-base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/base/vuetorrent/vuetorrent-base.css b/css/base/vuetorrent/vuetorrent-base.css index 4a85bae4..9cd8975e 100644 --- a/css/base/vuetorrent/vuetorrent-base.css +++ b/css/base/vuetorrent/vuetorrent-base.css @@ -265,6 +265,10 @@ button>.v-btn--is-elevated .v-btn--has-bg.v-icon__svg { color: var(--label-text-color); } +.v-btn--is-elevated.v-btn--has-bg .v-icon__svg:not(.v-btn--round>span>span>svg) { + fill: var(--button-text) !important; +} + .v-application .deep-purple--text.text--accent-4{ color: rgb(var(--accent-color)) !important; caret-color: rgb(var(--accent-color)) !important;