From 913dc37e01adb6f4fe35158442ea6ed09c1f20da Mon Sep 17 00:00:00 2001
From: Fabien Morin <fabien@nexedi.com>
Date: Thu, 31 Dec 2009 08:45:35 +0000
Subject: [PATCH] add style for default search text

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31548 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/tiolive_base/erp5.css.xml                 | 7 +++++--
 bt5/tiolive_base/bt/revision                               | 2 +-
 .../portal_skins/erp5_xhtml_style/erp5.css.xml             | 3 +++
 product/ERP5/bootstrap/erp5_xhtml_style/bt/revision        | 2 +-
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml b/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml
index 29f82a3881..fd1522fee2 100644
--- a/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml
+++ b/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml
@@ -513,10 +513,13 @@ body {\n
   padding: 0;\n
   top: 0;\n
   margin-left: 3px;\n
-\twidth:132px;\t\n
-\t\n
+\twidth:132px;\n
+  color: #777777;\n
+\n
 }\n
 \n
+#fieldset-tiosearch input.input-texti:focus {color:#000000}\n
+\n
 #fieldset-tiosearch input.input-submit {\n
 \n
   width: 23px;\n
diff --git a/bt5/tiolive_base/bt/revision b/bt5/tiolive_base/bt/revision
index 6139554210..8783e30511 100644
--- a/bt5/tiolive_base/bt/revision
+++ b/bt5/tiolive_base/bt/revision
@@ -1 +1 @@
-52
\ No newline at end of file
+53
\ No newline at end of file
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
index 5f41b62c31..0c54a7f8ef 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
@@ -816,6 +816,9 @@ a.tree_closed {\n
   background-image: url(\'<dtml-var expr="portal_url()">/images/language.png\');\n
 }\n
 \n
+#search input {color:#777777;}\n
+#search input:focus {color:#000000;}\n
+\n
 #search button .image {\n
   background-image: url(\'<dtml-var expr="portal_url()">/images/search.png\');\n
 }\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index c5befbc75d..c99bf43de1 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-856
\ No newline at end of file
+858
\ No newline at end of file
-- 
2.30.9