diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-03-08 21:29:03 -0500 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-03-08 21:29:03 -0500 |
commit | 3800f7c7957ac155d96b0b8605197fd7de8cd943 (patch) | |
tree | 6ed4fde465831f7e3b73e43d6371b3232888f820 /data | |
parent | e021dd0f9c73c4cbf6e8e00f1ca6863c99a7056c (diff) | |
download | nautilus-3800f7c7957ac155d96b0b8605197fd7de8cd943.tar.gz |
css: make the backgorund of the floating bar button transparent
Diffstat (limited to 'data')
-rw-r--r-- | data/nautilus.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/nautilus.css b/data/nautilus.css index e97b90c29..9d07c4b97 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; } |