[Vtigercrm-commits] [vtiger-commits] r9867 - /vtigercrm/branches/5.0.3/themes/bluelagoon/style.css

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


Author: richie
Date: Mon Nov 20 06:17:23 2006
New Revision: 9867

Log:
color-indication added for incoming and deleted mails

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

Modified: vtigercrm/branches/5.0.3/themes/bluelagoon/style.css
==============================================================================
--- vtigercrm/branches/5.0.3/themes/bluelagoon/style.css (original)
+++ vtigercrm/branches/5.0.3/themes/bluelagoon/style.css Mon Nov 20 06:17:23 2006
@@ -1594,16 +1594,25 @@
 
 .unread_email {
 	font-weight:bold;
+        background-color:#00FF00;
+
 }
 
 								    
 /* MY SITES */
 
-.unread_email {
-	font-weight:bold;
-}
-
-
+.unread_email:hover{
+	font-weight:bold;
+}
+
+
+.delete_email {
+	font-weight:bold;
+        background-color:#FF5151;
+
+}
+
+								    
 .tagCloud {
     border:1px solid #aaf;
 }
@@ -2209,4 +2218,25 @@
 }
 
 /* Recalculate Disable Ends */
-
+.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;
+	
+}





More information about the vtigercrm-commits mailing list