--- a/web/res/metadataplayer.polemic/src/js/polemic.js Fri Oct 14 17:36:34 2011 +0200
+++ b/web/res/metadataplayer.polemic/src/js/polemic.js Tue Oct 18 14:35:37 2011 +0200
@@ -524,7 +524,7 @@
heightOfChart = (yMax-(config.height-yMax));
PaperBackground = paper.rect(0,yMax,config.width,heightOfChart).attr({fill:"#fff","stroke-width":0.1,opacity: 0.1});
PaperBorder = paper.rect(0,yMax,config.width,1).attr({fill:"#fff",stroke: "none",opacity: 1});
- PaperSlider = paper.rect(0,20,1,heightOfChart).attr({fill:"#fff",stroke: "none",opacity: 1});
+ PaperSlider = paper.rect(0,20,1,heightOfChart).attr({fill:"#fc00ff",stroke: "none",opacity: 1});
// decalage
tweetSelection = paper.rect(-100,-100,5,5).attr({fill:"#fff",stroke: "none",opacity: 1});