1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +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

@@ -22,3 +22,11 @@
hr {
border-top: 2px solid @fl-body-secondary-color;
}
mark {
background: #FFE300;
color: @fl-body-color;
padding: 1px;
border-radius: @border-radius-base;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}