From f05a92d4e0df4edcc50eb1f3aa62641d6675186a Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 22 Jan 2009 15:53:51 +0000 Subject: jquery framework and avatar menu updated git-svn-id: https://code.elgg.org/elgg/trunk@2601 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/css.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'mod') diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php index f4704b32a..9e3457cc4 100644 --- a/mod/profile/views/default/profile/css.php +++ b/mod/profile/views/default/profile/css.php @@ -66,10 +66,10 @@ div.usericon a.icon img { border-bottom:solid 1px #dddddd; color: #4690d6; margin:0 !important; - background:#ffffff !important; + /* background:#ffffff !important; */ } .usericon div.sub_menu h3:hover { - background:#cccccc !important; + /* background:#cccccc !important; */ } .user_menu_addfriend, @@ -89,7 +89,11 @@ div.usericon a.icon img { border-top:solid 1px #dddddd; } .user_menu_admin a { - color:#cc0033; + color:red; +} +.user_menu_admin a:hover { + color:white !important; + background:red !important; } /* Banned user */ -- cgit v1.2.3