Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / resources / css / visual / toolbar.css
diff --git a/resources/css/visual/toolbar.css b/resources/css/visual/toolbar.css
new file mode 100644 (file)
index 0000000..fe9e204
--- /dev/null
@@ -0,0 +1,103 @@
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+.x-toolbar{\r
+       border-color:#a9bfd3;\r
+    background-color:#d0def0;\r
+    background-image:url(../images/default/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/default/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/default/button/s-arrow-bo.gif);\r
+}\r
+\r
+.x-toolbar .xtb-sep {\r
+       background-image: url(../images/default/grid/grid-blue-split.gif);\r
+}\r
+\r
+.x-tbar-page-first{\r
+       background-image: url(../images/default/grid/page-first.gif) !important;\r
+}\r
+\r
+.x-tbar-loading{\r
+       background-image: url(../images/default/grid/refresh.gif) !important;\r
+}\r
+\r
+.x-tbar-page-last{\r
+       background-image: url(../images/default/grid/page-last.gif) !important;\r
+}\r
+\r
+.x-tbar-page-next{\r
+       background-image: url(../images/default/grid/page-next.gif) !important;\r
+}\r
+\r
+.x-tbar-page-prev{\r
+       background-image: url(../images/default/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/default/toolbar/more.gif) !important;\r
+}\r
+\r
+.x-statusbar .x-status-busy {\r
+    background-image: url(../images/default/grid/loading.gif);\r
+}\r
+\r
+.x-statusbar .x-status-text-panel {\r
+    border-color: #99bbe8 #fff #fff #99bbe8;\r
+}
\ No newline at end of file