diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 5100b3af292..f93c410bd73 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -6191,8 +6191,9 @@ a.cke_dialog_ui_button_ok span { a.cke_button, a.cke_combo_button { height: 18px !important; } -/* .cke_notifications_area { display: none; } */ - +div.cke_notifications_area .cke_notification_warning { + visibility: hidden; +} /* ============================================================================== */ /* ACE editor */ diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index bfbef5d2a8e..09de0954513 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -6159,6 +6159,9 @@ a.cke_dialog_ui_button_ok span { a.cke_button, a.cke_combo_button { height: 18px !important; } +div.cke_notifications_area .cke_notification_warning { + visibility: hidden; +} /* ============================================================================== */