diff options
author | raveit65 <[email protected]> | 2015-08-13 13:27:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 13:29:21 +0200 |
commit | 99de01565c246704752254a91c48eb618c408999 (patch) | |
tree | 3e970d5352f481b1cee7cc45529efad9f1117c86 | |
parent | 10f8b3cb219e9b91ebd1ec0475c36ad59c86841e (diff) | |
download | mate-themes-99de01565c246704752254a91c48eb618c408999.tar.bz2 mate-themes-99de01565c246704752254a91c48eb618c408999.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 f540ded2..5ade5e6c 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -475,6 +475,7 @@ GtkCalendar { } .frame { + background-color: shade(@base_color, 1.02); color: lighter (@theme_fg_color); border-style: solid; border-width: 1px; |