diff options
author | raveit65 <[email protected]> | 2015-04-21 21:38:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-21 21:38:39 +0200 |
commit | 86543eb2711c26fe9072edfa6b4e0b9ceb4eca7f (patch) | |
tree | ed61ad06f7e073face44e6e5233c653bdf773127 | |
parent | b03ee5f824904c91ac52d9b6c66b5546aa1fcb78 (diff) | |
download | mate-themes-86543eb2711c26fe9072edfa6b4e0b9ceb4eca7f.tar.bz2 mate-themes-86543eb2711c26fe9072edfa6b4e0b9ceb4eca7f.tar.xz |
GreenLaguna GTK3: use transparent color only for .button.titlebutton GtkImage
-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 e8c1b5d0..fc2f88c3 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -2363,7 +2363,7 @@ GtkPopover .separator { } /* avoid double displaying of window controls */ -.titlebar .button GtkImage { +.titlebar .button.titlebutton GtkImage { color: transparent; } |