2015-08-15, 04:57 PM
Hello, in my forum I am using 2 themes one is lighter and one is darker and they have white and black background color in their editor respectively.
The issue is, when I installed lighter theme, I noticed in editor I ve got white background and white letters.
So it was literally impossible to see what you are writing.
Then I changed it from this place
jquery.sceditor.mybb.css
tml, body, p,code:before, table {
to darker color - sadly when I did that letters in editor of darker theme also changed to darker - which made it impossible to see there this time.
Darker theme and lighter theme uses different editors.
So the question is, how can I have different colors for different editors?
The issue is, when I installed lighter theme, I noticed in editor I ve got white background and white letters.
So it was literally impossible to see what you are writing.
Then I changed it from this place
jquery.sceditor.mybb.css
tml, body, p,code:before, table {
- margin: 0;
- padding: 0;
- font-family: Tahoma, Verdana, Arial, Sans-Serif;
- font-size: 14px;
- color: #555;
to darker color - sadly when I did that letters in editor of darker theme also changed to darker - which made it impossible to see there this time.
Darker theme and lighter theme uses different editors.
So the question is, how can I have different colors for different editors?