Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / resources / css / theme-access / toolbar.css
index a5af7ec..024aa32 100644 (file)
 /*!
- * Ext JS Library 3.1.1
- * Copyright(c) 2006-2010 Ext JS, LLC
+ * Ext JS Library 3.2.0
+ * Copyright(c) 2006-2010 Ext JS, Inc.
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
-.x-toolbar{\r
-       border-color:#18181a;\r
-    background-color:#393d4e;\r
-    background-image:url(../images/access/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 14px 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/access/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/access/button/s-arrow-o.gif);\r
-}\r
-\r
-.x-toolbar .x-btn-mc em.x-btn-split-bottom {\r
-    background-image:url(../images/access/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/access/button/s-arrow-bo.gif);\r
-}\r
-\r
-.x-toolbar .xtb-sep {\r
-       background-image: url(../images/access/grid/grid-blue-split.gif);\r
-}\r
-\r
-.x-toolbar .x-btn {\r
-    padding-left:3px;\r
-    padding-right:3px;\r
-}\r
-\r
-.x-toolbar .x-btn-mc em.x-btn-arrow {\r
-    padding-right:10px;\r
-}\r
-\r
-.x-toolbar .x-btn-text-icon .x-btn-icon-small-left .x-btn-text {\r
-    padding-left:18px !important;\r
-}\r
-\r
-.x-toolbar .x-btn-mc em.x-btn-split {\r
-    padding-right:14px;\r
-}\r
-\r
-.x-tbar-page-first{\r
-       background-image: url(../images/access/grid/page-first.gif) !important;\r
-}\r
-\r
-.x-tbar-loading{\r
-       background-image: url(../images/access/grid/refresh.gif) !important;\r
-}\r
-\r
-.x-tbar-page-last{\r
-       background-image: url(../images/access/grid/page-last.gif) !important;\r
-}\r
-\r
-.x-tbar-page-next{\r
-       background-image: url(../images/access/grid/page-next.gif) !important;\r
-}\r
-\r
-.x-tbar-page-prev{\r
-       background-image: url(../images/access/grid/page-prev.gif) !important;\r
-}\r
-\r
-.x-item-disabled .x-tbar-loading{\r
-       background-image: url(../images/access/grid/loading.gif) !important;\r
-}\r
-\r
-.x-item-disabled .x-tbar-page-first{\r
-       background-image: url(../images/access/grid/page-first-disabled.gif) !important;\r
-}\r
-\r
-.x-item-disabled .x-tbar-page-last{\r
-       background-image: url(../images/access/grid/page-last-disabled.gif) !important;\r
-}\r
-\r
-.x-item-disabled .x-tbar-page-next{\r
-       background-image: url(../images/access/grid/page-next-disabled.gif) !important;\r
-}\r
-\r
-.x-item-disabled .x-tbar-page-prev{\r
-       background-image: url(../images/access/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/access/toolbar/more.gif) !important;\r
-}\r
-\r
-.x-statusbar .x-status-busy {\r
-    background-image: url(../images/access/grid/loading.gif);\r
-}\r
-\r
-.x-statusbar .x-status-text-panel {\r
-    border-color: #99bbe8 #fff #fff #99bbe8;\r
-}\r
+.x-toolbar{
+       border-color:#18181a;
+    background-color:#393d4e;
+    background-image:url(../images/access/toolbar/bg.gif);
+}
+
+.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
+    font:normal 14px arial,tahoma, helvetica, sans-serif;
+}
+
+.x-toolbar .x-item-disabled {
+       color:gray;
+}
+
+.x-toolbar .x-item-disabled * {
+       color:gray;
+}
+
+.x-toolbar .x-btn-mc em.x-btn-split {
+    background-image:url(../images/access/button/s-arrow-noline.gif);
+}
+
+.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split, 
+.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 
+{
+    background-image:url(../images/access/button/s-arrow-o.gif);
+}
+
+.x-toolbar .x-btn-mc em.x-btn-split-bottom {
+    background-image:url(../images/access/button/s-arrow-b-noline.gif);
+}
+
+.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, 
+.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 
+{
+    background-image:url(../images/access/button/s-arrow-bo.gif);
+}
+
+.x-toolbar .xtb-sep {
+       background-image: url(../images/access/grid/grid-blue-split.gif);
+}
+
+.x-toolbar .x-btn {
+    padding-left:3px;
+    padding-right:3px;
+}
+
+.x-toolbar .x-btn-mc em.x-btn-arrow {
+    padding-right:10px;
+}
+
+.x-toolbar .x-btn-text-icon .x-btn-icon-small-left .x-btn-text {
+    padding-left:18px !important;
+}
+
+.x-toolbar .x-btn-mc em.x-btn-split {
+    padding-right:14px;
+}
+
+.x-tbar-page-first{
+       background-image: url(../images/access/grid/page-first.gif) !important;
+}
+
+.x-tbar-loading{
+       background-image: url(../images/access/grid/refresh.gif) !important;
+}
+
+.x-tbar-page-last{
+       background-image: url(../images/access/grid/page-last.gif) !important;
+}
+
+.x-tbar-page-next{
+       background-image: url(../images/access/grid/page-next.gif) !important;
+}
+
+.x-tbar-page-prev{
+       background-image: url(../images/access/grid/page-prev.gif) !important;
+}
+
+.x-item-disabled .x-tbar-loading{
+       background-image: url(../images/access/grid/loading.gif) !important;
+}
+
+.x-item-disabled .x-tbar-page-first{
+       background-image: url(../images/access/grid/page-first-disabled.gif) !important;
+}
+
+.x-item-disabled .x-tbar-page-last{
+       background-image: url(../images/access/grid/page-last-disabled.gif) !important;
+}
+
+.x-item-disabled .x-tbar-page-next{
+       background-image: url(../images/access/grid/page-next-disabled.gif) !important;
+}
+
+.x-item-disabled .x-tbar-page-prev{
+       background-image: url(../images/access/grid/page-prev-disabled.gif) !important;
+}
+
+.x-paging-info {
+    color:#444;
+}
+
+.x-toolbar-more-icon {
+    background-image: url(../images/access/toolbar/more.gif) !important;
+}
+
+.x-statusbar .x-status-busy {
+    background-image: url(../images/access/grid/loading.gif);
+}
+
+.x-statusbar .x-status-text-panel {
+    border-color: #99bbe8 #fff #fff #99bbe8;
+}