@@ -42,10 +42,10 @@ a.coderRatingRed:hover, a.coderRatingYellow:hover, a.coderRatingBlue:hover, a.co
42
42
text-decoration : none !important ;
43
43
}
44
44
.coderRatingRed : hover , .coderRatingYellow : hover , .coderRatingBlue : hover , .coderRatingGreen : hover , .coderRatingGrey : hover , .coderRatingNone : hover , .topcoderAdmin : hover {
45
- text-decoration : underline !important ;
45
+ text-decoration : none !important ;
46
46
}
47
47
.coderRatingRed : active , .coderRatingYellow : active , .coderRatingBlue : active , .coderRatingGreen : active , .coderRatingGrey : active , .coderRatingNone : active , .topcoderAdmin : active {
48
- text-decoration : underline !important ;
48
+ text-decoration : none !important ;
49
49
}
50
50
51
51
/* Red */
@@ -108,6 +108,18 @@ a.coderRatingRed:hover, a.coderRatingYellow:hover, a.coderRatingBlue:hover, a.co
108
108
.Flyout .Flyout a .topcoderAdmin , .Flyout .Flyout a .topcoderAdmin : link , .Flyout .Flyout a .topcoderAdmin : visited , .Flyout .Flyout a .topcoderAdmin : hover , .Flyout .Flyout a .topcoderAdmin : active ,
109
109
.userContent p a .topcoderAdmin , .userContent p a .topcoderAdmin : link , .userContent p a .topcoderAdmin : visited , .userContent p a .topcoderAdmin : hover , .userContent p a .topcoderAdmin : active { color : # ff9900 !important ; }
110
110
111
+ a : hover span .topcoderHandle {
112
+ text-decoration : underline;
113
+ }
114
+
115
+ a span .challengeRoles {
116
+ color : black;
117
+ }
118
+
119
+ a : hover span .challengeRoles {
120
+ text-decoration : underline;
121
+ }
122
+
111
123
112
124
/* Search breadcrumbs css style */
113
125
.Media-Location .Breadcrumbs {
0 commit comments