Add color to search button background

This commit is contained in:
Monochromish 2022-07-02 10:52:14 +10:00
parent 483098215e
commit da0e0c8b18
3 changed files with 10 additions and 9 deletions

View file

@ -825,9 +825,11 @@
width: 32px;
align-items: center;
margin-right: 1rem;
background: transparent;
background: rgba(100, 100, 100, 0.5);
border: none;
cursor: pointer;
border-radius: 100vmax;
box-shadow: var(--ciderShadow-Generic);
> ._svg-icon {
width: 18px;