[nautilus] css: make the backgorund of the floating bar button transparent



commit 3800f7c7957ac155d96b0b8605197fd7de8cd943
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Mar 8 21:29:03 2011 -0500

    css: make the backgorund of the floating bar button transparent

 data/nautilus.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/nautilus.css b/data/nautilus.css
index e97b90c..9d07c4b 100644
--- a/data/nautilus.css
+++ b/data/nautilus.css
@@ -27,8 +27,8 @@ NautilusFloatingBar {
     border-width: 2;
 }
 
-NautilusFloatingBar > GtkBox > .button {
-    background-color: #fdf6bb;
+NautilusFloatingBar > GtkBox > GtkButton {
+    background-color: alpha (@theme_base_color, 0.0);
     background-image: none;
     border-style: none;
 }



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