From d2505a681189440e71b2e5cfaa6ecad0fe5f9d6e Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 14 May 2019 17:21:50 -0400 Subject: use stroke style for all user lines --- app/static/view_annotation.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/static') diff --git a/app/static/view_annotation.css b/app/static/view_annotation.css index dd291ef..4b4f338 100644 --- a/app/static/view_annotation.css +++ b/app/static/view_annotation.css @@ -32,29 +32,36 @@ rect { .user-2 { fill: #fc8d62; + stroke: #fc8d62; } .user-3 { fill: #8da0cb; + stroke: #8da0cb; } .user-4 { fill: #e78ac3; + stroke: #e78ac3; } .user-5 { fill: #a6d854; + stroke: #a6d854; } .user-6 { fill: #ffd92f; + stroke: #ffd92f; } .user-7 { fill: #e5c494; + stroke: #e5c494; } .user-8 { fill: #b3b3b3; + stroke: #b3b3b3; } -- cgit v1.2.3