mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
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:
parent
e29038414d
commit
6b6f129c67
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue