mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix cke warning
This commit is contained in:
parent
cc81ff24ad
commit
90a09b53da
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
/* ============================================================================== */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user