Skip to content

Commit

Permalink
追加:自定义[暗色模式]主色调,对 登录页面[sysauth] 中 用户名 和 密码 输入框的底部线条颜色生效
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedPartner committed May 13, 2023
1 parent 9a65619 commit 78a748a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/luci-static/argon/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ body {
color: #adb5bd;
}

.login-page .login-container .login-form .form-login .input-group .border {
border-bottom: 1px var(--dark-primary) solid;
}

.login-page .login-container .login-form .form-login .input-group input {
background-color: transparent !important;
color: #adb5bd;
Expand Down
4 changes: 4 additions & 0 deletions htdocs/luci-static/argon/less/dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ body {
color: #adb5bd;
}

.border {
border-bottom: 1px var(--dark-primary) solid;
}

input {
background-color: transparent !important;
color: #adb5bd;
Expand Down

0 comments on commit 78a748a

Please sign in to comment.