From 2c902cce89380841a315fab68df83dd2d8941bcc Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Mon, 5 Dec 2016 10:23:20 +0800 Subject: [PATCH] * adjust help info color in report page. --- module/bug/css/report.css | 2 +- module/story/css/report.css | 2 +- module/task/css/report.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/bug/css/report.css b/module/bug/css/report.css index 53121793ba..b4d3ca6834 100644 --- a/module/bug/css/report.css +++ b/module/bug/css/report.css @@ -4,4 +4,4 @@ .col-side {width: 250px} -.panel-heading > strong > span {float: right; color: red;} +.panel-heading > strong > span {float: right; color: #29a8cd;} diff --git a/module/story/css/report.css b/module/story/css/report.css index 9c97f48dd9..da8b9ed216 100644 --- a/module/story/css/report.css +++ b/module/story/css/report.css @@ -2,4 +2,4 @@ .table-bordered tr > th:first-child, .table-bordered tr > td:first-child {border-left: 1px solid #ddd!important} .table-bordered tr > th:last-child, .table-bordered tr > td:last-child {border-right: 1px solid #ddd!important} -.panel-heading > strong > span {float: right; color: red;} +.panel-heading > strong > span {float: right; color: #29a8cd;} diff --git a/module/task/css/report.css b/module/task/css/report.css index 9c97f48dd9..da8b9ed216 100644 --- a/module/task/css/report.css +++ b/module/task/css/report.css @@ -2,4 +2,4 @@ .table-bordered tr > th:first-child, .table-bordered tr > td:first-child {border-left: 1px solid #ddd!important} .table-bordered tr > th:last-child, .table-bordered tr > td:last-child {border-right: 1px solid #ddd!important} -.panel-heading > strong > span {float: right; color: red;} +.panel-heading > strong > span {float: right; color: #29a8cd;}