발주기관 > 건설현장 조회 목록 마우스 hover시 bold 강도 조절
parent
533d0c1405
commit
6c6451220a
|
|
@ -6642,7 +6642,7 @@ ul.faq-q > li textarea {
|
||||||
.drilling .table-wrap table tr:hover {
|
.drilling .table-wrap table tr:hover {
|
||||||
color: #333;
|
color: #333;
|
||||||
background-color: #dde8f5 !important;
|
background-color: #dde8f5 !important;
|
||||||
font-weight: bold;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
.drilling .table-wrap table td {
|
.drilling .table-wrap table td {
|
||||||
color: #666;
|
color: #666;
|
||||||
|
|
|
||||||
|
|
@ -4971,7 +4971,7 @@ ul.faq-q > li textarea {
|
||||||
.table-wrap table tr:hover {
|
.table-wrap table tr:hover {
|
||||||
color: #333;
|
color: #333;
|
||||||
background-color: #dde8f5 !important;
|
background-color: #dde8f5 !important;
|
||||||
font-weight: bold;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
.table-wrap table td {
|
.table-wrap table td {
|
||||||
color: #666;
|
color: #666;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue