diff options
author | Adam Young <ayoung@redhat.com> | 2011-02-17 14:29:09 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-02-17 14:29:09 -0500 |
commit | 1ea463eced90e25d353f8ff7c0012d9d0fc510b1 (patch) | |
tree | 8b36f722fa0f529016f43efa6abc4ae330199fc8 /install/ui | |
parent | a66b46fe4719832deabc69d4b35d77a2ae01839c (diff) | |
download | freeipa-1ea463eced90e25d353f8ff7c0012d9d0fc510b1.tar.gz freeipa-1ea463eced90e25d353f8ff7c0012d9d0fc510b1.tar.xz freeipa-1ea463eced90e25d353f8ff7c0012d9d0fc510b1.zip |
tabs2 color from white
Diffstat (limited to 'install/ui')
-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 289f19c62..44643f7d4 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -566,7 +566,7 @@ span.ui-icon-search { -moz-border-radius: 2em !important; -webkit-border-radius: 2em !important; border-radius: 2em !important; - color: white; + color: #333333; font-size: 1em; font-family: "Liberation Sans", Arial, Sans; margin: 0 0.3em; |