data-table color changed

This commit is contained in:
Yogesh Ojha
2020-05-11 10:16:49 +05:30
parent 32802fe837
commit 06cd0dd49e
2 changed files with 4 additions and 2 deletions
@@ -10,7 +10,9 @@ Scan Engine
{% endblock custom_js_css_link %}
{% block main_content %}
<div class="col-lg-12 layout-spacing">
</div>
{% endblock main_content %}
@@ -76,7 +76,7 @@ table.dataTable {
}
.table-hover:not(.table-dark) tbody tr:hover .table-scan {
color: #2962FF;
color: #2196f3;
}
.table-edit {
@@ -88,7 +88,7 @@ table.dataTable {
}
.table-hover:not(.table-dark) tbody tr:hover .table-edit {
color: #FF6D00;
color: #e2a03f;
}
.table-delete {
color: #888ea8;