summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gl-eventtoolbar.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gl-eventtoolbar.c b/src/gl-eventtoolbar.c
index 8b1efba..facb670 100644
--- a/src/gl-eventtoolbar.c
+++ b/src/gl-eventtoolbar.c
@@ -148,7 +148,8 @@ gl_event_toolbar_add_boots (GlEventToolbar *toolbar,
gtk_label_set_label (GTK_LABEL (priv->current_boot), current_boot);
context = gtk_widget_get_style_context (GTK_WIDGET (priv->current_boot));
- gtk_style_context_add_class (context, "subtitle");
+ gtk_style_context_add_class (context, "caption");
+ gtk_style_context_add_class (context, "dim-label");
gtk_grid_attach (GTK_GRID (grid), priv->current_boot, 0, 1, 1, 1);
arrow = gtk_image_new_from_icon_name ("pan-down-symbolic");