From eb4d69978c81afd2e4d06e96467db97b22ab6c83 Mon Sep 17 00:00:00 2001 From: Dulanic <2948206+Dulanic@users.noreply.github.com> Date: Mon, 11 Jan 2021 08:06:07 -0600 Subject: [PATCH] Fix highlighted row color. Corrected highlighted row colors, matched background before. --- CSS/themes/qbittorrent/qbittorrent-base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/qbittorrent/qbittorrent-base.css b/CSS/themes/qbittorrent/qbittorrent-base.css index a1a4509c..971690cd 100644 --- a/CSS/themes/qbittorrent/qbittorrent-base.css +++ b/CSS/themes/qbittorrent/qbittorrent-base.css @@ -239,7 +239,7 @@ label { } .dynamicTable th { - background-color: rgba(0, 0, 0, 0.25) !important; + background-color: var(--accent-color) !important; border-right-color: rgba(255, 255, 255, .08) !important; } @@ -1663,4 +1663,4 @@ img[src="icons/stalledDL.svg"] { margin-right: 5px; color: rgba(255, 255, 255, 0.7); padding-left: 5px; -} \ No newline at end of file +}