[Erp5-report] r9322 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Aug 22 15:50:38 CEST 2006
Author: chris
Date: Tue Aug 22 15:50:36 2006
New Revision: 9322
URL: http://svn.erp5.org?rev=9322&view=rev
Log:
- Fixed text color in combobox (menus)
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=9322&r1=9321&r2=9322&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 15:50:36 2006
@@ -456,6 +456,11 @@
float: left;\n
}\n
\n
+#context_bar select,\n
+#main_bar select {\n
+ color: <dtml-var font_color>;\n
+}\n
+\n
#main_bar .second,\n
#context_bar .second {\n
float: right;\n
More information about the Erp5-report
mailing list