fixed search panel background

This commit is contained in:
Eugene Pankov
2019-07-02 20:40:07 +02:00
parent 20a1ae3374
commit a146505c5a
2 changed files with 7 additions and 7 deletions

View File

@@ -31,4 +31,4 @@
ngbTooltip='Whole word',
placement='bottom'
)
i.fa.fa-fw.fa-square
i.fa.fa-fw.fa-text-width

View File

@@ -3,7 +3,7 @@
width: 400px;
align-self: center;
z-index: 5;
padding: 5px;
padding: 10px;
border-radius: 0 0 3px 3px;
background: rgba(0, 0, 0, .25);
background: rgba(0, 0, 0, .75);
}