diff options
author | raveit65 <[email protected]> | 2015-04-21 21:38:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-21 21:45:58 +0200 |
commit | e36658dc5cd6824f23b7f807ce520df78235188d (patch) | |
tree | 457b4484061a38b3897d19402559cc7f480cec30 /desktop-themes/GreenLaguna | |
parent | 00f74b27db3066ed6ab5589f3bde8170c57df124 (diff) | |
download | mate-themes-e36658dc5cd6824f23b7f807ce520df78235188d.tar.bz2 mate-themes-e36658dc5cd6824f23b7f807ce520df78235188d.tar.xz |
GreenLaguna GTK3: use transparent color only for .button.titlebutton GtkImage
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 4c8c743e..71c0756d 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -2563,7 +2563,7 @@ GtkPopover .separator { } /* avoid double displaying of window controls */ -.titlebar .button GtkImage { +.titlebar .button.titlebutton GtkImage { color: transparent; } |