summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-02-24 15:54:52 +0100
committerraveit65 <[email protected]>2017-02-24 15:55:41 +0100
commit66f83a9486ccdd03ad3ef860d727bacd81c4086b (patch)
tree806abcc636728bcabb50bb6a5a171a6a114825c8 /desktop-themes/GreenLaguna
parent0c35d6eff3adcc45f85d201422a45cf1b10f4701 (diff)
downloadmate-themes-66f83a9486ccdd03ad3ef860d727bacd81c4086b.tar.bz2
mate-themes-66f83a9486ccdd03ad3ef860d727bacd81c4086b.tar.xz
Gtk+-3.20 most themes: fix sidebar of GtkAssistant
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index 48c0b1b2..015f3fb4 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -3585,7 +3585,7 @@ messagedialog.csd decoration {
* GtkAssistant *
****************/
-assistant .sidebar highlight {
+assistant .sidebar .highlight {
color: @theme_text_color;
background-color: shade(@theme_bg_color, 0.9);
border-style: none;
@@ -3605,7 +3605,7 @@ assistant .sidebar {
border-width: 1px;
border-radius: 3px;
color: mix (@theme_fg_color, @theme_bg_color, 0.40);
- background-color: shade(@theme_bg_color, 0.9);
+ background-color: shade(@theme_bg_color, 1.02);
}
/*************