aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2024-01-11 15:08:58 +0100
committerSimon L <szaimen@e.mail.de>2024-01-11 22:36:20 +0100
commita96a7f0c82c1ca22e78c42120e104ed46b9b08aa (patch)
treea1b1cb8a3f53b0c025a39e65fb08305612bbb3ee /core/css
parent2df26608ef70e13bb35c7032e1522112d897948b (diff)
downloadnextcloud-server-a96a7f0c82c1ca22e78c42120e104ed46b9b08aa.tar.gz
nextcloud-server-a96a7f0c82c1ca22e78c42120e104ed46b9b08aa.zip
fix header-elements being not shown correctly
Signed-off-by: Simon L <szaimen@e.mail.de>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 2b87867da6e..7a0eb0546a7 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -171,6 +171,9 @@
/* Right header standard */
.header-right {
+ > .header-menu:not(.user-menu) {
+ filter: var(--background-image-invert-if-bright);
+ }
> div,
> form {
height: 100%;