[Erp5-report] r9326 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Aug 22 16:22:57 CEST 2006


Author: chris
Date: Tue Aug 22 16:22:54 2006
New Revision: 9326

URL: http://svn.erp5.org?rev=9326&view=rev
Log:
- Fixed color of text in combobox. should be #597d9b (as in html style), not #3d7474

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml?rev=9326&r1=9325&r2=9326&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml Tue Aug 22 16:22:54 2006
@@ -246,6 +246,16 @@
                       <value> <string>string</string> </value>
                   </item>
                 </dictionary>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>alternate_font_color</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
               </tuple>
             </value>
         </item>
@@ -254,6 +264,10 @@
             <value>
               <dictionary/>
             </value>
+        </item>
+        <item>
+            <key> <string>alternate_font_color</string> </key>
+            <value> <string>#597d9b</string> </value>
         </item>
         <item>
             <key> <string>background_color</string> </key>
@@ -465,7 +479,7 @@
 \n
 #context_bar select,\n
 #main_bar select {\n
-  color: <dtml-var font_color>;\n
+  color: <dtml-var alternate_font_color>;\n
 }\n
 \n
 #main_bar .second,\n




More information about the Erp5-report mailing list