Skip to content

Commit

Permalink
移除textarea的阴影。在luci18.6上的其他输入框没有阴影
Browse files Browse the repository at this point in the history
  • Loading branch information
yhl452493373 committed Jun 21, 2023
1 parent 0b928e1 commit 17341bb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion htdocs/luci-static/argon/css/cascade.css
Expand Up @@ -1042,7 +1042,6 @@ textarea {
font-family: var(--font-family-monospace) !important;
font-size: inherit;
color: black;
box-shadow: inset 0 1px 3px rgb(124 124 124 / 30%);
border-radius: 0.375rem !important;
vertical-align: middle;
}
Expand Down
1 change: 0 additions & 1 deletion htdocs/luci-static/argon/css/dark.css
Expand Up @@ -455,7 +455,6 @@ textarea {
border: 1px solid #3c3c3c !important;
background-color: #1e1e1e;
color: #ccc;
box-shadow: inset 0 1px 3px rgb(0 0 0 / 30%);
}

.cbi-section-remove:nth-of-type(2n),
Expand Down
1 change: 0 additions & 1 deletion htdocs/luci-static/argon/less/cascade.less
Expand Up @@ -1242,7 +1242,6 @@ textarea {
font-family: var(--font-family-monospace) !important;
font-size: inherit;
color: black;
box-shadow: inset 0 1px 3px rgb(124 124 124 / 30%);
border-radius: 0.375rem !important;
vertical-align: middle;
}
Expand Down
1 change: 0 additions & 1 deletion htdocs/luci-static/argon/less/dark.less
Expand Up @@ -524,7 +524,6 @@ textarea {
border: 1px solid #3c3c3c !important;
background-color: #1e1e1e;
color: #ccc;
box-shadow: inset 0 1px 3px rgb(0 0 0 / 30%);
}

.cbi-section-remove:nth-of-type(2n),
Expand Down

0 comments on commit 17341bb

Please sign in to comment.