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:
@@ -534,7 +534,8 @@ a:hover {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.changeTable a.gwt-InlineHyperlink {
|
||||
.changeTable a.gwt-InlineHyperlink,
|
||||
.changeTable a.gwt-Anchor {
|
||||
color: #222 !important;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user