Quote:
Originally Posted by Sean James
Do you have any template notices when you sign into your admincp mentioning out of date templates?
|
Yes. -
editor_contents.css
Code:
Your Customized Value
color: #fff;
background:{vb:stylevar editor_background};
Old Default Value
color: #222;
/* Remove the background color to make it transparent */
background-color: #fff;
/*background-color:{vb:stylevar wysiwyg_textbox_background.backgroundColor};*/
New Default Value
color: #222;
background:{vb:stylevar editor_background};
And
editor.css
Code:
Your Customized Value
}
.formcontrols .blockrow.texteditor textarea {
background-color: #000;
Old Default Value
New Default Value
background: {vb:stylevar editor_background};
}
Your Customized Value
.formcontrols .blockrow.texteditor textarea:focus {
background-color: #1a1a1a;
}
Old Default Value
.formcontrols .blockrow.texteditor textarea:focus {
background-color: #FFFFFF;
}
New Default Value
Your Customized Value
Old Default Value
New Default Value
.cke_skin_kama .cke_dialog .smiley_page {
overflow:auto;
}