mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-26 11:44:52 +02:00
data-table color changed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user