diff options
author | raveit65 <[email protected]> | 2015-08-13 13:27:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 13:29:35 +0200 |
commit | d5a0cdf2466058ccee0216541db91e10170221ae (patch) | |
tree | bb0eb5817747f53580365dddce09a112e9aca742 /desktop-themes | |
parent | 2797190d0eac693af230abc3e2a15e67448ab8a6 (diff) | |
download | mate-themes-d5a0cdf2466058ccee0216541db91e10170221ae.tar.bz2 mate-themes-d5a0cdf2466058ccee0216541db91e10170221ae.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.css | 1 |
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 cabb4f53..5355f47e 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -448,6 +448,7 @@ GtkCalendar { } .frame { + background-color: shade(@base_color, 1.02); color: lighter (@theme_fg_color); border-style: solid; border-width: 1px; |