Commit 2f2c7e70 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

2008/12/17 kazuhiko

* display a readonly textarea as a normal text block.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24933 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b9ef1dfc
......@@ -463,6 +463,11 @@ input#hidden_button {\n
float: left;\n
}\n
\n
textarea[readonly] {\n
background-color:inherit;\n
border:inherit;\n
}\n
\n
a, a:visited, a:focus {\n
background-color: inherit;\n
color: <dtml-var link_color>;\n
......
637
\ No newline at end of file
638
\ No newline at end of file
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