1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 13:10:24 +02:00

Implement search on front end

This commit is contained in:
Toby Zerner
2015-06-03 18:10:56 +09:30
parent ea510b5ea0
commit 5d89618bbd
18 changed files with 717 additions and 202 deletions

View File

@@ -169,7 +169,7 @@ body {
background: fadein(@fl-drawer-control-bg, 5%);
}
}
& .search-input:before {
& .search-input {
color: @fl-drawer-control-color;
}
& .btn-default, & .btn-default:hover {
@@ -311,12 +311,8 @@ body {
.header-secondary {
float: right;
& .search-input {
& .search-box {
margin-right: 10px;
&:focus {
width: 400px;
}
}
}
}