[richfaces-svn-commits] JBoss Rich Faces SVN: r5698 - trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jan 29 08:34:17 EST 2008


Author: abelevich
Date: 2008-01-29 08:34:16 -0500 (Tue, 29 Jan 2008)
New Revision: 5698

Modified:
   trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
Log:
Apply combo ecological styling

Modified: trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
===================================================================
--- trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss	2008-01-29 13:27:04 UTC (rev 5697)
+++ trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss	2008-01-29 13:34:16 UTC (rev 5698)
@@ -23,8 +23,10 @@
 	left : 0; 
 	padding-left :3px; 
 	margin : 0px; 
+	border-style: groove;
 	border-width: 1px; 
-	border-color : #000000;
+	border-left-color: #000000; 
+	border-top-color: #000000;
 	background-position:left top;
 	background-repeat:repeat-x; 
 }
@@ -35,9 +37,11 @@
 	top : 0px; 
 	left : 0; 
 	padding-left :3px; 
-	margin : 0px; 
+	margin : 0px;
+	border-style: groove;
 	border-width: 1px; 
-	border-color : #000000;
+	border-left-color: #000000; 
+	border-top-color: #000000;
 	background-position:left top;
 	background-repeat:repeat-x;  
 }
@@ -48,9 +52,11 @@
 	top : 0px; 
 	left : 0; 
 	padding-left :3px; 
-	margin : 0px; 
+	margin : 0px;
+	border-style: groove;
 	border-width: 1px; 
-	border-color : #000000;
+	border-left-color: #000000; 
+	border-top-color: #000000;
 	background-position:left top;
 	background-repeat:repeat-x; 
 } 
@@ -116,7 +122,10 @@
 	padding-left : 0px; 
 	padding-right : 0px; 
 	margin : 0px; 
-	border : 1px solid #c0c0c0; 
+	border-style: groove;
+	border-right-color: #000000; 
+	border-bottom-color: #000000;
+	border-width: 1px;
 }
 
 .rich-combobox-button-disabled {
@@ -127,7 +136,11 @@
 	padding-left : 0px; 
 	padding-right : 0px; 
 	margin : 0px; 
-	border : 1px solid #c0c0c0; 
+	border-style: groove;
+	border-right-color: #000000; 
+	border-bottom-color: #000000;
+	border-width:1px;
+
 }
 
 .rich-combobox-button-inactive {
@@ -138,7 +151,11 @@
 	padding-left : 0px; 
 	padding-right : 0px; 
 	margin : 0px; 
-	border : 1px solid #c0c0c0; 
+	border-style: groove;
+	border-right-color: #000000; 
+	border-bottom-color: #000000;
+	border-width:1px;
+
 }
 
 .rich-combobox-button-background { 
@@ -237,20 +254,26 @@
 	</u:selector>
 	
 	<u:selector name=".rich-combobox-button-hovered">
-		<u:style name="border-color" skin="selectControlColor"/>
+		<u:style name="border-top-color" skin="selectControlColor"/>
+		<u:style name="border-bottom-color" skin="selectControlColor"/>
+		<u:style name="border-left-color" skin="selectControlColor"/>
+		<u:style name="border-right-color" skin="selectControlColor"/>
 	</u:selector>
 	
 	<u:selector name=".rich-combobox-button">
-		<u:style name="border-color" skin="panelBorderColor"/>
+		<u:style name="border-top-color" skin="panelBorderColor"/>
+		<u:style name="border-left-color" skin="panelBorderColor"/>
 	</u:selector>
 	
 	<u:selector name=".rich-combobox-button-inactive">
-		<u:style name="border-color" skin="panelBorderColor"/>
+		<u:style name="border-top-color" skin="panelBorderColor"/>
+		<u:style name="border-left-color" skin="panelBorderColor"/>
 	</u:selector>
 	
 	<u:selector name=".rich-combobox-button-disabled">
-		<u:style name="border-color" skin="panelBorderColor"/>
-	</u:selector>
+		<u:style name="border-top-color" skin="panelBorderColor"/>
+		<u:style name="border-left-color" skin="panelBorderColor"/>
+	</u:selector> 
 	
 	<u:selector name=".rich-combobox-font">
 		<u:style name="font-size" skin="generalSizeFont"/>
@@ -271,17 +294,20 @@
 	
 	<u:selector name=".rich-combobox-input">
 		<u:style name="background-color" skin="controlBackgroundColor"/>
-		<u:style name="border-color" skin="panelBorderColor"/>
+		<u:style name="border-bottom-color" skin="panelBorderColor"/>
+		<u:style name="border-right-color" skin="panelBorderColor"/> 
 	</u:selector>
 	
 	<u:selector name=".rich-combobox-input-disabled">
 		<u:style name="background-color" skin="controlBackgroundColor"/>
-		<u:style name="border-color" skin="panelBorderColor"/>
+		<u:style name="border-bottom-color" skin="panelBorderColor"/>
+		<u:style name="border-right-color" skin="panelBorderColor"/> 
 	</u:selector>
 
 	<u:selector name=".rich-combobox-input-inactive">
 		<u:style name="background-color" skin="controlBackgroundColor"/>
-		<u:style name="border-color" skin="panelBorderColor"/>
+		<u:style name="border-bottom-color" skin="panelBorderColor"/> 
+		<u:style name="border-right-color" skin="panelBorderColor"/> 	
 	</u:selector>
 		
 	<u:selector name=".rich-combobox-item">




More information about the richfaces-svn-commits mailing list