diff options
author | raveit65 <[email protected]> | 2017-02-24 15:54:52 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-02-24 15:54:52 +0100 |
commit | 6f4f8f0388c25d255b5b1df8385340b096bc22d5 (patch) | |
tree | 5740066179c76fa79d4e05439e1b3cc78813baf7 /desktop-themes/TraditionalGreen | |
parent | 64e17a4975c39a47fc26f974e32c30335e561ca8 (diff) | |
download | mate-themes-6f4f8f0388c25d255b5b1df8385340b096bc22d5.tar.bz2 mate-themes-6f4f8f0388c25d255b5b1df8385340b096bc22d5.tar.xz |
Gtk+-3.20 most themes: fix sidebar of GtkAssistant
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 9138129b..5026740c 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -3319,7 +3319,7 @@ progressbar .osd { * GtkAssistant * ****************/ -assistant .sidebar highlight { +assistant .sidebar .highlight { color: @theme_fg_color; font-weight: bold; } @@ -3331,8 +3331,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; } /************* @@ -3706,7 +3705,6 @@ calendar:indeterminate { color: alpha(@theme_fg_color, 0.4); } -highlight, calendar.highlight { background-color: @theme_selected_bg_color; color: @theme_selected_fg_color; |