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>
This commit is contained in:
Quentin Baker 2022-06-16 23:59:39 -04:00 committed by Quentin Baker
parent 8effea58d7
commit 4ee2bc644a

View file

@ -1735,6 +1735,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
.modal p { .modal p {
padding-left: .25rem; padding-left: .25rem;
word-break: break-word; word-break: break-word;
color: #fff;
} }
.modal label.btn { .modal label.btn {