Tinymce will load the contents of the editor.css file found in templates/system
By doing this we get various styling applied to the tinymce dropdown menus AND to the pagebreak and readmore lines
The last few lines of that file are
joomla-cms/templates/system/css/editor.css
Lines 53 to 59 in 0f16a07
Yet only two of those are in the menu
And the last one is not usable
Labels |
Added:
?
|
btw, please try change to:
body hr#system-readmore { border: red dashed 1px; color: red; }
body hr.system-pagebreak { border: gray dashed 1px; color: gray; }
then it should disappear from the menu, in theory
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-01-02 16:24:52 |
Closed_By | ⇒ | Quy |
Completely unrelated to that PR as this is for the editor.css file located in templates/system and is not dependant on the frontend template
Status | Closed | ⇒ | New |
Closed_Date | 2021-01-02 16:24:52 | ⇒ | |
Closed_By | Quy | ⇒ |
Is this still an issue?
fixed elsewhere
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-06-05 21:42:16 |
Closed_By | ⇒ | brianteeman |
interesting, if make it
.system-pagebreak { border: gray dashed 1px; color: gray; }
then it workupd, I suspect because hr cannot have a content/text, so it not possible to be used in this way,
it somehow need to be hidden from the menu? maybe