diff --git a/apps/static/css/jumpserver.css b/apps/static/css/jumpserver.css
index 6b2639daf..4bfc4324c 100644
--- a/apps/static/css/jumpserver.css
+++ b/apps/static/css/jumpserver.css
@@ -79,7 +79,7 @@ th a {
}
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
- background-color: #1ab394;
+ background-color: #1ab394 !important;
}
table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
@@ -88,7 +88,7 @@ table.dataTable tbody tr.selected td i.text-navy,
table.dataTable tbody th.selected td i.text-navy,
table.dataTable tbody td.selected td i.text-navy
{
- color: white;
+ color: white !important;
}
.m-0 {
diff --git a/apps/templates/_foot_js.html b/apps/templates/_foot_js.html
index 04bac17dd..660e6c434 100644
--- a/apps/templates/_foot_js.html
+++ b/apps/templates/_foot_js.html
@@ -8,12 +8,12 @@
diff --git a/apps/users/templates/users/user_group_detail.html b/apps/users/templates/users/user_group_detail.html
index 878ed3050..4f380542f 100644
--- a/apps/users/templates/users/user_group_detail.html
+++ b/apps/users/templates/users/user_group_detail.html
@@ -12,18 +12,21 @@