From ef14f225ff68557d6bcd016156ffc282f0ef2311 Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Fri, 14 Mar 2025 12:11:15 +0530 Subject: [PATCH] issue : GWM --- app/Views/stock/dustAndRoughStockDetails.php | 27 +++++++++++++------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/app/Views/stock/dustAndRoughStockDetails.php b/app/Views/stock/dustAndRoughStockDetails.php index 7c490cae..91088ef3 100644 --- a/app/Views/stock/dustAndRoughStockDetails.php +++ b/app/Views/stock/dustAndRoughStockDetails.php @@ -17,6 +17,19 @@ text-align: center; } + .grab { + cursor: grab; /* Default open-hand cursor */ + } + + .grab:active { + cursor: grabbing; /* Closed-hand cursor when dragging */ + } + + /* .fht-table td[contenteditable="true"] { + background-color: lightyellow; + color:rgb(13, 7, 7); + } */ + .fht-table td:hover { background-color: #50bbd9; color: #ffffff; @@ -151,14 +164,14 @@ } .celda_encabezado_total { - background-color:#ffffff !important; + background-color: #ffffff !important; border: 1px solid #ffffff; color: #ffffff !important; font-weight: bold; padding: 6px 10px; text-align: center; } - + .celda_normal { /*background-color: #fff;*/ /* */ @@ -219,19 +232,15 @@ } td { - min-width: 150px; - max-width: 150px; - } - - th { - min-width: 150px; - max-width: 150px; + min-width: 100px; + max-width: 100px; } tfoot tr { background-color:rgb(235, 236, 203); } +