From 4ee2bc644acc4bd112f870cf1e689f86f99c5736 Mon Sep 17 00:00:00 2001 From: Quentin Baker Date: Thu, 16 Jun 2022 23:59:39 -0400 Subject: [PATCH] luci-theme-material: CSS Fix for previous update Commit b0f13ef Changed the color of a CSS element from a bright blue to a dark blue. This resulted in a modal with difficult-to-read text (black text on dark blue). This commit sets the modal text-color to #000, in line with style guidelines. Signed-off-by: Quentin Baker --- .../luci-theme-material/htdocs/luci-static/material/cascade.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 4d414c91f8..fa2f60ebf1 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1735,6 +1735,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { .modal p { padding-left: .25rem; word-break: break-word; + color: #fff; } .modal label.btn {