diff options
author | raveit65 <[email protected]> | 2015-08-13 13:27:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 13:29:06 +0200 |
commit | 3148abd2391b44d1bcd4e0af2d589ad05399ae83 (patch) | |
tree | 8584df22252bcb3cb88cb1ab81470bb94e1296eb | |
parent | 55f61683937c61ff38b63a7c671e076945c7ce81 (diff) | |
download | mate-themes-3148abd2391b44d1bcd4e0af2d589ad05399ae83.tar.bz2 mate-themes-3148abd2391b44d1bcd4e0af2d589ad05399ae83.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 6bebe9c8..2e33acd9 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; |