You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2004/09/28 02:15:52 UTC

svn commit: rev 47354 - forrest/trunk/src/core/context/skins/leather-dev/css

Author: thorsten
Date: Mon Sep 27 17:15:51 2004
New Revision: 47354

Modified:
   forrest/trunk/src/core/context/skins/leather-dev/css/base-contracts.css
   forrest/trunk/src/core/context/skins/leather-dev/css/profiling.css.xslt
Log:
added searchbox profiling to leather

Modified: forrest/trunk/src/core/context/skins/leather-dev/css/base-contracts.css
==============================================================================
--- forrest/trunk/src/core/context/skins/leather-dev/css/base-contracts.css	(original)
+++ forrest/trunk/src/core/context/skins/leather-dev/css/base-contracts.css	Mon Sep 27 17:15:51 2004
@@ -81,7 +81,7 @@
 white-space: nowrap;
 text-align: right;
 color: white;
-background-color: #000000;
+background-color: #000;
 z-index:0;
 background-image: url(images/rc-t-l-5-1header-2searchbox-3searchbox.png);
 background-repeat: no-repeat;

Modified: forrest/trunk/src/core/context/skins/leather-dev/css/profiling.css.xslt
==============================================================================
--- forrest/trunk/src/core/context/skins/leather-dev/css/profiling.css.xslt	(original)
+++ forrest/trunk/src/core/context/skins/leather-dev/css/profiling.css.xslt	Mon Sep 27 17:15:51 2004
@@ -150,12 +150,12 @@
     background-color: <xsl:value-of select="@value"/>;
 }   
 </xsl:template> 
-<!--xsl:template match="color[@name='searchbox']"> 
-#top .searchbox { 
+<xsl:template match="color[@name='searchbox']"> 
+.search-input { 
     background-color: <xsl:value-of select="@value"/> ;
     color: <xsl:value-of select="@font"/>; 
 } 
-</xsl:template-->
+</xsl:template>
 
 <!--xsl:template match="color[@name='body']">
 body         { background-color: <xsl:value-of select="@value"/>;