diff options
author | raveit65 <[email protected]> | 2015-08-13 13:27:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 13:28:34 +0200 |
commit | 3b1abb515c15f4f99762803ca6bbdfb0f1406aea (patch) | |
tree | 22a5483163906634fe0174fc161a3fbbc6fddb25 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | 51078d2877e94984b58e2b358b0692467e8ccdb7 (diff) | |
download | mate-themes-3b1abb515c15f4f99762803ca6bbdfb0f1406aea.tar.bz2 mate-themes-3b1abb515c15f4f99762803ca6bbdfb0f1406aea.tar.xz |
Gtk3 GreenLaguna: set a background-color for frames
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-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 88b4ba25..25160b0c 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; |