From 8a825d46227f7576c59401e5c111fdf8386257cd Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 14 Feb 2015 17:28:50 +0100 Subject: GTK3: fix background of mate-control-center --- desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'desktop-themes/GreenLaguna') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index d8883ec1..7f8f26cf 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -499,6 +499,11 @@ PlumaWindow .notebook tab .button.flat:hover { * Mate-Control-Center * ***********************/ +/* background */ +ShellWindow AppResizer SlabSection { + background-color: shade(@theme_main_color, 1.00) +} + ShellWindow .button.flat { border-image: none; } @@ -514,5 +519,5 @@ ShellWindow GtkScrolledWindow .button.flat:hover { /* mate-appearance-properties view */ GtkDialog GtkScrolledWindow .view { - background-color: @theme_main_color; + background-color: shade(@base_color, 1.06) } -- cgit v1.2.1