7983-testToMaster_2438 #718

Merged
alexm merged 353 commits from 7983-testToMaster_2438 into master 2024-09-17 05:39:39 +00:00
2 changed files with 8 additions and 7 deletions
Showing only changes of commit e6e61e5717 - Show all commits

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