From 6f4f8f0388c25d255b5b1df8385340b096bc22d5 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/TraditionalOk/gtk-3.0/gtk-widgets.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'desktop-themes/TraditionalOk/gtk-3.0') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index c4d5c6d1..242d06a6 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -3321,7 +3321,7 @@ progressbar .osd { * GtkAssistant * ****************/ -assistant .sidebar highlight { +assistant .sidebar .highlight { color: @theme_fg_color; font-weight: bold; } @@ -3333,8 +3333,7 @@ assistant .sidebar { border-style: solid; border-color: @gtkassistant_sidebar_border_color; color: mix (@theme_fg_color, @theme_bg_color, 0.40); - background-color: shade (@theme_bg_color, 0.97); - /* shall we make it like sidebars in general? */ + background-color: @sidebar_bg_color; } /************* @@ -3709,7 +3708,6 @@ calendar:indeterminate { color: alpha(@theme_fg_color, 0.4); } -highlight, calendar.highlight { background-color: @theme_selected_bg_color; color: @theme_selected_fg_color; @@ -3760,6 +3758,13 @@ entry.error:focus, border-width: 1px; } +infobar, +infobar:first-child, +infobar:only-child { + border-width: 1px; + border-style: solid; +} + infobar:last-child, .info:last-child, .warning:last-child, -- cgit v1.2.1