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