forked from verdnatura/salix-front
fix: refs #7353 vnTable colors
This commit is contained in:
parent
9a4a51fadb
commit
e6e61e5717
|
@ -685,12 +685,14 @@ es:
|
||||||
color: var(--vn-text-color);
|
color: var(--vn-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.q-table--dark .q-table__bottom,
|
.q-table--dark {
|
||||||
.q-table--dark thead,
|
&__bottom,
|
||||||
.q-table--dark tr,
|
thead,
|
||||||
.q-table--dark th,
|
tr,
|
||||||
.q-table--dark td {
|
th,
|
||||||
border-color: var(--vn-section-color);
|
td {
|
||||||
|
border-color: black;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.q-table__container > div:first-child {
|
.q-table__container > div:first-child {
|
||||||
|
|
|
@ -257,7 +257,6 @@ input::-webkit-inner-spin-button {
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
border-top: 1px solid var(--vn-page-color);
|
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue