diff --git a/common/css/default.css b/common/css/default.css index 89235f616..c4e567ca7 100644 --- a/common/css/default.css +++ b/common/css/default.css @@ -118,14 +118,14 @@ h6 { top:0px; z-index:1003; visibility:hidden; - border:1px solid #DDDDDD; + border:1px solid #555555; background-color:#FFFFFF; width:100px; padding:3px; } #membermenuarea .item { - border-bottom:1px dotted #DDDDDD; + border-bottom:1px dotted #999999; height:14px; padding:3px; margin-bottom:3px; @@ -140,3 +140,10 @@ h6 { color:#777777; text-decoration:none; } + +#membermenuarea A:hover { + color:#777777; + text-decoration:none; + font-weight:bold; + +}