summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-13 13:27:47 +0200
committerraveit65 <[email protected]>2015-08-13 13:28:49 +0200
commit247b1865c051e78fea4a29efd79d2ec7dfe80035 (patch)
tree2e416844752583724423cbfd4f631a06299fada6 /desktop-themes
parent09668af787ad2e686da063ad89f9df62de30d71c (diff)
downloadmate-themes-247b1865c051e78fea4a29efd79d2ec7dfe80035.tar.bz2
mate-themes-247b1865c051e78fea4a29efd79d2ec7dfe80035.tar.xz
Gtk3 GreenLaguna: set a background-color for frames
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index 586df212..b4aa49bc 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -543,6 +543,7 @@ GtkCalendar {
}
.frame {
+ background-color: shade(@base_color, 1.02);
color: lighter (@theme_fg_color);
border-style: solid;
border-width: 1px;