annotation.css 355 Bytes
Newer Older
1 2 3
.annotation-run {
    cursor: pointer;
}
4
.annotation-run.candidate-term, .context-menu .candidate-term{
James Laver's avatar
James Laver committed
5 6 7
    color: #000;
    background-color: #aaa;
}
8
.annotation-run.graph-term, .context-menu .graph-term {
James Laver's avatar
James Laver committed
9 10 11
    color: #000;
    background-color: #0f0;
}
12
.annotation-run.stop-term, .context-menu .stop-term {
James Laver's avatar
James Laver committed
13 14 15
    color: #000;
    background-color: #f00;
}