Skip to content

Commit

Permalink
重做:改进 描述文本[description] 的字体颜色,指定文本字体颜色,并提高不透明度
Browse files Browse the repository at this point in the history
避免影响 描述文本[description] 中,跟随 自定义主色调 的 链接[link] 和 强调文本<em> 的可读性
  • Loading branch information
SpeedPartner committed May 16, 2023
1 parent b57901c commit 4c2f45e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
3 changes: 2 additions & 1 deletion htdocs/luci-static/argon/css/cascade.css
Original file line number Diff line number Diff line change
Expand Up @@ -2491,7 +2491,8 @@ form > .cbi-map > .cbi-section > .cbi-section-node > .cbi-value > .cbi-value-fie
content: "\f059";
}
.cbi-value-description {
color: #999999;
color: #8d8d8d;
opacity: 0.8;
font-size: small;
padding: 0.5rem;
}
Expand Down
4 changes: 0 additions & 4 deletions htdocs/luci-static/argon/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,6 @@ th h6, td h6 {
background-color: #252526;
}

.cbi-value-description {
color: #707070 !important;
}

.cbi-value-title {
color: #ccc;
}
Expand Down
3 changes: 2 additions & 1 deletion htdocs/luci-static/argon/less/cascade.less
Original file line number Diff line number Diff line change
Expand Up @@ -3021,7 +3021,8 @@ form>.cbi-map>.cbi-section>.cbi-section-node>.cbi-value>.cbi-value-field font {
}

.cbi-value-description {
color: #999999;
color: #8d8d8d;
opacity: 0.8;
font-size: small;
padding: 0.5rem;
}
Expand Down
4 changes: 0 additions & 4 deletions htdocs/luci-static/argon/less/dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,6 @@ th h6, td h6 {
background-color: #252526;
}

.cbi-value-description {
color: #707070 !important;
}

.cbi-value-title {
color: #ccc;
}
Expand Down

0 comments on commit 4c2f45e

Please sign in to comment.