mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix header-elements being not shown correctly
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
83149237be
commit
1152bfcecc
2 changed files with 4 additions and 0 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
|
|
@ -208,6 +208,7 @@ $header-icon-size: 20px;
|
|||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
letter-spacing: -0.5px;
|
||||
filter: var(--background-image-invert-if-bright);
|
||||
}
|
||||
|
||||
&:hover,
|
||||
|
|
|
|||
Loading…
Reference in a new issue