Bug 30952: Fix background of search header
Issue #3 Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
874e4d4708
commit
3f80e68b06
1 changed files with 1 additions and 1 deletions
|
@ -2107,7 +2107,7 @@ li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchheader {
|
.searchheader {
|
||||||
background-color: transparent;
|
background-color: #f3f4f4;
|
||||||
border: 1px solid #696969;
|
border: 1px solid #696969;
|
||||||
border-radius: 5px 5px 5px 5px;
|
border-radius: 5px 5px 5px 5px;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
|
|
Loading…
Reference in a new issue