diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index 73554d475..e5233728e 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -911,7 +911,7 @@ update_selection_content(); display:none; position: relative; width: 223px; - top: -20px; + top: -30px; min-height: 100%; } @@ -1126,14 +1126,6 @@ update_selection_content(); cursor:pointer; } -.user-first-col:hover { - background-color:#FFC276; -} - -.user-first-col:hover span{ - color: #000; -} - .user-container-checkbox.user-list-checkbox { margin-bottom:0px; } diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index c636517e1..ff4428975 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -4941,6 +4941,17 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; background-color:#F3F3F3; } +.user-first-col:hover { + background-color:#FFC276; +} + +.user-first-col:hover .icon-pencil { + color: #000; +} +.user-first-col:hover .select-checkbox { + color: #000; +} + #advanced_filter_button, #advanced-filter-container { background-color:#F3F3F3; } diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 8e52ae532..6c1195dc2 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1147,6 +1147,25 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; background-color:#333; } +.user-first-col:hover { + border: solid #ffa646 2px; + box-sizing: border-box; + + background-color:transparent; +} + +.user-first-col:hover .icon-pencil { + color: #ffa646; +} +.user-first-col:hover .select-checkbox { + border: solid #ffa646 2px !important; + background-color: #ffa646 !important; +} +.user-first-col .select-checkbox { + border: solid #ffa646 2px !important; + background-color: transparent !important; +} + #advanced_filter_button, #advanced-filter-container { background-color:#333; }