joyent-portal/spikes/graphs-fe/rickshaw/client/style.css

10 lines
152 B
CSS
Raw Normal View History

2016-11-08 20:21:12 +02:00
.rickshaw_graph.red rect {
fill: red;
border-top: 1px brown solid;
}
.rickshaw_graph.blue rect {
fill: blue;
border-top: 1px darkblue solid;
}