stock module changes-1 vadivel J 17-12-2024

This commit is contained in:
vadivelJ96 2024-12-17 11:40:14 +05:30
parent 2265da1f89
commit 20f5fc9631
2 changed files with 3 additions and 17 deletions

View File

@ -182,21 +182,6 @@ $datefordropdown = format_date($datefordropdown, 0, 'M-Y');
} }
/* #drierTable th:nth-child(1),
#drierTable th:nth-child(2),
#drierTable td:nth-child(1),
#drierTable td:nth-child(2) {
position: sticky;
left: 0;
background-color: white;
z-index: 2;
border-right: 1px solid #ddd;
}
#drierTable th:nth-child(1),
#drierTable td:nth-child(1) {
z-index: 3;
} */
</style> </style>
<div class="content-page"> <div class="content-page">
<div class="content"> <div class="content">

View File

@ -11,7 +11,8 @@
.fht-table tr, .fht-table tr,
.fht-table th, .fht-table th,
.fht-table td { .fht-table td {
margin: 0; margin-top: 0;
padding:0 8px;
} }
.fht-table td { .fht-table td {
@ -479,7 +480,7 @@
<!-- need to check the status and select values before hand --> <!-- need to check the status and select values before hand -->
<!-- 'td:eq(32)' --> <!-- 'td:eq(32)' -->
<td class="celda_normal" contenteditable="true"> <td class="celda_normal" style="color:#02d0eb; background:white;" contenteditable="true">
<select class="status sand-status" style="width:210px;"> <select class="status sand-status" style="width:210px;">
<option value="noRemark">Select</option> <option value="noRemark">Select</option>
<option value="accepted" <option value="accepted"