[Vtigercrm-commits] [vtiger-commits] r9866 - /vtigercrm/branches/5.0.3/themes/woodspice/style.css
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Nov 20 08:17:19 EST 2006
Author: richie
Date: Mon Nov 20 06:17:15 2006
New Revision: 9866
Log:
color-indication added for incoming and deleted mails
Modified:
vtigercrm/branches/5.0.3/themes/woodspice/style.css
Modified: vtigercrm/branches/5.0.3/themes/woodspice/style.css
==============================================================================
--- vtigercrm/branches/5.0.3/themes/woodspice/style.css (original)
+++ vtigercrm/branches/5.0.3/themes/woodspice/style.css Mon Nov 20 06:17:15 2006
@@ -1662,18 +1662,45 @@
text-align:left;
background-color:#FFFFFF;
}
-
.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 {
- font-weight:bold;
-}
+.unread_email:hover {
+ font-weight:bold;
+}
+
.tagCloud {
More information about the vtigercrm-commits
mailing list