Skip to content

Custom css for the text area #83

@tomassedovic

Description

@tomassedovic

I tried to modify the look of my local Etherpad Lite setup yesterday. It seems that the custom/pad.css can't handle the everything -- most importantly, the editor area is in an iframe so the custom CSS can't reach it.

So I see 3 possible ways to fix this:

  1. Get rid of all the iframes. (while I'd prefer this personally, it probably won't be easy and maybe not even possible -- I didn't study the architecture yet and I presume there's a reason for using iframes)
  2. Include the static/custom/pad.css file in all the iframes -- that way it can style every element on the page.
  3. Add a new file: static/custom/iframe_editor.css that would be included in the editor iframe.

Would this feature be welcome in the project? If so, let me know what approach you prefer and I can whip up a patch later this week.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions