diff --git a/app/Views/CoatingMachineDetail.php b/app/Views/CoatingMachineDetail.php index 901088a8..8ee561ec 100644 --- a/app/Views/CoatingMachineDetail.php +++ b/app/Views/CoatingMachineDetail.php @@ -16,6 +16,17 @@ } + input[type="date"]::-webkit-calendar-picker-indicator { + transform: scale(2.0); + cursor: pointer; + } + + input[type="date"] { + cursor: pointer; + } + + + .fht-table, .fht-table thead,