Add format helper for currency
This commit is contained in:
parent
5408c08b58
commit
6cc02cb563
7 changed files with 21 additions and 9 deletions
|
|
@ -521,3 +521,11 @@ i.package.icon-only {
|
|||
padding: 15px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
span.positive_amount {
|
||||
color: black;
|
||||
}
|
||||
|
||||
span.negative_amout {
|
||||
color: red;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue