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:29:55 +0100
commit6081fb835c867ecf1ba430da1a3d1c839e9ac71f (patch)
tree302a08fba233aa01e38d7d084083469246586194 /desktop-themes/GreenLaguna
parent385531fb41b9d431cc9411a0e13134274a4734fd (diff)
downloadmate-themes-6081fb835c867ecf1ba430da1a3d1c839e9ac71f.tar.bz2
mate-themes-6081fb835c867ecf1ba430da1a3d1c839e9ac71f.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)
}