From 711f3f8cf517581f6f22b9b3cf85e2b1cbe264d6 Mon Sep 17 00:00:00 2001 From: TheLazyFox <35723598+the-lazy-fox@users.noreply.github.com> Date: Mon, 16 Jan 2023 21:53:16 +0100 Subject: [PATCH] Giving a style to the new labels display of ruTorrent v4 --- css/base/rutorrent/rutorrent-base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/base/rutorrent/rutorrent-base.css b/css/base/rutorrent/rutorrent-base.css index aab21045..d1d878a8 100644 --- a/css/base/rutorrent/rutorrent-base.css +++ b/css/base/rutorrent/rutorrent-base.css @@ -1804,3 +1804,7 @@ div#dlgEditRules div.dlg-header { div#dlgEditFilters div.dlg-header{ background-image:none; } + +div.label-count{ + background-color: var(--modal-bg-color); +}