File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
@CHARSET "UTF-8";
/*
사용자 정의 css 파일입니다.
기본적으로 제공하는 css 파일의 내용을 복사하여 오버라이딩 하여 사용합니다.
*/
/*예제 뷰어 메뉴*/
/*
.report_menu_div {
position: absolute;
top: 0px;
width: 100%;
height: 65px;
overflow: visible;
background-color: red;
background-position: 5px 50%;
background-repeat: no-repeat;
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
}
*/
/*
필수 항목을 체크하지 않았을 때 필수 항목이 들어간 컨트롤에 아래의 스타일을 적용합니다.
*/
.eForm_NecessaryCheck{
background-color : orange;
opacity: 0.5;
}
/*
입력 컨트롤에 포커스가 들어왔을 때 아래의 스타일을 적용합니다.
*/
.eform_textarea:focus{
border:2pt solid Orange;
outline: none;
}
.eform_control_focus{
border:2pt solid Orange;
}