diff options
author | raveit65 <[email protected]> | 2015-08-13 13:27:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 13:28:49 +0200 |
commit | 247b1865c051e78fea4a29efd79d2ec7dfe80035 (patch) | |
tree | 2e416844752583724423cbfd4f631a06299fada6 | |
parent | 09668af787ad2e686da063ad89f9df62de30d71c (diff) | |
download | mate-themes-247b1865c051e78fea4a29efd79d2ec7dfe80035.tar.bz2 mate-themes-247b1865c051e78fea4a29efd79d2ec7dfe80035.tar.xz |
Gtk3 GreenLaguna: set a background-color for frames
-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 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; |