From 05e961f29f65246efafea193f8a6bcf41057f784 Mon Sep 17 00:00:00 2001
From: "xiaokong1937@gmail.com" <763691951@qq.com>
Date: Fri, 30 Sep 2016 20:50:40 +0800
Subject: [PATCH] user-group detail: fix #15
---
apps/static/css/jumpserver.css | 4 +--
apps/templates/_foot_js.html | 16 +++++-----
.../templates/users/user_group_detail.html | 30 ++++++++++++-------
apps/users/templates/users/user_list.html | 4 +++
4 files changed, 33 insertions(+), 21 deletions(-)
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 @@