반응형
몇일간 바탕화면 색 조절로 애를 먹음.
그냥 background-color 만 강제 지정.
분명 스킨과 테마에서 설정이 있는데 적용 안되는 이유를 모름...
스킨이 문제인지 테마가 문제인지..;;
결국 CSS 파일의 수정으로 일단락.
하지만 뭔가 좀 지지해 보이기는 함.
수정 파일 : xe/themes/tb/layouts/the_bootstrap/css/style.css
body,input,textarea,select,button,p{font-family:"Malgun Gothic","NanumGothic",'Segoe UI',Meiryo,'Trebuchet MS',"Dotum",AppleGothic,sans-serif !important}
수정 후
body,input,textarea,select,button,p{background-color:#0f0f0f;font-family:"Malgun Gothic","NanumGothic",'Segoe UI',Meiryo,'Trebuchet MS',"Dotum",AppleGothic,sans-serif !important}
그냥 background-color 만 강제 지정.
반응형
'자료' 카테고리의 다른 글
애플ID 보안질문 재설정 한 이야기.. (0) | 2013.01.23 |
---|---|
X-Plane 10 Desktop manual 영문 (0) | 2012.08.30 |
도메인 업체 변경 및 DNS 변경 (0) | 2012.06.14 |
경남 창원시 버스 노선 변경 안내 (0) | 2012.03.16 |
user agent string을 이용한 브라우저별 사이트 이동 (0) | 2010.06.01 |