Skip to content

Commit

Permalink
为“正在使用中”的项目添加(替换)背景颜色,深色模式主题下也不会亮瞎眼睛了
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedPartner committed Mar 23, 2023
1 parent f2dc786 commit f683f02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/luci-static/argon/css/cascade.css
Expand Up @@ -1559,6 +1559,10 @@ th h5, td h5,
th h6, td h6 {
background: var(--lighter);
}
/* Add background color for the "now in use" item */
.cbi-section-table > tbody > ._now_use {
background: #5e72e473 !important;
}
/* language fix */
body.lang_pl.node-main-login .cbi-value-title {
width: 12rem;
Expand Down
5 changes: 5 additions & 0 deletions htdocs/luci-static/argon/less/cascade.less
Expand Up @@ -1887,6 +1887,11 @@ th h6, td h6 {
background: var(--lighter);
}

/* Add background color for the "now in use" item */
.cbi-section-table>tbody>._now_use {
background: #5e72e473 !important;
}

/* language fix */
body.lang_pl.node-main-login .cbi-value-title {
width: 12rem;
Expand Down

0 comments on commit f683f02

Please sign in to comment.