diff options
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 7 |
1 files changed, 6 insertions, 1 deletions
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) } |