[ADD] inventory valuation
This commit is contained in:
@@ -78,6 +78,13 @@ label:hover,
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.values-table tr > * {
|
||||
text-align: right;
|
||||
}
|
||||
.values-table tr > :first-child {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* 3-column (thing, debit, credit) tables */
|
||||
/* 2nd and 3rd th & td of each row right-aligned and 1/4th width */
|
||||
.d-c-table tr > :nth-child(2),
|
||||
@@ -104,7 +111,8 @@ label:hover,
|
||||
color: #aaa !important;
|
||||
}
|
||||
|
||||
.chart-of-accounts .highlight-op {
|
||||
.chart-of-accounts .highlight-op,
|
||||
.valuation-chart .highlight-op {
|
||||
background-color: #030035;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user