tweaked orders, added lookup for under/overcut via CREST

This commit is contained in:
Stefan Dresselhaus
2015-09-17 23:31:25 +02:00
parent 4016194ecb
commit 2b55cf8178
5 changed files with 168 additions and 45 deletions

View File

@ -14,6 +14,14 @@
background-color: #ffcccc;
}
.outbid {
background-color: #ffcccc;
}
.not_outbid {
background-color: #33cc33;
}
.profit {
background-color: #88ff88;
}