From a2508161c6eeb715a2ea6e626d1697df76641547 Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Thu, 14 Sep 2017 15:57:15 -0400 Subject: [PATCH] fix hover bg color --- public/src/admin/general/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/admin/general/dashboard.js b/public/src/admin/general/dashboard.js index 9bc29a2ceb..e0c17ef25e 100644 --- a/public/src/admin/general/dashboard.js +++ b/public/src/admin/general/dashboard.js @@ -208,7 +208,7 @@ define('admin/general/dashboard', ['semver', 'Chart', 'translator', 'benchpress' backgroundColor: 'rgba(151,187,205,0.2)', borderColor: 'rgba(151,187,205,1)', pointBackgroundColor: 'rgba(151,187,205,1)', - pointHoverBackgroundColor: '#fff', + pointHoverBackgroundColor: 'rgba(151,187,205,1)', pointBorderColor: '#fff', pointHoverBorderColor: 'rgba(151,187,205,1)', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],