diff options
author | raveit65 <[email protected]> | 2015-08-13 13:27:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 13:28:21 +0200 |
commit | 7f42d0925a5d4329a84aeddc2eea4bb0df799998 (patch) | |
tree | dc22ff7dbe1ee212fa1b5555d51d8d170e8d7d9d /desktop-themes | |
parent | e3c3b8cafd57b3b353823cd3d6a5b108b8b8d5cd (diff) | |
download | mate-themes-7f42d0925a5d4329a84aeddc2eea4bb0df799998.tar.bz2 mate-themes-7f42d0925a5d4329a84aeddc2eea4bb0df799998.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 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; |