[richfaces-svn-commits] JBoss Rich Faces SVN: r5093 - management/design/comboBox/markup.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Dec 28 13:47:29 EST 2007
Author: nbelaevski
Date: 2007-12-28 13:47:28 -0500 (Fri, 28 Dec 2007)
New Revision: 5093
Modified:
management/design/comboBox/markup/comboBoxNick.html
Log:
combo box design variant committed
Modified: management/design/comboBox/markup/comboBoxNick.html
===================================================================
--- management/design/comboBox/markup/comboBoxNick.html 2007-12-28 18:29:00 UTC (rev 5092)
+++ management/design/comboBox/markup/comboBoxNick.html 2007-12-28 18:47:28 UTC (rev 5093)
@@ -8,9 +8,9 @@
.cb_font{ font-size : 11px/*generalSizeFont*/; font-family : arial/*generalFamilyFont*/; color : #000000/*generalTextColor*/}
.cb_shell{ position : relative;}
.cb_field{ position : absolute; top : 0px; left : 0; padding-right :20px; 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) rgb(255, 255, 255) rgb(190, 214, 248); } /*panelBorderColor*/
+background-repeat:repeat-x; border-color: #BED6F8 rgb(255, 255, 255) #BED6F8 rgb(190, 214, 248); } /*panelBorderColor*/
.cb_strut{ position : relative; visibility : hidden; margin : 0px; padding : 2px;}
-.cb_button{ position : absolute; top : 0px; right : 0; width : 17px; margin : 0px; border : 1px solid #c0c0c0; border-color: #BED6F8 rgb(190, 214, 248) rgb(255, 255, 255) rgb(190, 214, 248); } /*panelBorderColor*/
+.cb_button{ position : absolute; top : 0px; right : 0; width : 17px; 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*/
.cb_button_bg_press{ background : url(images/bg_press.png) repeat-x bottom #C7D7EC} /*gradient - from tabBackgroundColor to generalBackgroundColor, background-color - tabBackgroundColor*/
.cb_button_arrow{ background : url(images/down.gif) center no-repeat; cursor : pointer;}
More information about the richfaces-svn-commits
mailing list