diff options
author | raveit65 <[email protected]> | 2015-04-24 00:28:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-24 00:28:48 +0200 |
commit | 655bae8a652898175eeda443dbb1f330ceafaac6 (patch) | |
tree | d1436a3a2cfc0b1f29058da74a34cbb3ffbbc27c /desktop-themes | |
parent | 58501718ab5f1b84025428188333ff2bcf3e75fa (diff) | |
download | mate-themes-655bae8a652898175eeda443dbb1f330ceafaac6.tar.bz2 mate-themes-655bae8a652898175eeda443dbb1f330ceafaac6.tar.xz |
GreenLagugana GTK3: adjust notebook background
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 d97d0a9e..effaa720 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -569,6 +569,7 @@ GtkLevelBar.vertical { .notebook { padding: 1px 0px 1px 1px; background-clip: border-box; + background-color: shade(@theme_bg_color, 1.03); border-color: @notebook_border; color: @theme_fg_color; /* gdebi bug? */ border-style: solid; |