Commit 194fa5cf authored by Christophe Dumez's avatar Christophe Dumez

- Fixed text color in combobox (menus)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9322 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 596bc6ae
...@@ -456,6 +456,11 @@ div.index_html table {\n ...@@ -456,6 +456,11 @@ div.index_html table {\n
float: left;\n float: left;\n
}\n }\n
\n \n
#context_bar select,\n
#main_bar select {\n
color: <dtml-var font_color>;\n
}\n
\n
#main_bar .second,\n #main_bar .second,\n
#context_bar .second {\n #context_bar .second {\n
float: right;\n float: right;\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