Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(files_sharing): note icon color on public pages
Signed-off-by: skjnldsv <[email protected]>
  • Loading branch information
skjnldsv committed Nov 8, 2024
commit 331b8ac9278a19b6a162685eed8de3e873560c4c
2 changes: 1 addition & 1 deletion apps/files_sharing/css/public.css

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

2 changes: 1 addition & 1 deletion apps/files_sharing/css/public.css.map

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

5 changes: 5 additions & 0 deletions apps/files_sharing/css/public.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,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
2 changes: 1 addition & 1 deletion apps/files_sharing/css/publicView.css

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

2 changes: 1 addition & 1 deletion apps/files_sharing/css/publicView.css.map

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