diff options
Diffstat (limited to 'mod')
| -rw-r--r-- | mod/profile/views/default/profile/css.php | 10 | 
1 files changed, 7 insertions, 3 deletions
| 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 */ | 
