Fixed link style in dialog box.

The general link style defined in ipa.css was overriden by a more
specific rule in jquery-ui.css. So the style has been modified to
include the more specific rule.

Ticket #1623
This commit is contained in:
Endi S. Dewata
2011-08-15 14:04:40 +00:00
parent 7d77afd0f8
commit f7067a1f08
+1 -1
View File
@@ -939,7 +939,7 @@ span.attrhint {
.ui-widget-content {
}
a {
a, .ui-widget-content a {
text-decoration: none;
color: #1d85d5;
font-weight: normal;