issue : GWM

This commit is contained in:
Gowtham M 2025-03-14 12:11:15 +05:30
parent d5a791979b
commit ef14f225ff

View File

@ -17,6 +17,19 @@
text-align: center; 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 { .fht-table td:hover {
background-color: #50bbd9; background-color: #50bbd9;
color: #ffffff; color: #ffffff;
@ -151,14 +164,14 @@
} }
.celda_encabezado_total { .celda_encabezado_total {
background-color:#ffffff !important; background-color: #ffffff !important;
border: 1px solid #ffffff; border: 1px solid #ffffff;
color: #ffffff !important; color: #ffffff !important;
font-weight: bold; font-weight: bold;
padding: 6px 10px; padding: 6px 10px;
text-align: center; text-align: center;
} }
.celda_normal { .celda_normal {
/*background-color: #fff;*/ /*background-color: #fff;*/
/* <!-- ad9271 into ffffff brown-light to green-light --> */ /* <!-- ad9271 into ffffff brown-light to green-light --> */
@ -219,19 +232,15 @@
} }
td { td {
min-width: 150px; min-width: 100px;
max-width: 150px; max-width: 100px;
}
th {
min-width: 150px;
max-width: 150px;
} }
tfoot tr { tfoot tr {
background-color:rgb(235, 236, 203); background-color:rgb(235, 236, 203);
} }
</style> </style>