From babcfd9e1249641fd114c1e0d40b6ccf00fe68b9 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Wed, 26 Oct 2022 16:58:50 +0800 Subject: [PATCH] * Modify testcase style. --- www/theme/default/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 980e42aedb..5f7486ff8c 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -164,6 +164,7 @@ tbody tr td.c-actions .dividing-line {width: 1px; height: 16px; display: inline- .status-draft {color: #8166EE;} .status-clarify {color: #8166EE;} .status-testtask.status-blocked {left: 0;} +.status-testcase.status-wait {color: #18A6FD;} .status-done .label-dot {background-color: #0DBB7D;} .status-reviewing, .status-noreview {color: #18A6FD;} .status-doing .label-dot {background-color: #FF6F42;}