답변 3개
6년 전
/plugin/editor/smarteditor2/css/ko_KR/smar_editor2.css 경로 해당파일에 다음 내용 추가해주시면 적용됩니다.
/*css파일에 아래 코드 추가*/
body {background:#000;}
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
6년 전
/plugin/editor/smareditor2/ko_KR/smart_editor2.css 파일
25번째 줄
#smart_editor2 .se2_input_wysiwyg, #smart_editor2 .se2_input_syntax {background:#494949;}
로 적용해주시면 됩니다.
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
a
akworjs0517
6년 전
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
#smart_editor2 .se2_input_wysiwyg,#smart_editor2 .se2_input_syntax{display:block;overflow:auto;width:100%;height:100%;margin:0;*margin:-1px 0 0 0;border:0;background:#000;}
이렇게 적용시켯는데 검정색으로 안변하네요..ㅠㅠ