summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-14 17:28:50 +0100
committerraveit65 <[email protected]>2015-02-14 17:28:50 +0100
commit8a825d46227f7576c59401e5c111fdf8386257cd (patch)
tree74aea6d7907de4c79506c3bce18e2032d1dd1f12 /desktop-themes/GreenLaguna
parentc2b2e6d753de14f6109a135166ceec9222657d40 (diff)
downloadmate-themes-8a825d46227f7576c59401e5c111fdf8386257cd.tar.bz2
mate-themes-8a825d46227f7576c59401e5c111fdf8386257cd.tar.xz
GTK3: fix background of mate-control-center
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css7
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)
}