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); } +