Added search function to main pages

This commit is contained in:
2019-08-30 19:11:51 +02:00
parent 6d2bc4c33b
commit 73536f54a5
6 changed files with 55 additions and 12 deletions

View File

@@ -169,4 +169,10 @@ th.meta {
height: 2.4rem;
line-height: 2.4rem;
color: rgba(255,255,255,0.87)!important;
}
input#SearchInput {
height: 3.6rem;
border-left: 11px solid white;
margin-left: -11px;
margin-top: 9px;
}