From 2217140ec82dc0cf10340d8490a3ca23d1567577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20Andreu?= Date: Tue, 13 Jun 2023 15:06:39 +0200 Subject: [PATCH] Fixing gtk4 --- gtk-4.0/gtk.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk-4.0/gtk.css b/gtk-4.0/gtk.css index e280513..f54345e 100644 --- a/gtk-4.0/gtk.css +++ b/gtk-4.0/gtk.css @@ -285,7 +285,7 @@ iconview :selected { iconview :selected:focus-within { border: none; - alpha(@theme_selected_bg_color, 0.75); + background-color: alpha(@theme_selected_bg_color, 0.75); color: @theme_selected_fg_color; }