발주기관 > 건설현장 조회 목록 마우스 hover시 bold, cursor 처리
parent
7e1e71a179
commit
533d0c1405
|
|
@ -199,7 +199,7 @@ if (request.getSession().getAttribute("CLS") == null || "2".equals(request.getSe
|
|||
// content += '<tr onclick="location.href=\'modify.do?CID=' + obj.datas[idx].cid + '\';" data-cid="' + obj.datas[idx].cid + '">';
|
||||
content += '<tr onmousedown="handleMouseDown()" onmousemove="handleMouseMove()" onmouseup="handleRowClick(' + obj.datas[idx].cid + ')" data-cid="' + obj.datas[idx].cid + '">';
|
||||
content += '<td>' + (obj.count - idx - (nCount * (nPage - 1))) + '</td>';
|
||||
content += '<td style="text-align: left; text-indent: 10px;">' + obj.datas[idx].constName + '</td>';
|
||||
content += '<td style="text-align: left; text-indent: 10px;cursor: pointer">' + obj.datas[idx].constName + '</td>';
|
||||
content += '<td>' + obj.datas[idx].projectStateCodeName + '</td>';
|
||||
content += '<td>' + constStartDate + ' ~ ' + constEndDate + '</td>';
|
||||
content += '<td>' + obj.datas[idx].constStateCodeName + '</td>';
|
||||
|
|
|
|||
|
|
@ -6642,6 +6642,7 @@ ul.faq-q > li textarea {
|
|||
.drilling .table-wrap table tr:hover {
|
||||
color: #333;
|
||||
background-color: #dde8f5 !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
.drilling .table-wrap table td {
|
||||
color: #666;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -4971,6 +4971,7 @@ ul.faq-q > li textarea {
|
|||
.table-wrap table tr:hover {
|
||||
color: #333;
|
||||
background-color: #dde8f5 !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
.table-wrap table td {
|
||||
color: #666;
|
||||
|
|
|
|||
Loading…
Reference in New Issue