[ADD] RECRUITMENT: Pipeline search highlight

This commit is contained in:
Horilla
2023-11-07 14:41:26 +05:30
parent f313ac81d8
commit 35d00f4083

View File

@@ -1,4 +1,9 @@
{% extends 'index.html' %} {% load i18n %} {% block content %} {% load static %} {% load recruitmentfilters %}
<style>
.search-highlight{
background-color: rgba(255, 68, 0, 0.076);
}
</style>
<script>
$(document).ready(function () {
$(".pipeline-toggle").click(function (e) {