diff options
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r-- | admin/themes/default/theme.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index f8f010e91..5bd413bc1 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1159,11 +1159,8 @@ a.group_perm { right: 5px; } -.openUserDetails { - font-size:16px; - margin-left:-8px; - cursor:pointer; -} +#userList .openUserDetails {visibility:hidden;} +#userList tr:hover .openUserDetails {visibility:visible;} .userProperties {max-width:730px;} .userPropertiesContainer {border-top:1px solid #ddd;margin-top:1em;} |