Why does the text in the selected element not appear yellow like the "char_t" link above, even though they have the same class? It seems like it should be yellow based on the inspector, but it's not displaying as such on the actual page. This issue is specifically observed in Firefox 27.
List of all rules found in the inspector:
element {
}
td.paramtype a, td.memname a {
font-weight: bold;
text-shadow: 0px 0px 1px #544A00;
color: #FFDF00;
}
a.el {
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
a.el {
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
a {
color: #FF409F;
font-weight: normal;
text-decoration: none;
}
a {
color: #50A000;
font-weight: normal;
text-decoration: none;
}
.memname td {
font-family: "Comic Sans MS";
font-weight: normal;
}
.paramtype {
white-space: nowrap;
}
.paramtype {
white-space: nowrap;
}
.memname {
font-weight: bold;
}
.memname {
font-weight: bold;
}
body, table, div, p, dl {
font: 14px/21px "Verdana","DejaVu Sans",sans-serif;
letter-spacing: 0.125px;
}
body, table, div, p, dl {
font: 400 14px/22px Roboto,sans-serif;
}
table.mlabels {
border-spacing: 0px;
}
table.mlabels {
border-spacing: 0px;
}
.memproto, dl.reflist dt {
text-shadow: 0px 0px 1px #80FF00;
color: #2A5400;
font-weight: normal;
font-size: 125%;
}
.memproto, dl.reflist dt {
color: #2B5600;
font-weight: bold;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
}
body {
color: #000;
}
body {
color: #000;
}
Access the page source here