Commit 913dc37e authored by Fabien Morin's avatar Fabien Morin

add style for default search text

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31548 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 22a7e472
...@@ -513,10 +513,13 @@ body {\n ...@@ -513,10 +513,13 @@ body {\n
padding: 0;\n padding: 0;\n
top: 0;\n top: 0;\n
margin-left: 3px;\n margin-left: 3px;\n
\twidth:132px;\t\n \twidth:132px;\n
\t\n color: #777777;\n
\n
}\n }\n
\n \n
#fieldset-tiosearch input.input-texti:focus {color:#000000}\n
\n
#fieldset-tiosearch input.input-submit {\n #fieldset-tiosearch input.input-submit {\n
\n \n
width: 23px;\n width: 23px;\n
......
52 53
\ No newline at end of file \ No newline at end of file
...@@ -816,6 +816,9 @@ a.tree_closed {\n ...@@ -816,6 +816,9 @@ a.tree_closed {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/language.png\');\n background-image: url(\'<dtml-var expr="portal_url()">/images/language.png\');\n
}\n }\n
\n \n
#search input {color:#777777;}\n
#search input:focus {color:#000000;}\n
\n
#search button .image {\n #search button .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/search.png\');\n background-image: url(\'<dtml-var expr="portal_url()">/images/search.png\');\n
}\n }\n
......
856 858
\ No newline at end of file \ 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