Monotone-Parent: fca59961590bbf184dfb399f12a4508e3a2daf83

Monotone-Revision: 2b4b3166fde94aa23081f426fb0b81c34f751ff3

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-11-12T22:12:40
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2010-11-12 22:12:40 +00:00
parent a0ef422a0a
commit cd1f7bdd2a
2 changed files with 12 additions and 11 deletions

1
NEWS
View File

@ -11,6 +11,7 @@
- improved performance of live-loading of messages in the webmail interface - improved performance of live-loading of messages in the webmail interface
- fixed a bug that would not identify which calendars must be excluded from the - fixed a bug that would not identify which calendars must be excluded from the
freebusy information freebusy information
- increased the contrast ratio of input/select/textarea fields
1.3-20101019 (1.3.3) 1.3-20101019 (1.3.3)
-------------------- --------------------

View File

@ -9,7 +9,7 @@ BODY
left: 0px; left: 0px;
right: 0px; right: 0px;
bottom: 0px; bottom: 0px;
color: #535D6D; color: #262B33;
font-family: Lucida Grande, Bitstream VeraSans, Tahoma; font-family: Lucida Grande, Bitstream VeraSans, Tahoma;
font-size: 8pt; font-size: 8pt;
background-color: #E6E7E6; background-color: #E6E7E6;
@ -52,7 +52,7 @@ A
-moz-outline: 0px; } -moz-outline: 0px; }
LABEL LABEL
{ color: #535D6D; { color: #262B33;
white-space: nowrap; white-space: nowrap;
margin-left: .5em; } margin-left: .5em; }
@ -79,7 +79,7 @@ a:hover
.defaultfont .defaultfont
{ text-decoration: none; { text-decoration: none;
color: #535D6D; } color: #262B33; }
.window_label .window_label
{ color: #06348b; { color: #06348b;
@ -87,7 +87,7 @@ a:hover
.homepagefont .homepagefont
{ text-decoration: none; { text-decoration: none;
color: #535D6D; } color: #262B33; }
/* header */ /* header */
@ -103,7 +103,7 @@ div#header img.headerlogo
height: 30px; } height: 30px; }
div#header div#headerhistory div#header div#headerhistory
{ color: #535D6D; { color: #262B33;
margin: 0px; margin: 0px;
padding-top: 18px; padding-top: 18px;
height: 12px; } height: 12px; }
@ -167,7 +167,7 @@ SELECT
margin: 2px; margin: 2px;
padding-right: 1px; padding-right: 1px;
background-color: #CCDDEC; background-color: #CCDDEC;
color: #535D6D; } color: #262B33; }
DIV.contactSelector DIV.contactList DIV.contactSelector DIV.contactList
{ font-size: smaller; { font-size: smaller;
@ -188,7 +188,7 @@ DIV.contactSelector DIV.contactList
z-index: 1000; z-index: 1000;
top: -1000px; top: -1000px;
background-color: #E6E7E6; background-color: #E6E7E6;
color: #535D6D; color: #262B33;
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
border-top: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF;
@ -443,7 +443,7 @@ DIV.javascriptMessagePseudoTopWindow
border-bottom: 2px solid #888; border-bottom: 2px solid #888;
padding: 1em; padding: 1em;
margin: 0px auto; margin: 0px auto;
color: #535D6D; color: #262B33;
background-color: #E6E7E6; background-color: #E6E7E6;
-moz-border-bottom-colors: #000 #9c9a94 transparent; -moz-border-bottom-colors: #000 #9c9a94 transparent;
-moz-opacity: 1.0; -moz-opacity: 1.0;
@ -651,7 +651,7 @@ TEXTAREA
border-bottom: 1px solid #EFF0EF; border-bottom: 1px solid #EFF0EF;
border-right: 1px solid #EFF0EF; border-right: 1px solid #EFF0EF;
background-color: #CCDDEC; background-color: #CCDDEC;
color: #535D6D; } color: #262B33; }
INPUT[disabled], INPUT[readonly], INPUT[disabled], INPUT[readonly],
SELECT[disabled], SELECT[readonly], SELECT[disabled], SELECT[readonly],
@ -784,7 +784,7 @@ SPAN.caption
text-align: center; text-align: center;
cursor: default; cursor: default;
background-color: #E6E7E6; background-color: #E6E7E6;
color: #535D6D; color: #262B33;
width: auto; width: auto;
padding: .25em; padding: .25em;
margin-left: 7px; margin-left: 7px;
@ -856,7 +856,7 @@ DIV.tabsContainer > UL LI.first
DIV.tabsContainer > DIV.tabs DIV.tabsContainer > DIV.tabs
{ position: absolute; { position: absolute;
color: #535D6D; color: #262B33;
background-color: #E6E7E6; background-color: #E6E7E6;
border: 1px solid #9B9B9B; border: 1px solid #9B9B9B;
top: 23px; top: 23px;