reversound/src/gui/graphs/AmpliView.css
gaugendre 6b4ec42c01 adding code
Switching from INSA svn to GitHub
2014-06-11 15:35:06 +02:00

7 lines
188 B
CSS

.thick-chart .chart-series-line {
-fx-stroke-width: 1px;
}
.thick-chart .chart-series-line-fat {
-fx-stroke-width: 2px;
}
.default-color0.chart-series-line { -fx-stroke: #0b1b64; }