se mejora css de grilla
parent
d53d73bb04
commit
ea07d6c579
|
@ -1,17 +1,21 @@
|
||||||
.table-paraderos td {
|
.table-paraderos td {
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
|
--margin-input: -.75rem;
|
||||||
}
|
}
|
||||||
.table-paraderos td:focus {
|
.table-paraderos td:focus {
|
||||||
background: #80ffa6;
|
background: #80ffa6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-paraderos td:has(input) {
|
||||||
|
padding: 0;
|
||||||
|
--margin-input: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.table-paraderos td > input {
|
.table-paraderos td > input {
|
||||||
margin-top: -.75rem;
|
|
||||||
margin-bottom: -.75rem;
|
|
||||||
border: none;
|
border: none;
|
||||||
|
margin: var(--margin-input) 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
padding-top: .75rem;
|
padding: .75rem;
|
||||||
padding-bottom: .75rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-paraderos td > input:focus {
|
.table-paraderos td > input:focus {
|
||||||
|
|
Loading…
Reference in New Issue