From 0eceea249ce546e4905fc0d38bc7b85050953dbe Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Wed, 26 Apr 2017 18:38:53 -0500 Subject: [PATCH] Modify table styles for spec --- webui/assets/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/webui/assets/style.css b/webui/assets/style.css index 9490697ff..a3a493e16 100644 --- a/webui/assets/style.css +++ b/webui/assets/style.css @@ -245,6 +245,11 @@ em{ justify-content: center; } + +.result-table > table { + border-left: solid 4px #1db598; +} + table{ border: solid 0.5px #e0e0e0; width: 100%; @@ -272,8 +277,9 @@ th{ } tr{ border: solid 0.5px #e0e0e0; + background-color: white; } -tr:nth-child(odd) { +tr:nth-child(even) { background-color: #f2f7f9; } td{