<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 02/17/2011 12:09 PM, Adam Young wrote:
    <blockquote cite="mid:4D5D5655.3060503@redhat.com" type="cite">
      <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
      Several of the subtab text items are no longer visible:  user,
      host, netgroups on the Identity tab, self service permissions on
      the Server TAb.<br>
      <br>
      <br>
      On 02/16/2011 10:33 AM, Kyle Baker wrote:
      <blockquote
cite="mid:699545027.63935.1297870405044.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com"
        type="cite">
        <pre wrap="">Ayoung, check it out.</pre>
        <pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Freeipa-devel mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Freeipa-devel@redhat.com">Freeipa-devel@redhat.com</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/freeipa-devel">https://www.redhat.com/mailman/listinfo/freeipa-devel</a></pre>
      </blockquote>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Freeipa-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Freeipa-devel@redhat.com">Freeipa-devel@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/freeipa-devel">https://www.redhat.com/mailman/listinfo/freeipa-devel</a></pre>
    </blockquote>
    OK, found the problem, fixed, and pushed:<br>
    <br>
    commit 1ea463eced90e25d353f8ff7c0012d9d0fc510b1<br>
    Author: Adam Young <a class="moz-txt-link-rfc2396E" href="mailto:ayoung@redhat.com"><ayoung@redhat.com></a><br>
    Date:   Thu Feb 17 14:29:09 2011 -0500<br>
    <br>
        tabs2 color from white<br>
    <br>
    diff --git a/install/ui/ipa.css b/install/ui/ipa.css<br>
    index 289f19c..44643f7 100644<br>
    --- a/install/ui/ipa.css<br>
    +++ b/install/ui/ipa.css<br>
    @@ -566,7 +566,7 @@ span.ui-icon-search {<br>
         -moz-border-radius: 2em !important;<br>
            -webkit-border-radius: 2em !important;<br>
         border-radius: 2em !important;<br>
    -    color: white;<br>
    +    color: #333333;<br>
         font-size: 1em;<br>
         font-family: "Liberation Sans", Arial, Sans;<br>
            margin: 0 0.3em;<br>
    <br>
  </body>
</html>