
제 기본테마가 어두운색상이라 스마트에디터의 색상을 변경시키려합니다.
텍스트를 입력하는곳과 기본입력 폰트색상은 변경했는데 툴바와 아래의 높이조절바의 색상은 어디서
바꿔야되나요... smarteditor의 css폴더에서 다 찾아봐도 안되네요..
답변 3개 / 댓글 1개
/plugin/editor/smarteditor2/css/ko_KR/smar_editor2.css 경로 해당파일에 다음 내용 추가해주시면 적용됩니다.
/*css파일에 아래 코드 추가*/
body {background:#000;}
/plugin/editor/smareditor2/ko_KR/smart_editor2.css 파일
25번째 줄
#smart_editor2 .se2_input_wysiwyg, #smart_editor2 .se2_input_syntax {background:#494949;}
로 적용해주시면 됩니다.
답변에 대한 댓글 1개
대부분 이미지입니다.
smarteditor2/img/
예를 들어 툴바 기본 배경색은..
smarteditor2/img/bg_text_tool.gif
답변을 작성하려면 로그인이 필요합니다.
#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;}
이렇게 적용시켯는데 검정색으로 안변하네요..ㅠㅠ