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]>

Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
skjnldsv authored and nextcloud-command committed Nov 8, 2024
commit c5ce77f4ebc045d4ac683479d14aecf0ba859f83
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 @@ -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
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.