// fixs highlight search

This commit is contained in:
Kevin Granger
2013-11-06 19:26:22 +01:00
parent 93717e910b
commit 866e7f831b
4 changed files with 9 additions and 6 deletions
File diff suppressed because one or more lines are too long
@@ -20,6 +20,9 @@
background-color: white
border-color: #ccc!important
.highlight
background-color: #FFFF00
.badge
background-color: $secondary-color
&.badge-success
@@ -25,7 +25,7 @@
<script type="text/javascript">
$(function() {
$('body').highlight('{$query}');
$('#content .panel').highlight('{$query}');
});
</script>