mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-27 15:31:27 +00:00
make search bar higher contrast to see if it does anything
This commit is contained in:
parent
3aa04f278b
commit
d5d553d51a
1 changed files with 8 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
stroke: var(--color-input-placeholder);
|
stroke: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -53,6 +53,13 @@
|
||||||
padding-right: var(--spacing-small);
|
padding-right: var(--spacing-small);
|
||||||
padding-left: 2.5rem;
|
padding-left: 2.5rem;
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
|
background-color: #677e87;
|
||||||
|
color: white;
|
||||||
|
|
||||||
|
&::placeholder {
|
||||||
|
color: white;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
|
|
Loading…
Add table
Reference in a new issue