summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-15 08:50:51 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-08-15 14:04:40 +0000
commitf7067a1f083162bffd4e9c1fe8ba97f222787c25 (patch)
tree892d42916330ace3e6d9e92278c88f30181cfa32
parent7d77afd0f8b2d58f3efd5d02ff5978ffeb405edf (diff)
downloadfreeipa-f7067a1f083162bffd4e9c1fe8ba97f222787c25.tar.gz
freeipa-f7067a1f083162bffd4e9c1fe8ba97f222787c25.tar.xz
freeipa-f7067a1f083162bffd4e9c1fe8ba97f222787c25.zip
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
-rw-r--r--install/ui/ipa.css2
1 files changed, 1 insertions, 1 deletions
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;