Commit 277f079f authored by Christophe Dumez's avatar Christophe Dumez

- fixed listbox label line text color to match html style

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9352 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e6d7c0c3
...@@ -975,7 +975,7 @@ fieldset.bottom .field label {\n ...@@ -975,7 +975,7 @@ fieldset.bottom .field label {\n
}\n }\n
\n \n
.ListContent #listbox_label_line {\n .ListContent #listbox_label_line {\n
color: inherit;\n color: <dtml-var font_color>;\n
background-color: <dtml-var listbox_label_background_color>;\n background-color: <dtml-var listbox_label_background_color>;\n
}\n }\n
\n \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