mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 16:46:50 +01:00
Fix: global search text illegible in light mode (#6602)
This commit is contained in:
parent
190b648c72
commit
fda4742e86
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ form {
|
||||||
transition: all .3s ease, padding-left 0s ease, background-color 0s ease; // Safari requires all
|
transition: all .3s ease, padding-left 0s ease, background-color 0s ease; // Safari requires all
|
||||||
> input {
|
> input {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
color: var(--pngx-primary-text-contrast);
|
||||||
|
|
||||||
&::placeholder {
|
&::placeholder {
|
||||||
color: rgba(255, 255, 255, 0.4);
|
color: rgba(255, 255, 255, 0.4);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue