From f7067a1f083162bffd4e9c1fe8ba97f222787c25 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 15 Aug 2011 08:50:51 -0500 Subject: 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 --- install/ui/ipa.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 4079fb33e..9f94d470b 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -939,7 +939,7 @@ span.attrhint { .ui-widget-content { } -a { +a, .ui-widget-content a { text-decoration: none; color: #1d85d5; font-weight: normal; -- cgit