// fixs highlight search
This commit is contained in:
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user