feat(search): Subdue header search input placeholder

The header search placeholder now reads as a hint rather than
competing visually with the icon and surrounding header items.

Refs: nextcloud/server#59888
Signed-off-by: nfebe <fenn25.fn@gmail.com>
This commit is contained in:
nfebe 2026-05-28 14:43:49 +01:00
parent e29038414d
commit 6b6f129c67

View file

@ -98,7 +98,7 @@ const placeholderText = t('core', 'Search apps, files, tags, messages …')
-webkit-backdrop-filter: var(--filter-background-blur);
backdrop-filter: var(--filter-background-blur);
box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.12);
color: var(--color-background-plain-text);
color: color-mix(in srgb, var(--color-background-plain-text) 70%, var(--color-background-plain));
cursor: pointer;
text-align: center;
font: inherit;