[gnome-themes-standard] inline-toolbar: make the background transparent for raised buttons



commit 8299ebc9460af9f2cc9054bf1518dd9bd3a9b68e
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Aug 9 12:56:55 2011 +0200

    inline-toolbar: make the background transparent for raised buttons

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 593bb6a..3612e6b 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1028,6 +1028,9 @@ GtkTreeMenu .menuitem * {
 .inline-toolbar.toolbar .button:insensitive {
     border-color: shade(@button_border, 0.95);
     box-shadow: none;
+
+    background-color: alpha(@theme_base_color, 0.0);
+    background-image: none;
 }
 
 .inline-toolbar.toolbar .button *:active,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]