From b1633895dd9e5f988a8b51ff976d9fdfceaef247 Mon Sep 17 00:00:00 2001 From: root <root@librenmscentos.localdomain> Date: Tue, 4 Jun 2019 08:45:44 +0200 Subject: [PATCH] change class name for BG overlib see @ https://github.com/librenms/librenms/pull/10300 --- html/css/custom/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css index d655800..9060d1a 100644 --- a/html/css/custom/styles.css +++ b/html/css/custom/styles.css @@ -649,7 +649,7 @@ legend { } /* OVERLIB BG*/ -.lib_overlib { +.overlib-contents { background: inherit; background-color: #333; color:cyan; -- GitLab