diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-08-15 08:50:51 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-08-15 14:04:40 +0000 |
commit | f7067a1f083162bffd4e9c1fe8ba97f222787c25 (patch) | |
tree | 892d42916330ace3e6d9e92278c88f30181cfa32 /install/ui/ipa.css | |
parent | 7d77afd0f8b2d58f3efd5d02ff5978ffeb405edf (diff) | |
download | freeipa-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
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r-- | 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 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; |