Skip to content

Commit

Permalink
Mini Fix
Browse files Browse the repository at this point in the history
Adding `cursor: pointer;` to `#conversation-settings-button`.
  • Loading branch information
mbumpalumpa committed Dec 31, 2024
1 parent 26da12a commit 284c8b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/css/humhub.mail.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
#conversation-settings-button {
padding: 6px;
font-size: 12px;
cursor: pointer;
}
#mail-filter-root {
margin-top: 5px;
Expand Down
1 change: 1 addition & 0 deletions resources/css/humhub.mail.less
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
#conversation-settings-button {
padding: 6px;
font-size: 12px;
cursor: pointer;
}

#mail-filter-root {
Expand Down
2 changes: 1 addition & 1 deletion resources/css/humhub.mail.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 284c8b7

Please sign in to comment.