From f1a580971e20d1e1cfce149d84b17efd090af67e Mon Sep 17 00:00:00 2001 From: root <root@librenmscentos.localdomain> Date: Tue, 4 Jun 2019 00:52:32 +0200 Subject: [PATCH] correct install information for activate overlib --- html/css/custom/styles.css | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css index 26f7083..d655800 100644 --- a/html/css/custom/styles.css +++ b/html/css/custom/styles.css @@ -1,25 +1,28 @@ /* Not finished */ -/*----------------------- +/*-------------------------------------------------- # Create by ckforum # june 2019 -# release 1.9 -# thanks to yoyo -------------------------*/ +# release 2.0 +# thanks to yoyo and librenms teams +# warning ! for backgroud of overlib +# see https://github.com/librenms/librenms/pull/10300 +----------------------------------------------------*/ -/* INSTALLATION ADD THIS BELOW TO YOUR CONFIG.PHP */ +/* INSTALLATION ADD THIS BELOW TO YOUR CONFIG.PHP and delete this config add on comment */ -/* SEEE MORE @ https://github.com/librenms/librenms/blob/master/includes/defaults.inc.php */ +/* SEE MORE @ https://github.com/librenms/librenms/blob/master/includes/defaults.inc.php */ /* ### DARK MODE -// rtext color graph +// text color graph $config['rrdgraph_def_text_color'] = 'ffffff'; // Set to TRUE if you want to display the 95% based on the highest value. (aka real 95%) +// can't see the difference ... $config['overlib_defaults'] = ",FGCOLOR,'#fff', BGCOLOR, '#000', BORDER, 5, CELLPAD, 4, CAPCOLOR, '#555555', TEXTCOLOR, '#ffffff'"; // Set this to false if you want to disable the mouseover popup graphs -$config['web_mouseover'] = false; +$config['web_mouseover'] = true; ### custom style # uncomment line below and replace the logo with yours -- GitLab