Commit 81b33b8d authored by Christophe Dumez's avatar Christophe Dumez

- Fixed color of text in combobox. should be #597d9b (as in html style), not #3d7474

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9326 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 26323e30
......@@ -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>
......@@ -255,6 +265,10 @@
<dictionary/>
</value>
</item>
<item>
<key> <string>alternate_font_color</string> </key>
<value> <string>#597d9b</string> </value>
</item>
<item>
<key> <string>background_color</string> </key>
<value> <string>#DAE6E6</string> </value>
......@@ -465,7 +479,7 @@ div.index_html table {\n
\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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment