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;}