mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Fix colors of svg charts in Firefox
This commit is contained in:
parent
d9895265f3
commit
d3c4660c2d
@ -66,7 +66,7 @@ EOD;
|
|||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
private $colors = array('44bb77', 'ffaa44', 'ff5566', 'ddccdd');
|
private $colors = array('#44bb77', '#ffaa44', '#ff5566', '#ddccdd');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The width of the rendered chart
|
* The width of the rendered chart
|
||||||
|
2
library/vendor/dompdf/.gitignore
vendored
2
library/vendor/dompdf/.gitignore
vendored
@ -1,5 +1,7 @@
|
|||||||
# ignore all files
|
# ignore all files
|
||||||
*
|
*
|
||||||
|
**/*
|
||||||
|
lib/fonts/log.htm
|
||||||
|
|
||||||
# except of gitignore
|
# except of gitignore
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user