diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index 743ad3d72..8acddc2a0 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -456,7 +456,7 @@ $(".icon-help-circled").tipTip({
- +

{* #permitActionUserList *} @@ -1076,7 +1076,7 @@ $(".icon-help-circled").tipTip({ .user-header-username{ width: 20%; - max-width: 210px; + max-width: 195px; } .user-container-username { width: 20%; @@ -2338,6 +2338,10 @@ Advanced filter background-color: #ffa646 !important; } +.selectable .user-first-col:hover { + background-color: transparent; +} + .selectable .user-container-select { border: none; }