[dev] Theme Green modif

Serge Grondin SGrondin at csbf.qc.ca
Sat Aug 2 06:46:02 PDT 2003


Hi,

I do a little change in the theme "Green" for the class "item" in Horde
and class "unseen" in IMP to be more clear. The old value was nearly
identical when there is an unseen message next to the header of the
column in the mailbox view.

The diff is attached.

Thanks.
-- 
Serge Grondin
Technicien en Informatique
Commission Scolaire des Bois-Francs
Tel. bur.:   (819) 758-6453, poste 2920
e-Mail bur.: SGrondin at csbf.qc.ca
-------------- next part --------------
Index: html-green.php
===================================================================
RCS file: /repository/horde/config/themes/html-green.php,v
retrieving revision 1.4
diff -u -r1.4 html-green.php
--- html-green.php      20 May 2003 19:34:03 -0000      1.4
+++ html-green.php      2 Aug 2003 13:24:56 -0000
@@ -31,7 +31,7 @@
 
 $css['.control']['background-color'] = '#FFD368';
 
-$css['.item']['background-color'] = '#F7E0AA';
+$css['.item']['background-color'] = '#F4d793';
 
 $css['.button']['color'] = 'black';
 $css['.button']['background-color'] = '#FBA208';


Index: html-green.php
===================================================================
RCS file: /repository/imp/config/themes/html-green.php,v
retrieving revision 1.4
diff -u -r1.4 html-green.php
--- html-green.php      20 Jul 2002 17:37:25 -0000      1.4
+++ html-green.php      2 Aug 2003 13:24:26 -0000
@@ -11,7 +11,7 @@
 
 $css['.important']['background-color'] = '#F78E8E';
 
-$css['.unseen']['background-color'] = '#F8DBA9';
+$css['.unseen']['background-color'] = '#FAE4C0';
 $css['.unseen-hi']['background-color'] = '#F4E2C2';
 
 $css['.answered']['background-color'] = '#6FD992';


More information about the dev mailing list