Skip to content

Commit

Permalink
💄 后退和前进按钮在不可点击时候颜色优化 #121
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed Nov 18, 2024
1 parent 3208429 commit 3811d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style/theme/Tsundoku_green.css
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ div[data-subtype='t'][data-type='NodeList'] {
/* 前进后退disable颜色更改 */
.toolbar__item--disabled,
.toolbar__item--disabled:hover {
color: #b6cab9;
color: #758e79;
cursor: not-allowed;
}

Expand Down
2 changes: 1 addition & 1 deletion style/theme/Tsundoku_light.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
/* 前进后退disable颜色更改 */
.toolbar__item--disabled,
.toolbar__item--disabled:hover {
color: #acb7b7;
color: #929d9d;
cursor: not-allowed;
}

Expand Down

0 comments on commit 3811d38

Please sign in to comment.