Skip to content

Commit f6a1996

Browse files
authored
Merge pull request #49155 from nextcloud/backport/49153/stable28
2 parents 9874716 + c5ce77f commit f6a1996

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

apps/files_sharing/css/public.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_sharing/css/public.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_sharing/css/public.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ thead {
141141
border-color: rgba(0,0,0,0.3) !important;
142142
}
143143

144+
// Header note prior 31
145+
#notemenu .icon-comment-white.menutoggle {
146+
filter: var(--background-invert-if-dark);
147+
}
148+
144149
#public-upload .avatardiv {
145150
margin: 0 auto;
146151
}

apps/files_sharing/css/publicView.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_sharing/css/publicView.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)