32 lines
1.5 KiB
CSS
32 lines
1.5 KiB
CSS
@charset "utf-8";
|
|
|
|
.gnb .depth1 > li:hover > a{color:#ff80c0;} /* theme */
|
|
.gnb .sitemap-link:hover{color:#ff80c0;} /* theme */
|
|
.gnb .depth1 > li > .red_box{background:#ff80c0;}/* theme */
|
|
.gnb .depth2 > li > a:hover{color:#ff80c0;}/* theme */
|
|
|
|
.left_box .title{color:#fff; background:#ff80c0;}/* theme */
|
|
.left_box .depth3 > li:hover > a, .left_box .depth3 > li.on > a{color:#ff80c0;}/* theme */
|
|
|
|
.content_top{background:#ff80c0;}/* theme */
|
|
.content_top .path > li a{color:rgba(255,255,255,0.7);}/* theme */
|
|
.content_top .path > li a:hover{color:rgba(255,255,255,1);}/* theme */
|
|
.content_middle .title{color:#ff80c0;}/* theme */
|
|
ul.tabs li.active {color:#ff80c0;}/* 활성중인 탭 */
|
|
.search_condition th{background: #ffd2ff;}
|
|
.table_row th{background: #ffd2ff;}
|
|
|
|
/* jq grid */
|
|
.popup_box .title {color: #ff80c0;} /* 팝업창 내 타이틀 */
|
|
|
|
.ui-widget-header {background: #ff80c0; color: #fff;} /* 팝업창 header */
|
|
.ui-widget-content .ui-state-default{background: #ffd2ff;}/* table column title */
|
|
.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus{background: #ffd2ff;}/* table cell */
|
|
.ui-state-active, .ui-widget-content .ui-state-active{border:0; background: #ff80c0; color: #ffffff;} /* 조회중 */
|
|
|
|
.ui-jqgrid-ftable tr {background:#ffd2ff;} /*footer*/
|
|
|
|
/*w2ui-grid*/
|
|
.w2ui-grid .w2ui-grid-body .w2ui-col-group {background: #ffd2ff;}
|
|
.w2ui-grid .w2ui-grid-body div.w2ui-col-header {background: #ffd2ff;}
|
|
.w2ui-grid-summary table tr {background: #ffd2ff;} |