#3551: Make default colors changeable from inside an inherited class so that colors could be changed via an plugin.
This commit is contained in:
@@ -15,10 +15,10 @@ class ColorModel extends Base
|
|||||||
/**
|
/**
|
||||||
* Default colors
|
* Default colors
|
||||||
*
|
*
|
||||||
* @access private
|
* @access protected
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
private $default_colors = array(
|
protected $default_colors = array(
|
||||||
'yellow' => array(
|
'yellow' => array(
|
||||||
'name' => 'Yellow',
|
'name' => 'Yellow',
|
||||||
'background' => 'rgb(245, 247, 196)',
|
'background' => 'rgb(245, 247, 196)',
|
||||||
|
|||||||
Reference in New Issue
Block a user