From 255a00923ee36b30ee44fce7499afa34c16d491b Mon Sep 17 00:00:00 2001 From: eudaimon Date: Wed, 28 Aug 2024 09:19:22 +0200 Subject: [PATCH] Fixed yet another bug visble in pamac-manager --- gtk-4.0/common/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk-4.0/common/common.css b/gtk-4.0/common/common.css index 12579ef..6a0c359 100644 --- a/gtk-4.0/common/common.css +++ b/gtk-4.0/common/common.css @@ -92,6 +92,7 @@ selection:focus-within { background-color: alpha(@accent_bg_color,1); } list > row, listview > row { padding: 0.3em; + background-color: @view_bg_color; /* some set this color if not set here... */ } scrolledwindow > viewport > list > row:dir(ltr) { /* these two are to avoid content under the damn overlay scrollbars */