[richfaces-svn-commits] JBoss Rich Faces SVN: r6263 - management/design/standardComponent.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Feb 21 11:45:41 EST 2008


Author: admitriev
Date: 2008-02-21 11:45:41 -0500 (Thu, 21 Feb 2008)
New Revision: 6263

Modified:
   management/design/standardComponent/advanced.css
Log:


Modified: management/design/standardComponent/advanced.css
===================================================================
--- management/design/standardComponent/advanced.css	2008-02-21 16:17:57 UTC (rev 6262)
+++ management/design/standardComponent/advanced.css	2008-02-21 16:45:41 UTC (rev 6263)
@@ -1,4 +1,4 @@
-button[type="button"], input[type="reset"], input[type="submit"], input[type="button"] {
+*|button {
 		border-width: 1px; 
 		border-color : #BED6F8 /*panelBorderColor*/; 
 		font-size: 11px /*generalSizeFont*/;
@@ -10,6 +10,32 @@
 		background-position : top left;
 }
 
+button[type="button"], button[type="reset"], button[type="submit"], input[type="reset"], input[type="submit"], input[type="button"] {
+		border-width: 1px; 
+		border-color : #BED6F8 /*panelBorderColor*/; 
+		font-size: 11px /*generalSizeFont*/;
+		font-family: verdana /*generalFamilyFont*/; 
+		color : #000000 /*headerTextColor*/;
+		background-color : #BED6F8 /*headerBackgroundColor*/;
+		background-image : url(btn_bg.gif)/*from headerGradientColor to headerBackgroundColor, width generalSizeFont*/;
+		background-repeat : repeat-x;
+		background-position : top left;
+}
+
+
+*|textarea{
+		border-width: 1px; 
+		border-style : inset;
+		border-color : #BED6F8 /*panelBorderColor*/; 
+		font-size: 11px /*generalSizeFont*/;
+		font-family: verdana /*generalFamilyFont*/; 
+		color : #000000 /*controlTextColor*/;
+		background-color : #FFFFFF /*controlBackgroundColor*/;
+		background-image : url(input_bg.gif)/*from additionalBackgroundColor to controlBackgroundColor, width generalSizeFont*/;
+		background-repeat : no-repeat;
+		background-position : 1px 1px;
+	}
+
 textarea[type="textarea"], input[type="text"], input[type="password"], select{
 		border-width: 1px; 
 		border-style : inset;




More information about the richfaces-svn-commits mailing list