Merge pull request #509 from tiwariav/task/3828/invoice_period

task/3828 invoice period
This commit is contained in:
Arvind Tiwari 2017-10-15 01:27:02 +05:30 committed by GitHub
commit 1c50eb45e9
4 changed files with 32 additions and 9 deletions

View file

@ -375,4 +375,12 @@
outline: none;
color: #999;
fill: #999;
}
.locale_date {
opacity: 0;
}
.locale_date.done{
opacity: 1;
}