diff options
author | raveit65 <[email protected]> | 2015-08-13 13:27:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 13:27:47 +0200 |
commit | 8555d1a7927c8e6f04a5b700ec464dc0d762474c (patch) | |
tree | befc0cbe531f5c8ddcfce5c3d7c2e1f8cbaafafe | |
parent | 6892c25f6638d420b6675887b984eeafa4b7b289 (diff) | |
download | mate-themes-8555d1a7927c8e6f04a5b700ec464dc0d762474c.tar.bz2 mate-themes-8555d1a7927c8e6f04a5b700ec464dc0d762474c.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 592133f8..84dab311 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -709,6 +709,7 @@ GtkCalendar { } .frame { + background-color: shade(@base_color, 1.02); color: lighter (@theme_fg_color); border-style: solid; border-width: 1px; |