add sight function

This commit is contained in:
2023-03-30 02:22:59 +02:00
parent fa970170d4
commit ab11f85215
3 changed files with 59 additions and 14 deletions

View File

@ -95,6 +95,10 @@ td {
}
.table-active {
cursor: inherit !important;
}
.table-danger {
cursor: not-allowed !important;
}
@ -104,6 +108,7 @@ table {
button,
label {
padding: .375rem .6rem !important;
cursor: pointer;
}