Fix cke warning

This commit is contained in:
Laurent Destailleur (aka Eldy) 2024-12-29 18:09:46 +01:00
parent cc81ff24ad
commit 90a09b53da
2 changed files with 6 additions and 2 deletions

View File

@ -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 */

View File

@ -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;
}
/* ============================================================================== */