Change annotation weight colors

This commit is contained in:
Amaia Castro
2017-03-02 16:55:16 +01:00
parent 854d51dd8e
commit d3d6681902

View File

@@ -104,19 +104,19 @@
}
.annotator-hl.weight-1 {
background: rgba(255, 255, 10, 0.2);
background: #FFF9DA;
}
.annotator-hl.weight-2 {
background: rgba(255, 255, 10, 0.4);
background: #FFF5BC;
}
.annotator-hl.weight-3 {
background: rgba(255, 255, 10, 0.6);
background: #FFF1A2;
}
.annotator-hl.weight-4 {
background: rgba(255, 255, 10, 0.8);
background: #FFEF8C;
}
.annotator-hl.weight-5 {
background: rgba(255, 255, 10, 1);
background: #FFE95F;
}
.current-annotation {