From 97b8992b540d177bd84aa5b7a17078299be80480 Mon Sep 17 00:00:00 2001 From: root <root@librenmscentos.localdomain> Date: Sat, 1 Jun 2019 03:11:51 +0200 Subject: [PATCH] Add info box RRD --- html/css/custom/styles.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css index c48cfa8..1309cb6 100644 --- a/html/css/custom/styles.css +++ b/html/css/custom/styles.css @@ -527,6 +527,18 @@ legend { border-bottom: 1px solid #333; } +/* INFOBOX RRD*/ +.infobox .rrd-pre { + background-color: #2f2e2e; + font-size: 11px; + white-space: pre-wrap; +} + +.infobox, .infobox-down { + border: 2px dashed #535356; + background-color: #1e1e21; +} + /* FOOTER */ .panel-footer { -- GitLab