floating-bar: make it more similar to the mockups

This commit is contained in:
Cosimo Cecchi 2011-02-14 12:37:47 -05:00
parent 8728a440f1
commit db0c274ffa
2 changed files with 9 additions and 4 deletions

View file

@ -23,7 +23,15 @@ GtkTreeView.NautilusSidebar {
ythickness: 0;
}
.nautilus-floating-bar {
NautilusFloatingBar {
background-color: #fdf6bb;
border-color: #f4e564;
border-radius: 1;
border-width: 2;
}
NautilusFloatingBar > GtkBox {
border-color: #fdf6bb;
background-color: #fdf6bb;
border-width: 0;
}

View file

@ -209,9 +209,6 @@ nautilus_floating_bar_init (NautilusFloatingBar *self)
{
self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, NAUTILUS_TYPE_FLOATING_BAR,
NautilusFloatingBarDetails);
gtk_style_context_add_class (gtk_widget_get_style_context (GTK_WIDGET (self)),
"nautilus-floating-bar");
}
static void