issue : GWM
This commit is contained in:
parent
d5a791979b
commit
ef14f225ff
@ -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;
|
||||||
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user