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 Pushed under one-liner rule. -- Endi S. Dewata
From 2cccc34bf969b4e0f7ad46bd60b8b0709256364b Mon Sep 17 00:00:00 2001 From: Endi S. Dewata <[email protected]> Date: Mon, 15 Aug 2011 08:50:51 -0500 Subject: [PATCH] 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 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 4079fb33e293fb443433eb11ceb8f876ff810136..9f94d470b12f3643a65fa03ae5a8f1384d551510 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; -- 1.7.5.1
_______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
