From 432765b04ae9f4a98966fae112b8a65408f016d2 Mon Sep 17 00:00:00 2001
From: root <root@librenmscentos.localdomain>
Date: Sun, 23 Jun 2019 14:14:46 +0200
Subject: [PATCH] Add description of vlan color bg in config.php and in install
 info in styles.css

---
 html/css/custom/styles.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css
index 59a49c9..d320ec7 100644
--- a/html/css/custom/styles.css
+++ b/html/css/custom/styles.css
@@ -2,7 +2,7 @@
   /*--------------------------------------------------
   # Create by ckforum
   # june 2019
-  # release 2.2
+  # release 2.3
   # thanks to yoyo and librenms teams
   # warning ! for backgroud of overlib 
   # see https://github.com/librenms/librenms/pull/10300 
@@ -33,6 +33,10 @@
   ### https://docs.librenms.org/Support/Configuration/#webui-settings
   ## this add style is based on mono theme
   $config['site_style']       = "mono";
+  
+  ## BG color for vlan graph default = "#e3e3e3";
+  $config['list_colour']['odd_alt2'] ="#0000002e";
+
 */
 
 :root {
-- 
GitLab