Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / resources / css / theme-gray / toolbar.css
diff --git a/resources/css/theme-gray/toolbar.css b/resources/css/theme-gray/toolbar.css
new file mode 100644 (file)
index 0000000..a1a3b85
--- /dev/null
@@ -0,0 +1,95 @@
+/*!
+ * Ext JS Library 3.1.1
+ * Copyright(c) 2006-2010 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+.x-toolbar{\r
+       border-color:#d0d0d0;\r
+    background-color:#f0f0f0;\r
+    background-image:url(../images/gray/toolbar/bg.gif);\r
+}\r
+\r
+.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{\r
+    font:normal 11px arial,tahoma, helvetica, sans-serif;\r
+}\r
+\r
+.x-toolbar .x-item-disabled {\r
+       color:gray;\r
+}\r
+\r
+.x-toolbar .x-item-disabled * {\r
+       color:gray;\r
+}\r
+\r
+.x-toolbar .x-btn-mc em.x-btn-split {\r
+    background-image:url(../images/default/button/s-arrow-noline.gif);\r
+}\r
+\r
+.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split, \r
+.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split \r
+{\r
+    background-image:url(../images/gray/button/s-arrow-o.gif);\r
+}\r
+\r
+.x-toolbar .x-btn-mc em.x-btn-split-bottom {\r
+    background-image:url(../images/default/button/s-arrow-b-noline.gif);\r
+}\r
+\r
+.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom, \r
+.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom \r
+{\r
+    background-image:url(../images/gray/button/s-arrow-bo.gif);\r
+}\r
+\r
+.x-toolbar .xtb-sep {\r
+       background-image: url(../images/default/grid/grid-split.gif);\r
+}\r
+\r
+.x-tbar-page-first{\r
+       background-image: url(../images/gray/grid/page-first.gif) !important;\r
+}\r
+\r
+.x-tbar-loading{\r
+       background-image: url(../images/gray/grid/refresh.gif) !important;\r
+}\r
+\r
+.x-tbar-page-last{\r
+       background-image: url(../images/gray/grid/page-last.gif) !important;\r
+}\r
+\r
+.x-tbar-page-next{\r
+       background-image: url(../images/gray/grid/page-next.gif) !important;\r
+}\r
+\r
+.x-tbar-page-prev{\r
+       background-image: url(../images/gray/grid/page-prev.gif) !important;\r
+}\r
+\r
+.x-item-disabled .x-tbar-loading{\r
+       background-image: url(../images/default/grid/loading.gif) !important;\r
+}\r
+\r
+.x-item-disabled .x-tbar-page-first{\r
+       background-image: url(../images/default/grid/page-first-disabled.gif) !important;\r
+}\r
+\r
+.x-item-disabled .x-tbar-page-last{\r
+       background-image: url(../images/default/grid/page-last-disabled.gif) !important;\r
+}\r
+\r
+.x-item-disabled .x-tbar-page-next{\r
+       background-image: url(../images/default/grid/page-next-disabled.gif) !important;\r
+}\r
+\r
+.x-item-disabled .x-tbar-page-prev{\r
+       background-image: url(../images/default/grid/page-prev-disabled.gif) !important;\r
+}\r
+\r
+.x-paging-info {\r
+    color:#444;\r
+}\r
+\r
+.x-toolbar-more-icon {\r
+    background-image: url(../images/gray/toolbar/more.gif) !important;\r
+}\r