Skip to content

Commit

Permalink
优化暗色模式下,各接口的创建/分配防火墙区域中的不指定和新建的背景颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedPartner committed Mar 26, 2023
1 parent 3b07975 commit 15970f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions htdocs/luci-static/argon/css/dark.css
Expand Up @@ -462,6 +462,12 @@ select {
background-color: #3c3c3c;
}

/* Fix firewall zone: "unspecified -or- create: " background color (dark mode only) */
div[onclick$="._fwzone_new').checked=true"] {
border: 1px solid #3c3c3c;
background-color: transparent !important;
}

/* Fix/add background color of wireless signal strength badge for dark mode */
td>.ifacebadge,
.td>.ifacebadge {
Expand Down
6 changes: 6 additions & 0 deletions htdocs/luci-static/argon/less/dark.less
Expand Up @@ -531,6 +531,12 @@ select {
background-color: #3c3c3c;
}

/* Fix firewall zone: "unspecified -or- create: " background color (dark mode only) */
div[onclick$="._fwzone_new').checked=true"] {
border: 1px solid #3c3c3c;
background-color: transparent !important;
}

/* Fix/add background color of wireless signal strength badge for dark mode */
td>.ifacebadge,
.td>.ifacebadge {
Expand Down

0 comments on commit 15970f1

Please sign in to comment.