luci-theme-material: CSS Fix for previous update 5841/head
authorQuentin Baker <opensource@quentb.com>
Fri, 17 Jun 2022 03:59:39 +0000 (23:59 -0400)
committerQuentin Baker <quentin@quentb.com>
Fri, 17 Jun 2022 04:02:09 +0000 (00:02 -0400)
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>
themes/luci-theme-material/htdocs/luci-static/material/cascade.css

index 4d414c91f80a18e9ee4b2182e4a17b761b0a8342..fa2f60ebf1a2c7f62abaa60edc0af752a08cbfaf 100644 (file)
@@ -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 {