From 97471d5cfe93616153224bfa7ed0c9837f414952 Mon Sep 17 00:00:00 2001 From: Adriano Moura Date: Sat, 3 Dec 2016 02:44:30 -0200 Subject: [PATCH] Fixes radio and check bg in .view for good, but also makes sure it does not breaks selection on .view like widgets --- Theme/Chicago95/gtk-3.0/gtk-widgets.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Theme/Chicago95/gtk-3.0/gtk-widgets.css b/Theme/Chicago95/gtk-3.0/gtk-widgets.css index ca3441b..48aef8a 100644 --- a/Theme/Chicago95/gtk-3.0/gtk-widgets.css +++ b/Theme/Chicago95/gtk-3.0/gtk-widgets.css @@ -43,6 +43,9 @@ color: @theme_fg_color; } +iconview:selected, +:not(check):not(radio).view:selected, +/*iconview in nautilus breaks without this, but with it radio and check buttons background break in lists... */ *:selected, selection { background-color: @theme_selected_bg_color;