diff options
Diffstat (limited to 'src/themes/coco/coco-theme.c')
-rw-r--r-- | src/themes/coco/coco-theme.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/themes/coco/coco-theme.c b/src/themes/coco/coco-theme.c index e95ff0a..01ded85 100644 --- a/src/themes/coco/coco-theme.c +++ b/src/themes/coco/coco-theme.c @@ -420,8 +420,10 @@ create_notification(UrlClickedCb url_clicked) #if GTK_CHECK_VERSION (4,0,0) gtk_widget_add_css_class (main_vbox, "notification-box"); + gtk_widget_add_css_class (main_vbox, "coco-theme"); #else gtk_style_context_add_class (gtk_widget_get_style_context (main_vbox), "notification-box"); + gtk_style_context_add_class (gtk_widget_get_style_context (main_vbox), "coco-theme"); #endif g_signal_connect (G_OBJECT (main_vbox), "draw", |