From e53110a2c51fb8c92a5bc809ca392072aec7aace Mon Sep 17 00:00:00 2001 From: TheLazyFox <35723598+the-lazy-fox@users.noreply.github.com> Date: Wed, 8 Feb 2023 21:10:58 +0100 Subject: [PATCH] Applying the same fix to the size label --- css/base/rutorrent/rutorrent-base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/base/rutorrent/rutorrent-base.css b/css/base/rutorrent/rutorrent-base.css index fb4cd3a2..bd3ef70a 100644 --- a/css/base/rutorrent/rutorrent-base.css +++ b/css/base/rutorrent/rutorrent-base.css @@ -1805,6 +1805,6 @@ div#dlgEditFilters div.dlg-header{ background-image:none; } -div.label-count{ +div.label-count, div.label-size{ background-color: var(--modal-bg-color); }