Skip to content

Commit

Permalink
将textarea与其他选框对齐
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedPartner committed Jun 25, 2023
1 parent e3fe392 commit f048381
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htdocs/luci-static/argon/css/cascade.css
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,9 @@ textarea {
border-radius: 0.375rem !important;
vertical-align: middle;
}
.cbi-value .cbi-value-field textarea {
margin: 0.25rem;
}
/* change */
.uci-change-list {
font-family: monospace;
Expand Down
4 changes: 4 additions & 0 deletions htdocs/luci-static/argon/less/cascade.less
Original file line number Diff line number Diff line change
Expand Up @@ -1246,6 +1246,10 @@ textarea {
vertical-align: middle;
}

.cbi-value .cbi-value-field textarea {
margin: 0.25rem;
}

/* change */
.uci-change-list {
font-family: monospace;
Expand Down

0 comments on commit f048381

Please sign in to comment.