Fixed removing entry if missing is 0

This commit is contained in:
2024-03-04 12:17:19 -05:00
parent a8cc82f7cb
commit 172e371656
4 changed files with 50 additions and 10 deletions

View File

@@ -193,6 +193,17 @@ td img{
max-height: 90%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
</style>