From ddd2eef21799808bd7e4f38970c6eba381b4c99f Mon Sep 17 00:00:00 2001 From: TheLazyFox <35723598+the-lazy-fox@users.noreply.github.com> Date: Thu, 9 Feb 2023 08:19:05 +0100 Subject: [PATCH] Fixing label-count and label-size Adding the styling how it is supposed to be, using the official logic and palettes. I'm not convinced by the result and I will personally stick with the modal color. --- css/base/rutorrent/rutorrent-base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/base/rutorrent/rutorrent-base.css b/css/base/rutorrent/rutorrent-base.css index bd3ef70a..1c224800 100644 --- a/css/base/rutorrent/rutorrent-base.css +++ b/css/base/rutorrent/rutorrent-base.css @@ -1806,5 +1806,6 @@ div#dlgEditFilters div.dlg-header{ } div.label-count, div.label-size{ - background-color: var(--modal-bg-color); + background-color: rgb(var(--accent-color)); + color: var(--label-text-color); }