[richfaces-svn-commits] JBoss Rich Faces SVN: r4728 - in branches/3.1.x/ui: orderingList/src/main/resources/org/richfaces/renderkit/html/css and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Dec 11 12:32:22 EST 2007


Author: sergeyhalipov
Date: 2007-12-11 12:32:22 -0500 (Tue, 11 Dec 2007)
New Revision: 4728

Modified:
   branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss
   branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss
Log:
Some colors changed for ordering components.

Modified: branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss
===================================================================
--- branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss	2007-12-11 17:16:02 UTC (rev 4727)
+++ branches/3.1.x/ui/listShuttle/src/main/resources/org/richfaces/renderkit/html/css/listShuttle.xcss	2007-12-11 17:32:22 UTC (rev 4728)
@@ -21,6 +21,7 @@
 	padding : 0px 2px;
 	border-style: solid;
 	border-left:0;
+	font-weight: normal;
 }
 
 .rich-shuttle-internal-tab {
@@ -143,6 +144,7 @@
 	border-left: 0;
 	white-space: nowrap;
 	padding : 2px;
+	font-weight: normal;
 }
 
 .rich-shuttle-source-cell, .rich-shuttle-target-cell {
@@ -182,11 +184,10 @@
 		<u:style name="color" skin="headerTextColor" />
 		<u:style name="font-family" skin="headerFamilyFont" />
 		<u:style name="font-size" skin="headerSizeFont" />
-		<u:style name="font-weight" skin="headerWeightFont" />
 		<u:style name="border-width" skin="tableBorderWidth" />
 		<u:style name="border-top-color" skin="subBorderColor" />
-		<u:style name="border-bottom-color" skin="panelBorderColor" />
-		<u:style name="border-right-color" skin="panelBorderColor" />
+		<u:style name="border-bottom-color" skin="tableBorderColor" />
+		<u:style name="border-right-color" skin="tableBorderColor" />
 </u:selector>
 
 <u:selector name=".rich-shuttle-header-tab-cell-last">
@@ -197,10 +198,9 @@
 		<u:style name="color" skin="headerTextColor" />
 		<u:style name="font-family" skin="headerFamilyFont" />
 		<u:style name="font-size" skin="headerSizeFont" />
-		<u:style name="font-weight" skin="headerWeightFont" />
 		<u:style name="border-width" skin="tableBorderWidth" />
 		<u:style name="border-top-color" skin="subBorderColor" />
-		<u:style name="border-bottom-color" skin="panelBorderColor" />
+		<u:style name="border-bottom-color" skin="tableBorderColor" />
 	</u:selector>
 	
 <u:selector name=".rich-list-shuttle-button">
@@ -255,7 +255,6 @@
 		<u:style name="color" skin="headerTextColor" />
 		<u:style name="font-family" skin="headerFamilyFont" />
 		<u:style name="font-size" skin="headerSizeFont" />
-		<u:style name="font-weight" skin="headerWeightFont" />
 	</u:selector>
 	
 	<u:selector name=".rich-shuttle-source-cell-last, .rich-shuttle-target-cell-last">
@@ -264,7 +263,7 @@
 	
 	<u:selector name=".rich-shuttle-source-items, .rich-shuttle-target-items">
 		<u:style name="background-color" skin="generalBackgroundColor" />
-		<u:style name="border-color" skin="panelBorderColor" />
+		<u:style name="border-color" skin="tableBorderColor" />
 		<u:style name="border-width" skin="tableBorderWidth" />
 		<u:style name="border-style" value="solid" />
 	</u:selector>
@@ -280,12 +279,12 @@
 		<u:style name="font-family" skin="generalFamilyFont" />
 	</u:selector>
 	<u:selector name=".rich-shuttle-source-cell-active, .rich-shuttle-target-cell-active" >
-		<u:style name="border-top-color" skin="selectControlColor" />
-		<u:style name="border-bottom-color" skin="selectControlColor" />
+		<u:style name="border-top-color" skin="generalTextColor" />
+		<u:style name="border-bottom-color" skin="generalTextColor" />
 	</u:selector>
 	
 	<u:selector name=".rich-shuttle-control-disabled, .rich-shuttle-control-top, .rich-shuttle-control-bottom, .rich-shuttle-control-up, .rich-shuttle-control-down, .rich-shuttle-control-copyall, .rich-shuttle-control-copy, .rich-shuttle-control-remove, .rich-shuttle-control-removeall">
-		<u:style name="border-color" skin="panelBorderColor" />
+		<u:style name="border-color" skin="tableBorderColor" />
 	</u:selector>
 	
 	<u:selector name=".rich-list-shuttle-button-content">

Modified: branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss
===================================================================
--- branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss	2007-12-11 17:16:02 UTC (rev 4727)
+++ branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss	2007-12-11 17:32:22 UTC (rev 4728)
@@ -146,13 +146,15 @@
 .rich-ordering-list-table-header-cell {
 	background : none top left repeat-x;
 	border-style: solid solid solid none;
-	padding : 2px;
+	padding : 2px;
+	font-weight: normal;
 }
 
 .rich-ordering-list-table-header-cell-last {
 	border-style: solid solid solid none;
 	border-right: 0;
 	white-space: nowrap;
+	font-weight: normal;
 }
 
 .rich-ordering-list-cell {
@@ -234,12 +236,11 @@
 		<u:style name="color" skin="headerTextColor" />
 		<u:style name="font-family" skin="headerFamilyFont" />
 		<u:style name="font-size" skin="headerSizeFont" />
-		<u:style name="font-weight" skin="headerWeightFont" />
 		<u:style name="border-width" skin="tableBorderWidth" />
 		<u:style name="border-top-color" skin="subBorderColor" />
-		<u:style name="border-bottom-color" skin="panelBorderColor" />
-		<u:style name="border-right-color" skin="panelBorderColor" />
-		<u:style name="border-left-color" skin="panelBorderColor" />
+		<u:style name="border-bottom-color" skin="tableBorderColor" />
+		<u:style name="border-right-color" skin="tableBorderColor" />
+		<u:style name="border-left-color" skin="tableBorderColor" />
 	</u:selector>
 	
 	<u:selector name=".rich-ordering-list-table-header-cell-last">
@@ -250,21 +251,20 @@
 		<u:style name="color" skin="headerTextColor" />
 		<u:style name="font-family" skin="headerFamilyFont" />
 		<u:style name="font-size" skin="headerSizeFont" />
-		<u:style name="font-weight" skin="headerWeightFont" />
 		<u:style name="border-width" skin="tableBorderWidth" />
 		<u:style name="border-top-color" skin="subBorderColor" />
-		<u:style name="border-bottom-color" skin="panelBorderColor" />
-		<u:style name="border-left-color" skin="panelBorderColor" />
+		<u:style name="border-bottom-color" skin="tableBorderColor" />
+		<u:style name="border-left-color" skin="tableBorderColor" />
 	</u:selector>
 	
 	<u:selector name=".rich-ordering-list-items">
 		<u:style name="background-color" skin="generalBackgroundColor" />
-		<u:style name="border-color" skin="panelBorderColor" />
+		<u:style name="border-color" skin="tableBorderColor" />
 	</u:selector>
 	
 	<u:selector name=".rich-ordering-list-output">
 		<u:style name="background-color" skin="generalBackgroundColor" />
-		<u:style name="border-color" skin="panelBorderColor" />
+		<u:style name="border-color" skin="tableBorderColor" />
 	</u:selector>
 	
 	<u:selector name=".rich-ordering-list-cell, .rich-ordering-list-cell *">
@@ -287,25 +287,13 @@
 	<u:selector name=".rich-ordering-list-cell-active">
 		<u:style name="font-size" skin="generalSizeFont" />
 		<u:style name="font-family" skin="generalFamilyFont" />
-		<u:style name="border-top-color" skin="selectControlColor" />
-		<u:style name="border-bottom-color" skin="selectControlColor" />
+		<u:style name="border-top-color" skin="generalTextColor" />
+		<u:style name="border-bottom-color" skin="generalTextColor" />
 	</u:selector>
 	
-	<u:selector name=".rich-ordering-control-disabled">
-		<u:style name="border-color" skin="panelBorderColor" />
+	<u:selector name=".rich-ordering-control-disabled, .rich-ordering-control-top, .rich-ordering-control-bottom, .rich-ordering-control-up, .rich-ordering-control-down">
+		<u:style name="border-color" skin="tableBorderColor" />
 	</u:selector>
-	<u:selector name=".rich-ordering-control-top">
-		<u:style name="border-color" skin="panelBorderColor" />
-	</u:selector>
-	<u:selector name=".rich-ordering-control-bottom">
-		<u:style name="border-color" skin="panelBorderColor" />
-	</u:selector>
-	<u:selector name=".rich-ordering-control-up">
-		<u:style name="border-color" skin="panelBorderColor" />
-	</u:selector>
-	<u:selector name=".rich-ordering-control-down">
-		<u:style name="border-color" skin="panelBorderColor" />
-	</u:selector>
 	
 	<u:selector name=".rich-ordering-list-button-content">
 		<u:style name="font-family" skin="headerFamilyFont" />




More information about the richfaces-svn-commits mailing list