[Vtigercrm-commits] [vtiger-commits] r9865 - /vtigercrm/branches/5.0.3/themes/alphagrey/style.css

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Nov 20 08:17:07 EST 2006


Author: richie
Date: Mon Nov 20 06:17:02 2006
New Revision: 9865

Log:
color-indication added for incoming and deleted mails

Modified:
    vtigercrm/branches/5.0.3/themes/alphagrey/style.css

Modified: vtigercrm/branches/5.0.3/themes/alphagrey/style.css
==============================================================================
--- vtigercrm/branches/5.0.3/themes/alphagrey/style.css (original)
+++ vtigercrm/branches/5.0.3/themes/alphagrey/style.css Mon Nov 20 06:17:02 2006
@@ -1622,12 +1622,40 @@
 
 .unread_email {
 	font-weight:bold;
-}
-
+        background-color:#00FF00;
+}
+.delete_email {
+	font-weight:bold;
+        background-color:#FF5151;
+
+}
+
+.mailSelected {
+	font-family:  Arial, Helvetica, sans-serif;
+	font-weight:bold;
+	font-size: 11px;
+	padding-left:10px;
+	padding-right:10px;
+	padding-top:2px;
+	padding-bottom:2px;
+	
+}
+.mailSelected:hover {
+	background:#E1DCB3 url(images/tabSelectedBg.gif) repeat-x;
+	background-color:#1F5EFF;
+	font-family:  Arial, Helvetica, sans-serif;
+	font-weight:bold;
+	font-size: 11px;
+	padding-left:10px;
+	padding-right:10px;
+	padding-top:2px;
+	padding-bottom:2px;
+	
+}
 								    
 /* MY SITES */
 
-.unread_email {
+.unread_email:hover {
 	font-weight:bold;
 }
 





More information about the vtigercrm-commits mailing list