diff options
| author | Fabrice Creuzot <[email protected]> | 2025-02-27 16:39:05 +0100 |
|---|---|---|
| committer | Luke from DC <[email protected]> | 2025-03-11 05:48:30 +0000 |
| commit | e7428ef23e052dcd43101f80fde88b2c76684839 (patch) | |
| tree | 4212f565624585a697063c4af3b61894b4386dcc /src/themes/coco | |
| parent | 301c586d8ffefb525a8702eca4973a050043404a (diff) | |
| download | mate-notification-daemon-e7428ef23e052dcd43101f80fde88b2c76684839.tar.bz2 mate-notification-daemon-e7428ef23e052dcd43101f80fde88b2c76684839.tar.xz | |
Add also theme name
Diffstat (limited to 'src/themes/coco')
| -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", |
