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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jan 17 07:59:20 EST 2008


Author: admitriev
Date: 2008-01-17 07:59:20 -0500 (Thu, 17 Jan 2008)
New Revision: 5448

Modified:
   management/design/progressBar/markup/ProgressBar.html
Log:


Modified: management/design/progressBar/markup/ProgressBar.html
===================================================================
--- management/design/progressBar/markup/ProgressBar.html	2008-01-17 12:39:36 UTC (rev 5447)
+++ management/design/progressBar/markup/ProgressBar.html	2008-01-17 12:59:20 UTC (rev 5448)
@@ -13,15 +13,15 @@
 .pbar_bar_height{height : 16px;}
 .pbar_bar_width{width : 200px}
 
-.pbar_bar_uploaded{width : 99px; height : 100%; background : #FF9409; background-image : url(images/bg_ProgressBar.png);background-repeat : repeat-x;}
-.pbar_bar_shell{margin-bottom : 2px; background : #F1F1F1; border : 1px solid #cccccc;}
+.pbar_bar_uploaded{width : 99px; height : 100%; background : #FF9409/*selectControlColor*/; background-image : url(images/bg_ProgressBar.png);background-repeat : repeat-x;}
+.pbar_bar_shell{margin-bottom : 2px; background : #FFFFFF /*controlBackgroundColor*/; border : 1px solid #c0c0c0/*panelBorderColor*/;}
 
-.pbar_bar_perm{margin-bottom : 2px;background : #FF9409; border : 1px solid #cccccc; background-image : url(images/bg_ProgressBar_perm.gif);background-repeat : repeat-x;}
+.pbar_bar_perm{margin-bottom : 2px;background : #FF9409/*selectControlColor*/; border : 1px solid #c0c0c0/*panelBorderColor*/; background-image : url(images/bg_ProgressBar_perm.gif);background-repeat : repeat-x;}
 
-.pbar_bar_uploaded_dig{width : 99px; overflow : hidden; position : absolute; border : 1px solid #cccccc;}
+.pbar_bar_uploaded_dig{width : 99px; overflow : hidden; position : absolute; border : 1px solid #c0c0c0/*panelBorderColor*/;}
 .pbar_bar_shell_dig{position : relative; margin-bottom : 2px;}
-.pbar_bar_track_dig{background : #F1F1F1; text-align : center; border : 1px solid #cccccc; color : #000000; font-weight : bold; position : absolute;}
-.pbar_bar_ststusline_dig{background : #FF9409; text-align : center; color : #FFFFFF;; font-weight : bold; background-image : url(images/bg_ProgressBar.png);background-repeat : repeat-x; position : absolute;}
+.pbar_bar_track_dig{background : #FFFFFF /*controlBackgroundColor*/; text-align : center; border : 1px solid #c0c0c0/*panelBorderColor*/; color : #000000 /*controlTextColor*/; font-weight : bold; position : absolute;}
+.pbar_bar_ststusline_dig{background : #FF9409/*selectControlColor*/; text-align : center; color : #FFFFFF /*controlBackgroundColor*/; font-weight : bold; background-image : url(images/bg_ProgressBar.png);background-repeat : repeat-x; position : absolute;}
 
 </style>
 </head>




More information about the richfaces-svn-commits mailing list