diff options
author | grakiss <grakiss.wanglei@huawei.com> | 2017-12-13 01:15:39 +0000 |
---|---|---|
committer | Leo wang <grakiss.wanglei@huawei.com> | 2017-12-18 03:43:11 +0000 |
commit | c94df5dc491cff80bfa14cf1e66b62db48e05b01 (patch) | |
tree | a12784d28c488f0373342d72bcb7d42f09a90d27 /cvp/3rd_party/static/testapi-ui/assets | |
parent | 2547cafddd44181c1f08b7df77f9c0b2cdb03eb7 (diff) |
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 <grakiss.wanglei@huawei.com>
Diffstat (limited to 'cvp/3rd_party/static/testapi-ui/assets')
-rw-r--r-- | cvp/3rd_party/static/testapi-ui/assets/css/combine.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |