From d47718c2c05bff8bfee5246a7946c361971164a0 Mon Sep 17 00:00:00 2001 From: grakiss Date: Wed, 13 Dec 2017 01:15:39 +0000 Subject: Bugfix: pass/not pass filter not work in result-report page The reason is there are some conflict with jquery.js and ng-model. So ng-model not work. Change-Id: I01ccd0e297d1a89aff8f78d7fb0a63a0e2114f63 Signed-off-by: grakiss (cherry picked from commit c94df5dc491cff80bfa14cf1e66b62db48e05b01) --- cvp/3rd_party/static/testapi-ui/assets/css/combine.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cvp/3rd_party/static/testapi-ui/assets/css') diff --git a/cvp/3rd_party/static/testapi-ui/assets/css/combine.css b/cvp/3rd_party/static/testapi-ui/assets/css/combine.css index b2f16c9a..a6395e78 100644 --- a/cvp/3rd_party/static/testapi-ui/assets/css/combine.css +++ b/cvp/3rd_party/static/testapi-ui/assets/css/combine.css @@ -816,7 +816,7 @@ h5 { margin-bottom: 0; } a, a:visited { - color: #30739C; } + color: #27CCC0; } .lead { font-size: 18px; -- cgit 1.2.3-korg