neat/static/css/neat.css

55 lines
629 B
CSS
Raw Normal View History

.corpTransaction {
background-color: #3333cc;
}
.personalTransaction {
background-color: #ffffcc;
}
.sellTransaction {
background-color: #33cc33;
}
.buyTransaction {
background-color: #ffcccc;
}
.outbid {
background-color: #ffcccc;
}
.not_outbid {
background-color: #33cc33;
}
.profit {
background-color: #88ff88;
}
.loss {
background-color: #ff8888;
}
.buyfee {
background-color: #ffe8e8;
}
.numeric {
text-align: right;
font-family: monospace;
}
.duration {
text-align: right;
font-family: monospace;
}
2015-09-06 13:53:09 +00:00
tr.total {
border-top: 2px solid grey;
}
2016-01-08 05:42:07 +00:00
tr:hover {
background-color: #dddddd;
}