css: make the backgorund of the floating bar button transparent

This commit is contained in:
Cosimo Cecchi 2011-03-08 21:29:03 -05:00
parent e021dd0f9c
commit 3800f7c795

View file

@ -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;
}