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); 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 {

View File

@ -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;
} }
} }