From e7428ef23e052dcd43101f80fde88b2c76684839 Mon Sep 17 00:00:00 2001 From: Fabrice Creuzot Date: Thu, 27 Feb 2025 16:39:05 +0100 Subject: Add also theme name --- src/themes/coco/coco-theme.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/themes/coco') 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", -- cgit v1.2.1