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:
parent
8effea58d7
commit
4ee2bc644a
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue