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:
- 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)
- Include the
static/custom/pad.css file in all the iframes -- that way it can style every element on the page.
- 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.
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
iframeso the custom CSS can't reach it.So I see 3 possible ways to fix this:
static/custom/pad.cssfile in all the iframes -- that way it can style every element on the page.static/custom/iframe_editor.cssthat 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.