Skip to content

Commit

Permalink
排除在 警告信息框[alert-message] 和 未保存的配置[UNSAVED CHANGES] 中应用 文本阴影[text-shadow]
Browse files Browse the repository at this point in the history
以避免影响文本可读性
  • Loading branch information
SpeedPartner committed May 17, 2023
1 parent 6c916af commit 7c9b29a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion htdocs/luci-static/argon/css/cascade.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ a:active {
color: var(--default);
text-decoration: none;
}
a:-webkit-any-link:not(.main-left a):not(li a):not(.brand):not(.login-container footer .ftc a) {
a:-webkit-any-link:not(.main-left a):not(li a):not(.brand):not(.pull-right a):not(.alert-message a):not(.login-container footer .ftc a) {
color: -webkit-link;
cursor: pointer;
color: var(--primary);
Expand Down
2 changes: 1 addition & 1 deletion htdocs/luci-static/argon/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ h3 {
background: #333333;
}

a:-webkit-any-link:not(.main-left a):not(li a):not(.brand):not(.login-container footer .ftc a) {
a:-webkit-any-link:not(.main-left a):not(li a):not(.brand):not(.pull-right a):not(.alert-message a):not(.login-container footer .ftc a) {
color: var(--dark_webkit-any-link) !important;
text-shadow: 1px 1px 2px #000 !important;
}
Expand Down
2 changes: 1 addition & 1 deletion htdocs/luci-static/argon/less/cascade.less
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ a:active {
text-decoration: none;
}

a:-webkit-any-link:not(.main-left a):not(li a):not(.brand):not(.login-container footer .ftc a) {
a:-webkit-any-link:not(.main-left a):not(li a):not(.brand):not(.pull-right a):not(.alert-message a):not(.login-container footer .ftc a) {
color: -webkit-link;
cursor: pointer;
color: var(--primary);
Expand Down
2 changes: 1 addition & 1 deletion htdocs/luci-static/argon/less/dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ h3 {
background: #333333;
}

a:-webkit-any-link:not(.main-left a):not(li a):not(.brand):not(.login-container footer .ftc a) {
a:-webkit-any-link:not(.main-left a):not(li a):not(.brand):not(.pull-right a):not(.alert-message a):not(.login-container footer .ftc a) {
color: var(--dark_webkit-any-link) !important;
text-shadow: 1px 1px 2px #000 !important;
}
Expand Down

0 comments on commit 7c9b29a

Please sign in to comment.