Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2015-01-14 05:49:44 +0300
committermattab <matthieu.aubry@gmail.com>2015-01-14 05:49:44 +0300
commita24e36b5d0a793a72704802d61fe5f21d3d52ad8 (patch)
tree81c076913362e3205dbfa270d7ac88258c7e62f2 /core/ReportRenderer.php
parent57f6ba11379ce14b062616f7138efb84d6f6943b (diff)
refs #6988 Changed few colors for more consistencies
Diffstat (limited to 'core/ReportRenderer.php')
-rw-r--r--core/ReportRenderer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/ReportRenderer.php b/core/ReportRenderer.php
index 51834d4753..98cc547cd7 100644
--- a/core/ReportRenderer.php
+++ b/core/ReportRenderer.php
@@ -30,8 +30,8 @@ abstract class ReportRenderer extends BaseFactory
const TABLE_HEADER_TEXT_COLOR = "13,13,13";
const TABLE_HEADER_TEXT_TRANSFORM = "uppercase";
const TABLE_HEADER_TEXT_WEIGHT = "normal";
- const TABLE_CELL_BORDER_COLOR = "231,231,231";
- const TABLE_BG_COLOR = "249,250,250";
+ const TABLE_CELL_BORDER_COLOR = "217,217,217";
+ const TABLE_BG_COLOR = "242,242,242";
const HTML_FORMAT = 'html';
const PDF_FORMAT = 'pdf';