summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorQuentin Baker <opensource@quentb.com>2022-06-16 23:59:39 -0400
committerQuentin Baker <quentin@quentb.com>2022-06-17 00:02:09 -0400
commit4ee2bc644acc4bd112f870cf1e689f86f99c5736 (patch)
tree6ff49399d415707b96ecd4708827983722be47aa
parent8effea58d7281fd4f2b6c31d534195dba27a850b (diff)
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 <opensource@quentb.com>
-rw-r--r--themes/luci-theme-material/htdocs/luci-static/material/cascade.css1
1 files changed, 1 insertions, 0 deletions
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 {