From 3ae0c2fd4ef925db06800d79b05f4461b98a826e Mon Sep 17 00:00:00 2001 From: Winston Astrachan Date: Sun, 23 Oct 2022 16:54:54 -0400 Subject: [PATCH] fix: update missing color override for empty dashboard widget --- LICENSE | 2 +- theme_kibanafeel.css | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 139f647..de10bce 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Winston Astrachan +Copyright (c) 2022 Winston Astrachan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/theme_kibanafeel.css b/theme_kibanafeel.css index a5fe106..8e396f5 100644 --- a/theme_kibanafeel.css +++ b/theme_kibanafeel.css @@ -1,7 +1,7 @@ /* Kibanafeel - Kibana-Inspired Dark Theme for LibreNMS -Copyright (c) Winston Astrachan 2020 +Copyright (c) Winston Astrachan 2022 Released under the terms of the MIT license */ @@ -205,7 +205,7 @@ nav.navbar-default .navbar-nav>li>a:focus { } -/* Nave Tabs */ +/* Nav Tabs */ .nav-tabs { border-bottom-color: var(--color-dark4); } @@ -241,6 +241,10 @@ nav.navbar-default .navbar-nav>li>a:focus { background-color: var(--color-dark3); } +.gridster .widget_body { + color: var(--color-light1); +} + /* Panels */ .panel-default,