Commit 7b61b67d authored by James Laver's avatar James Laver Committed by Alexandre Delanoë

styles for annotation context menu

parent 9091b61b
.annotation-run.candidate-term, .annotation-menu .candidate-term{
.annotation-run.candidate-term, .context-menu .candidate-term{
color: #000;
background-color: #aaa;
}
.annotation-run.graph-term, .annotation-menu .graph-term {
.annotation-run.graph-term, .context-menu .graph-term {
color: #000;
background-color: #0f0;
}
.annotation-run.stop-term, .annotation-menu .stop-term {
.annotation-run.stop-term, .context-menu .stop-term {
color: #000;
background-color: #f00;
}
......@@ -10,6 +10,8 @@
.context-menu-items {
display: block;
position: relative;
margin: 0;
padding: 0;
}
.context-menu-item {
display: block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment