수정이유 : 기존의 텍스트 컬러가 버턴 백그라운드의 색상과 동일 색상이라 이이 퀄리티가 떨어지는 문제를 수정
경로 :
루트 /common/css/xe.min.css
내용 :17라인 (원본 스타일파일 정리후 라인 )
color : #333 -> color : #f00a0a
.btn>button,.btn>input,.btn>span{display:inline-block;*zoom:1;margin:0 -12px!important;padding:0 12px!important;overflow:visible;width:auto;height:24px;border:0;vertical-align:top;text-decoration:none!important;line-height:24px;font-family:inherit;font-size:12px;color:#f00a0a;cursor:pointer;background:0 0}
수정후 :