Skip to content

Commit

Permalink
补充:缩小 所有textarea的滚动条大小
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedPartner committed Jun 7, 2023
1 parent 828c36b commit d0d7678
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion htdocs/luci-static/argon/css/cascade.css
Expand Up @@ -2172,7 +2172,8 @@ td > table > tbody > tr > td {
}
.tabs::-webkit-scrollbar,
.cbi-section::-webkit-scrollbar,
.cbi-section > *::-webkit-scrollbar {
.cbi-section > *::-webkit-scrollbar,
textarea::-webkit-scrollbar {
width: 5px;
height: 5px;
}
Expand Down
3 changes: 2 additions & 1 deletion htdocs/luci-static/argon/less/cascade.less
Expand Up @@ -2687,7 +2687,8 @@ td>table>tbody>tr>td {
}

.cbi-section::-webkit-scrollbar,
.cbi-section > *::-webkit-scrollbar {
.cbi-section > *::-webkit-scrollbar,
textarea::-webkit-scrollbar {
width: 5px;
height: 5px;
}
Expand Down

0 comments on commit d0d7678

Please sign in to comment.