Add color to search button background
This commit is contained in:
parent
483098215e
commit
da0e0c8b18
3 changed files with 10 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue