-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom css for the text area #83
Comments
I have done 2 and 3 and tested. Pushed changes to Pita to test, should be in todays version. I will let Pita close this once it's pulled into the master branch. Feel free to try approach to #1, Pita may have some more insights as to why an iFrame is required.. |
I think 2 is a good solution. But this is a douple iframe, means there is again an iframe in an iframe (I don't know why they did this). |
Closed and merged |
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:
static/custom/pad.css
file in all the iframes -- that way it can style every element on the page.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.
The text was updated successfully, but these errors were encountered: