diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 91d93acf5..d81ea3c89 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -991,7 +991,10 @@ select.styled .select_option { padding-top:2px; width:26px; } - +/* override hover for lists of site users/members */ +.members_list .entity_listing:hover { + background-color:white; +} /* *************************************** USER SETTINGS & ADMIN AREA @@ -1002,10 +1005,12 @@ select.styled .select_option { .admin_settings { margin-bottom:20px; } +/* .user_settings p, .admin_settings p { margin-bottom:6px; } +*/ .user_settings h3, .admin_settings h3 { background:#e4e4e4; |