Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / resources / css / visual / button.css
diff --git a/resources/css/visual/button.css b/resources/css/visual/button.css
new file mode 100644 (file)
index 0000000..6a3faae
--- /dev/null
@@ -0,0 +1,94 @@
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+.x-btn{\r
+       font:normal 11px tahoma, verdana, helvetica;\r
+}\r
+\r
+.x-btn button{\r
+    font:normal 11px arial,tahoma,verdana,helvetica;\r
+    color:#333;\r
+}\r
+\r
+.x-btn em {\r
+    font-style:normal;\r
+    font-weight:normal;\r
+}\r
+\r
+.x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc{\r
+       background-image:url(../images/default/button/btn.gif);\r
+}\r
+\r
+.x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text{\r
+    color:#000;\r
+}\r
+\r
+.x-btn-disabled *{\r
+       color:gray !important;\r
+}\r
+\r
+.x-btn-mc em.x-btn-arrow {\r
+    background-image:url(../images/default/button/arrow.gif);\r
+}\r
+\r
+.x-btn-mc em.x-btn-split {\r
+    background-image:url(../images/default/button/s-arrow.gif);\r
+}\r
+\r
+.x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split {\r
+    background-image:url(../images/default/button/s-arrow-o.gif);\r
+}\r
+\r
+.x-btn-mc em.x-btn-arrow-bottom {\r
+    background-image:url(../images/default/button/s-arrow-b-noline.gif);\r
+}\r
+\r
+.x-btn-mc em.x-btn-split-bottom {\r
+    background-image:url(../images/default/button/s-arrow-b.gif);\r
+}\r
+\r
+.x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {\r
+    background-image:url(../images/default/button/s-arrow-bo.gif);\r
+}\r
+\r
+.x-btn-group-header {\r
+    color: #3e6aaa;\r
+}\r
+\r
+.x-btn-group-tc {\r
+       background-image: url(../images/default/button/group-tb.gif);\r
+}\r
+\r
+.x-btn-group-tl {\r
+       background-image: url(../images/default/button/group-cs.gif);\r
+}\r
+\r
+.x-btn-group-tr {\r
+       background-image: url(../images/default/button/group-cs.gif);\r
+}\r
+\r
+.x-btn-group-bc {\r
+       background-image: url(../images/default/button/group-tb.gif);\r
+}\r
+\r
+.x-btn-group-bl {\r
+       background-image: url(../images/default/button/group-cs.gif);\r
+}\r
+\r
+.x-btn-group-br {\r
+       background-image: url(../images/default/button/group-cs.gif);\r
+}\r
+\r
+.x-btn-group-ml {\r
+       background-image: url(../images/default/button/group-lr.gif);\r
+}\r
+.x-btn-group-mr {\r
+       background-image: url(../images/default/button/group-lr.gif);\r
+}\r
+\r
+.x-btn-group-notitle .x-btn-group-tc {\r
+       background-image: url(../images/default/button/group-tb.gif);\r
+}
\ No newline at end of file