diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-10-03 09:52:27 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-10-03 09:52:27 +0200 |
commit | 54a2a98912a79aaaedd9a3a15b569c80455ed389 (patch) | |
tree | 2a47d778d2a0e175c2f5b1ed26caf138ecef4e4a /utils/test/reporting/css | |
parent | bb253dd3ce2ed6ccc79d9c47bf007043a9a73368 (diff) |
Add dots in trend line
JIRA: FUNCTEST-483
Change-Id: I014faccf9358fff5c47d4be6f4d8f55fd7133691
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'utils/test/reporting/css')
-rw-r--r-- | utils/test/reporting/css/default.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/test/reporting/css/default.css b/utils/test/reporting/css/default.css index 7da5e277a..a9fa69db7 100644 --- a/utils/test/reporting/css/default.css +++ b/utils/test/reporting/css/default.css @@ -102,3 +102,9 @@ h2 { stroke: #000; shape-rendering: crispEdges; } + +.dot { + fill: steelblue; + stroke: steelblue; + stroke-width: 1.5px; +} |