From 3ed138ea9a6e715932ca00975cfe26fc4ee47324 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 3 Apr 2007 14:23:08 +0000 Subject: [PATCH] Monotone-Parent: e6b25218a29c18cea9fd023419cb8ebf2c44eed1 Monotone-Revision: e45b2b02d2644ca45f53476d13a648ca71e4e361 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-03T14:23:08 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ContactsUI.css | 2 +- UI/WebServerResources/MailerUI.css | 2 +- UI/WebServerResources/SchedulerUI.css | 4 ++-- UI/WebServerResources/UIxAttendeesEditor.css | 2 +- UI/WebServerResources/UIxContactEditor.css | 2 +- UI/WebServerResources/generic.css | 14 +++++++------- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index 172d13a6a..557a98e29 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -315,7 +315,7 @@ DIV.contactSelection left: 0px; right: 0px; text-align: right; - background: #dbdad5; + background: #d4d0c8; border-top: 1px solid #fffffb; border-left: 0px; border-right: 0px; diff --git a/UI/WebServerResources/MailerUI.css b/UI/WebServerResources/MailerUI.css index 4a27af53b..be24c1a02 100644 --- a/UI/WebServerResources/MailerUI.css +++ b/UI/WebServerResources/MailerUI.css @@ -313,7 +313,7 @@ table.mailer_fieldtable overflow-x: hidden; height: 6.5em; border-bottom: 1px solid #808080; - background: #dbdad5; + background: #d4d0c8; } div.mailer_mailcontent diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index abc6070b9..0279dbf7b 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -306,7 +306,7 @@ TABLE#appointmentsList TR._selected TD UL._unfocused > LI._selected, TABLE._unfocused#appointmentsList TR._selected TD { - background: #dbdad5 !important;; + background: #d4d0c8 !important;; color: #fff !important;; } @@ -319,7 +319,7 @@ SPAN.weeksHeader, SPAN.monthsHeader { display: block; white-space: nowrap; - background: #dbdad5; + background: #d4d0c8; overflow: hidden; width: 100%; margin: 0px; diff --git a/UI/WebServerResources/UIxAttendeesEditor.css b/UI/WebServerResources/UIxAttendeesEditor.css index f8592b78a..865d314dd 100644 --- a/UI/WebServerResources/UIxAttendeesEditor.css +++ b/UI/WebServerResources/UIxAttendeesEditor.css @@ -33,7 +33,7 @@ TABLE#freeBusy TD.attendees margin: 0px; width: 11em; border: 0px !important; - background: #dbdad5 !important; + background: #d4d0c8 !important; overflow: hidden; left: 0px; } diff --git a/UI/WebServerResources/UIxContactEditor.css b/UI/WebServerResources/UIxContactEditor.css index 9fa6d6c80..043fb657b 100644 --- a/UI/WebServerResources/UIxContactEditor.css +++ b/UI/WebServerResources/UIxContactEditor.css @@ -36,7 +36,7 @@ SPAN.caption border-left: 2px solid #fffffb; border-bottom: 2px solid #888; border-right: 2px solid #888; - background-color: #dbdad5; + background-color: #d4d0c8; -moz-border-top-colors: -moz-buttonhoverface ThreeDHighlight; -moz-border-left-colors: -moz-buttonhoverface ThreeDHighlight; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent; diff --git a/UI/WebServerResources/generic.css b/UI/WebServerResources/generic.css index 4169c19c1..c58770e09 100644 --- a/UI/WebServerResources/generic.css +++ b/UI/WebServerResources/generic.css @@ -12,7 +12,7 @@ BODY color: #000000; font-family: Bitstream VeraSans, Tahoma; font-size: 10pt; - background-color: #dbdad5; + background-color: #d4d0c8; border: 0px; margin: 0px; padding: 0px; @@ -325,7 +325,7 @@ INPUT.button border-left: 2px solid #fffffb; border-bottom: 2px solid #888; border-right: 2px solid #888; - background-color: #dbdad5; + background-color: #d4d0c8; -moz-border-top-colors: -moz-buttonhoverface ThreeDHighlight; -moz-border-left-colors: -moz-buttonhoverface ThreeDHighlight; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent; @@ -356,8 +356,8 @@ DIV#toolbar margin: 0px; padding: 0px; /* background: #f00; - */ height: 4em; - background-color: #dbdad5; + */ height: 4.2m; + background-color: #d4d0c8; white-space: nowrap; overflow: auto; } @@ -624,7 +624,7 @@ td.tbtv_subject_headercell DIV.dragHandle { position: absolute; z-index: 1; - background: #dbdad5; } + background: #d4d0c8; } DIV.dragHandle:active { background: #99a; } @@ -745,7 +745,7 @@ DIV.tabsContainer { position: relative; color: #000; - background: #dbdad5; + background: #d4d0c8; margin-top: 1.5em; border-top: 2px solid #fffffb; border-left: 2px solid #fffffb; @@ -787,7 +787,7 @@ DIV.tabsContainer > UL LI.active DIV.tabsContainer > UL LI.active { z-index: 5; - background: #dbdad5; + background: #d4d0c8; padding-top: 2px; padding-bottom: 2px; margin-top: -2px; }