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);
|
||||
}
|
||||
|
||||
.q-table--dark .q-table__bottom,
|
||||
.q-table--dark thead,
|
||||
.q-table--dark tr,
|
||||
.q-table--dark th,
|
||||
.q-table--dark td {
|
||||
border-color: var(--vn-section-color);
|
||||
.q-table--dark {
|
||||
&__bottom,
|
||||
thead,
|
||||
tr,
|
||||
th,
|
||||
td {
|
||||
border-color: black;
|
||||
}
|
||||
}
|
||||
|
||||
.q-table__container > div:first-child {
|
||||
|
|
|
@ -257,7 +257,6 @@ input::-webkit-inner-spin-button {
|
|||
}
|
||||
td {
|
||||
font-size: 11pt;
|
||||
border-top: 1px solid var(--vn-page-color);
|
||||
border-collapse: collapse;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue