se mejora css de grilla
parent
d53d73bb04
commit
ea07d6c579
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue