From f1ed0d0e58de1ce289e1bce55f1fa5cd7ba187c3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 24 Feb 2017 15:54:52 +0100 Subject: Gtk+-3.20 most themes: fix sidebar of GtkAssistant --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'desktop-themes/BlueMenta') diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 1ef8856c..48fbb1ab 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -4264,12 +4264,6 @@ toolbar.selection-mode button.selection-menu menuitem { * GtkAssistant * ****************/ -assistant .sidebar highlight { - background-color: transparent; - color: @theme_fg_color; - font-weight: bold; -} - assistant .sidebar { padding: 12px 18px 12px; border-width: 0 1px 0 0; @@ -4277,10 +4271,16 @@ assistant .sidebar { border-style: solid; border-color: @inactive_frame_color; color: mix (@theme_fg_color, @theme_bg_color, 0.40); - background-color: shade (@theme_bg_color, 0.97); + background-color: @sidebar_bg; /* shall we make it like sidebars in general? */ } +assistant .sidebar label.highlight { /* ie. caja-actions import dialog */ + background-color: transparent; + color: @theme_fg_color; + font-weight: bold; +} + /************* * GtkSwitch * *************/ @@ -4950,7 +4950,6 @@ calendar:indeterminate { color: alpha(@theme_fg_color, 0.4); } -highlight, calendar.highlight { background-color: @theme_selected_bg_color; color: @theme_selected_fg_color; -- cgit v1.2.1