Revision 0e8041afdfe0c717ae4e44119897038db7297eeb authored by Juliane Müller on 07 October 2020, 15:11:18 UTC, committed by GitHub on 07 October 2020, 15:11:18 UTC
1 parent 126bc27
items_plot_new.css
.background path {
fill: none;
stroke: #fff;
shape-rendering: crispEdges;
}
.foreground path {
fill: none;
stroke: #34008B;
opacity: 0.15;
}
.brush .extent {
fill-opacity: .3;
stroke: #fff;
shape-rendering: crispEdges;
}
.axis line,
.axis path {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.axis text {
text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
cursor: move;
}
text {
color: #2b2b2b;
}
Computing file changes ...