mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 15:42:52 +01:00
bg colors
This commit is contained in:
@@ -175,7 +175,7 @@ define('admin/general/dashboard', ['semver', 'Chart', 'translator', 'benchpress'
|
||||
backgroundColor: '#ab464233',
|
||||
borderColor: '#ab4642',
|
||||
pointBackgroundColor: '#ab4642',
|
||||
pointHoverBackgroundColor: '#fff',
|
||||
pointHoverBackgroundColor: '#ab4642',
|
||||
pointBorderColor: '#fff',
|
||||
pointHoverBorderColor: '#ab4642',
|
||||
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],
|
||||
@@ -185,7 +185,7 @@ define('admin/general/dashboard', ['semver', 'Chart', 'translator', 'benchpress'
|
||||
backgroundColor: '#ba8baf33',
|
||||
borderColor: '#ba8baf',
|
||||
pointBackgroundColor: '#ba8baf',
|
||||
pointHoverBackgroundColor: '#fff',
|
||||
pointHoverBackgroundColor: '#ba8baf',
|
||||
pointBorderColor: '#fff',
|
||||
pointHoverBorderColor: '#ba8baf',
|
||||
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],
|
||||
@@ -195,7 +195,7 @@ define('admin/general/dashboard', ['semver', 'Chart', 'translator', 'benchpress'
|
||||
backgroundColor: '#f7ca8833',
|
||||
borderColor: '#f7ca88',
|
||||
pointBackgroundColor: '#f7ca88',
|
||||
pointHoverBackgroundColor: '#fff',
|
||||
pointHoverBackgroundColor: '#f7ca88',
|
||||
pointBorderColor: '#fff',
|
||||
pointHoverBorderColor: '#f7ca88',
|
||||
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],
|
||||
|
||||
Reference in New Issue
Block a user