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:30:25 +0100
commit5546e4119e8b893542ba00540d0ac8418e1b3c25 (patch)
treef422308022c8878a54d9c109a67cfaa3d358e02d /desktop-themes/GreenLaguna
parent52add07715d24f17f94de09b339a500b8b4febe4 (diff)
downloadmate-themes-5546e4119e8b893542ba00540d0ac8418e1b3c25.tar.bz2
mate-themes-5546e4119e8b893542ba00540d0ac8418e1b3c25.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 a50c71ef..d4f0d962 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -494,6 +494,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;
}
@@ -509,5 +514,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)
}