mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Merge pull request #60813 from nextcloud/feat/nav-redesign-search-placeholder-contrast
feat(search): Subdue header search input placeholder
This commit is contained in:
commit
8f65f63331
3 changed files with 4 additions and 4 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;
|
||||
|
|
|
|||
4
dist/core-unified-search.js
vendored
4
dist/core-unified-search.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-unified-search.js.map
vendored
2
dist/core-unified-search.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue