Skip to content

Commit

Permalink
fix(files_sharing): note icon color on public pages
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <[email protected]>

[skip ci]
  • Loading branch information
skjnldsv authored and backportbot[bot] committed Nov 8, 2024
1 parent 6da3286 commit 1755176
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/files_sharing/css/public.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ thead {
border-color: rgba(0,0,0,0.3) !important;
}

// Header note prior 31
#notemenu .icon-comment-white.menutoggle {
filter: var(--background-invert-if-dark);
}

#public-upload .avatardiv {
margin: 0 auto;
}
Expand Down

0 comments on commit 1755176

Please sign in to comment.