forked from verdnatura/salix-front
fix: refs #7499 use current colors
This commit is contained in:
parent
6789f3d1cb
commit
a65f5dfe44
|
@ -394,7 +394,7 @@ entry:
|
||||||
type: Tipo
|
type: Tipo
|
||||||
color: Color
|
color: Color
|
||||||
id: ID
|
id: ID
|
||||||
printedStickers: Etiquetas imprimidas
|
printedStickers: Etiquetas impresas
|
||||||
notes:
|
notes:
|
||||||
observationType: Tipo de observación
|
observationType: Tipo de observación
|
||||||
descriptor:
|
descriptor:
|
||||||
|
|
|
@ -477,10 +477,10 @@ const lockIconType = (groupingMode, mode) => {
|
||||||
.q-table--horizontal-separator tbody tr:nth-child(odd) > td {
|
.q-table--horizontal-separator tbody tr:nth-child(odd) > td {
|
||||||
border-bottom-width: 0px;
|
border-bottom-width: 0px;
|
||||||
border-top-width: 2px;
|
border-top-width: 2px;
|
||||||
border-color: rgb(209, 209, 209);
|
border-color: var(--vn-text-color);
|
||||||
}
|
}
|
||||||
.infoRow > td {
|
.infoRow > td {
|
||||||
color: rgb(122, 122, 122);
|
color: var(--vn-label-color);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue