0
0
Fork 0

fix: refs #7353 vnTable colors

This commit is contained in:
Jorge Penadés 2024-08-19 13:40:35 +02:00
parent 9a4a51fadb
commit e6e61e5717
2 changed files with 8 additions and 7 deletions

View File

@ -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 {

View File

@ -257,7 +257,6 @@ input::-webkit-inner-spin-button {
}
td {
font-size: 11pt;
border-top: 1px solid var(--vn-page-color);
border-collapse: collapse;
}
}