Fix coloring of links to external groups

The Settings > Groups page used two different colors for the links to
groups. External groups were colored with the wrong text color as
the elements use class gwt-Anchor, not gwt-InlineHyperlink.

Change-Id: I3ba096003138b0f5309ef39dd24f44b65d4e5df2
This commit is contained in:
Shawn Pearce
2013-12-07 14:10:34 -08:00
parent d7f80ca621
commit d36462a3c1

View File

@@ -534,7 +534,8 @@ a:hover {
height: 20px;
}
.changeTable a.gwt-InlineHyperlink {
.changeTable a.gwt-InlineHyperlink,
.changeTable a.gwt-Anchor {
color: #222 !important;
}