git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
8effea5
)
luci-theme-material: CSS Fix for previous update
author
Quentin Baker
<redacted>
Fri, 17 Jun 2022 03:59:39 +0000
(23:59 -0400)
committer
Quentin Baker
<redacted>
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 <redacted>
themes/luci-theme-material/htdocs/luci-static/material/cascade.css
patch
|
blob
|
history
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 4d414c91f80a18e9ee4b2182e4a17b761b0a8342..fa2f60ebf1a2c7f62abaa60edc0af752a08cbfaf 100644
(file)
--- 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 {
git clone https://git.99rst.org/PROJECT