[richfaces-svn-commits] JBoss Rich Faces SVN: r5488 - management/design/comboBox/markup.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jan 21 07:43:10 EST 2008


Author: admitriev
Date: 2008-01-21 07:43:10 -0500 (Mon, 21 Jan 2008)
New Revision: 5488

Modified:
   management/design/comboBox/markup/ComboBox_Strict.html
Log:


Modified: management/design/comboBox/markup/ComboBox_Strict.html
===================================================================
--- management/design/comboBox/markup/ComboBox_Strict.html	2008-01-21 12:42:02 UTC (rev 5487)
+++ management/design/comboBox/markup/ComboBox_Strict.html	2008-01-21 12:43:10 UTC (rev 5488)
@@ -9,7 +9,7 @@
 .cb_font{ font-size : 11px/*generalSizeFont*/; font-family : arial/*generalFamilyFont*/; color : #000000/*generalTextColor*/} 
 .cb_shell{ position : relative;}
 .cb_field{ width : 240px; position : absolute; top : 0px; left : 0; padding-left :3px; margin : 0px; border : 1px solid #c0c0c0; background-image: url(SpinnerFieldGradient.gif); background-position:left top;
-background-repeat:repeat-x; border-color: #BED6F8 rgb(255, 255, 255) #BED6F8 rgb(190, 214, 248); } /*panelBorderColor*/
+background-repeat:repeat-x; border-color: #BED6F8 rgb(255, 255, 255) #BED6F8 rgb(190, 214, 248); background-color : #FFFFFF; /*controlBackgroundColor*/} /*panelBorderColor*/
 .cb_strut{ width : 240px; position : relative; visibility : hidden; padding-left :3px; margin : 0px; border : 1px solid #c0c0c0; margin : 0px; border : 1px solid #c0c0c0;}
 .cb_button{ position : absolute; top : 0px; right : 0; width : 17px; padding-left : 0px; padding-right : 0px; margin : 0px; border : 1px solid #c0c0c0; border-color: #BED6F8 rgb(190, 214, 248) #BED6F8 rgb(190, 214, 248); } /*panelBorderColor*/
 .cb_button_bg{ background : url(images/bg_btn.png) top  repeat-x #C7D7EC;} /*gradient - from generalBackgroundColor to tabBackgroundColor, background-color - tabBackgroundColor*/
@@ -35,7 +35,7 @@
 
 <div class="cb_width_list cb_font cb_shell">
 	<div class="cb_list_cord"></div>
-	<div class="cb_width_field cb_font cb_shell" style="background : red">
+	<div class="cb_width_field cb_font cb_shell">
 		<input type="Text" value="Input text or select option" class="cb_width_field cb_font cb_field">
 		<input readonly="" type="Text" value="" class="cb_button cb_font cb_button_bg">
 		<input readonly="" type="Text" value="" class="cb_button cb_font cb_button_arrow" onmouseover="this.className='cb_button cb_font cb_button_arrow cb_button_select'" onmouseout="this.className='cb_button cb_font cb_button_arrow'">




More information about the richfaces-svn-commits mailing list