mirror of
https://github.com/nextcloud/server.git
synced 2026-04-05 17:16:55 -04:00
Merge pull request #35639 from nextcloud/backport/35222/stable25
[stable25] Fix contrast of global search headings
This commit is contained in:
commit
e4f6bfe42f
3 changed files with 7 additions and 7 deletions
|
|
@ -740,7 +740,7 @@ $input-padding: 6px;
|
|||
label[for="unified-search__input"] {
|
||||
align-self: flex-start;
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
font-size: 19px;
|
||||
margin-left: 13px;
|
||||
}
|
||||
}
|
||||
|
|
@ -837,10 +837,10 @@ $input-padding: 6px;
|
|||
display: block;
|
||||
margin: $margin;
|
||||
margin-bottom: $margin - 4px;
|
||||
margin-left: $margin + $input-padding;
|
||||
margin-left: 13px;
|
||||
color: var(--color-primary-element);
|
||||
font-weight: normal;
|
||||
font-size: 18px;
|
||||
font-size: 19px;
|
||||
font-weight: bold;
|
||||
}
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
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