From 7944a55480860fa156d948216d6b387b459bfc92 Mon Sep 17 00:00:00 2001
From: kurund <kurund@civicrm.org>
Date: Thu, 21 Nov 2013 01:09:55 +0530
Subject: [PATCH] fixed the display of contact values in contact overlay

---
 css/civicrm.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/css/civicrm.css b/css/civicrm.css
index 8615c68ddc..dca08991fb 100644
--- a/css/civicrm.css
+++ b/css/civicrm.css
@@ -2877,6 +2877,7 @@ div a.helpicon:focus {
 #crm-container .crm-tooltip table,
 #crm-container .crm-tooltip table tr td {
   border: none;
+  color: #FFF;
 }
 .crm-container .crm-tooltip .crm-summary-group {
   width: 700px;
@@ -2913,8 +2914,6 @@ div a.helpicon:focus {
   margin-left: 41%;
 }
 
-
-
 /* Class for tokens and helpicon */
 .crm-container .helpIcon {
   float: right;
-- 
GitLab