redmine-graphs-plugin/assets/stylesheets/target_version.css
2009-04-13 11:33:56 -07:00

13 lines
578 B
CSS

#target_version_graph { clear: both; }
.line1 { stroke: #666666 !important; } .fill1 { fill: #666666 !important; } .key1 { fill: #666666 !important; }
.line2 { stroke: #009900 !important; } .fill2 { fill: #BAE0BA !important; } .key2 { fill: #009900 !important; }
.fill1, .fill2 { fill-opacity: 0.6 !important; }
.line1, .line2 { stroke-width: 2px !important; }
.dataPoint1, .dataPoint2 { display: none !important; }
.dataPoint3 { stroke: #AA5050 !important; stroke-width: 10px !important; }
.key3 { fill: #AA5050 !important; }
.guideLines { stroke-opacity: 0.2 !important; }