se mejora css de grilla

develop/frontend-francisco
Francisco Sandoval 2023-10-10 12:29:04 -03:00
parent d53d73bb04
commit ea07d6c579
1 changed files with 8 additions and 4 deletions

View File

@ -1,17 +1,21 @@
.table-paraderos td {
min-width: 150px;
--margin-input: -.75rem;
}
.table-paraderos td:focus {
background: #80ffa6;
}
.table-paraderos td:has(input) {
padding: 0;
--margin-input: 0;
}
.table-paraderos td > input {
margin-top: -.75rem;
margin-bottom: -.75rem;
border: none;
margin: var(--margin-input) 0;
background-color: transparent;
padding-top: .75rem;
padding-bottom: .75rem;
padding: .75rem;
}
.table-paraderos td > input:focus {