From 8d4ae79b23a83a3a64d47b10fdbd667d65427d18 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 8 Oct 2020 15:06:22 +0200 Subject: [PATCH] Fix dashboard for argon theme --- .../luci-static/resources/view/dashboard/css/custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css b/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css index 77cc1c263..821b19a81 100644 --- a/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css +++ b/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css @@ -8,6 +8,7 @@ .Dashboard h3 { color:#000; + background: transparent; } .Dashboard hr { @@ -32,6 +33,13 @@ background-color: #e0e0e0; } +.Dashboard div > table > tbody > tr:nth-of-type(2n), div > .table > .tr:nth-of-type(2n) { + background-color: transparent; +} +.Dashboard .tr { + background-color: transparent; +} + .Dashboard .title { text-align: center; }