You are here

wysiwyg_linebreaks.css in Wysiwyg Linebreaks 7

Same filename and directory in other branches
  1. 6 wysiwyg_linebreaks.css
/* Remove toolbar button from Wysiwyg Editor toolbars. */
.cke_wrapper .cke_toolgroup .cke_button .cke_off.cke_button_convert_linebreaks, /* CKEditor, convert linebraks button */
.cke_wrapper .cke_toolgroup .cke_button .cke_off.cke_button_linebreaks, /* CKEditor, linebreaks button */
.cke_toolbox .cke_toolbar .cke_toolgroup .cke_button__convert_linebreaks, /* CKEditor, newer versions. */
.cke_toolbox .cke_toolbar .cke_toolgroup .cke_button__linebreaks,
.text-format-wrapper .wysiwygToolbar .mce_linebreaks /* TinyMCE */ {
  display: none;
}

File

wysiwyg_linebreaks.css
View source
  1. /* Remove toolbar button from Wysiwyg Editor toolbars. */
  2. .cke_wrapper .cke_toolgroup .cke_button .cke_off.cke_button_convert_linebreaks, /* CKEditor, convert linebraks button */
  3. .cke_wrapper .cke_toolgroup .cke_button .cke_off.cke_button_linebreaks, /* CKEditor, linebreaks button */
  4. .cke_toolbox .cke_toolbar .cke_toolgroup .cke_button__convert_linebreaks, /* CKEditor, newer versions. */
  5. .cke_toolbox .cke_toolbar .cke_toolgroup .cke_button__linebreaks,
  6. .text-format-wrapper .wysiwygToolbar .mce_linebreaks /* TinyMCE */ {
  7. display: none;
  8. }