aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ephy-toolbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-toolbar.c b/src/ephy-toolbar.c
index 97a72a13d..6fff281ac 100644
--- a/src/ephy-toolbar.c
+++ b/src/ephy-toolbar.c
@@ -146,7 +146,7 @@ ephy_toolbar_constructed (GObject *object)
gtk_box_pack_start (GTK_BOX (box), location,
TRUE, TRUE, 0);
gtk_style_context_add_class (gtk_widget_get_style_context (box),
- "location-entry");
+ "linked");
/* Reload/Stop */
tool_button = gtk_button_new ();