small changes

This commit is contained in:
2023-04-05 21:54:42 +02:00
parent cedd63dd90
commit 176e72c465
2 changed files with 6 additions and 2 deletions

View File

@ -87,10 +87,14 @@ tr:last-child td:last-child input {
td {
padding: 0 !important;
margin: 0 !important;
transition: background-color .4s, box-shadow .4s !important;
border: 0 !important;
}
td,
table input {
transition: background-color .4s, box-shadow .4s !important;
}
.context-menu li {
cursor: default;
}