Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / resources / css / theme-gray / progress.css
diff --git a/resources/css/theme-gray/progress.css b/resources/css/theme-gray/progress.css
new file mode 100644 (file)
index 0000000..1ca9c59
--- /dev/null
@@ -0,0 +1,32 @@
+/*!
+ * Ext JS Library 3.1.1
+ * Copyright(c) 2006-2010 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+.x-progress-wrap {\r
+    border-color:#8E8E8E;\r
+}\r
+\r
+.x-progress-inner {\r
+    background-color:#E7E7E7;\r
+    background-image:url(../images/gray/qtip/bg.gif);\r
+}\r
+\r
+.x-progress-bar {\r
+    background-color:#BCBCBC;\r
+    background-image:url(../images/gray/progress/progress-bg.gif);\r
+    border-top-color:#E2E2E2;\r
+    border-bottom-color:#A4A4A4;\r
+    border-right-color:#A4A4A4;\r
+}\r
+\r
+.x-progress-text {\r
+    font-size:11px;\r
+    font-weight:bold;\r
+    color:#fff;\r
+}\r
+\r
+.x-progress-text-back {\r
+    color:#5F5F5F;\r
+}\r