summaryrefslogtreecommitdiffstats
path: root/reporting/css
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-10-03 09:52:27 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2016-10-03 09:52:27 +0200
commit187b02f0a32a69f81a275fa84a450e14a3020200 (patch)
treebe7d5821af3ce525ecb7fdbed3b7e659e5479f46 /reporting/css
parentdee83b0ad3a67feae2c578a9984584f2466f5c66 (diff)
Add dots in trend line
JIRA: FUNCTEST-483 Change-Id: I014faccf9358fff5c47d4be6f4d8f55fd7133691 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'reporting/css')
-rw-r--r--reporting/css/default.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/reporting/css/default.css b/reporting/css/default.css
index 7da5e27..a9fa69d 100644
--- a/reporting/css/default.css
+++ b/reporting/css/default.css
@@ -102,3 +102,9 @@ h2 {
stroke: #000;
shape-rendering: crispEdges;
}
+
+.dot {
+ fill: steelblue;
+ stroke: steelblue;
+ stroke-width: 1.5px;
+}