aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-24 15:35:48 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-24 15:35:48 +0000
commitf56c4ae4c881345e0a11d1f24a2e6a06668fb0ca (patch)
treeff80a467e923019af13ecb2b62f2b7d57d023ba3 /mod/profile/views/default/profile/css.php
parentf25a8c580c5cdd465a1568ed27b486f9c4761651 (diff)
downloadelgg-f56c4ae4c881345e0a11d1f24a2e6a06668fb0ca.tar.gz
elgg-f56c4ae4c881345e0a11d1f24a2e6a06668fb0ca.tar.bz2
UI updates to users links and admin menu on profile pages
git-svn-id: http://code.elgg.org/elgg/trunk@6172 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views/default/profile/css.php')
-rw-r--r--mod/profile/views/default/profile/css.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php
index f864e8002..73074ac30 100644
--- a/mod/profile/views/default/profile/css.php
+++ b/mod/profile/views/default/profile/css.php
@@ -200,10 +200,13 @@ img.medium {
cursor:pointer;
}
.owner_block_links ul.admin_menu li a {
- background-color: red;
- color:white;
+ background-color: white;
+ color:red;
margin-bottom:0;
}
+.owner_block_links ul.admin_menu li a:hover {
+ color:black;
+}
.owner_block_links ul.admin_menu li ul.admin_menu_options li a {
color:red;
background-color:white;