Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / resources / css / visual / dialog.css
diff --git a/resources/css/visual/dialog.css b/resources/css/visual/dialog.css
new file mode 100644 (file)
index 0000000..8485641
--- /dev/null
@@ -0,0 +1,34 @@
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+.x-window-dlg .ext-mb-text,\r
+.x-window-dlg .x-window-header-text {\r
+    font-size:12px;\r
+}\r
+\r
+.x-window-dlg .ext-mb-textarea {\r
+    font:normal 12px tahoma,arial,helvetica,sans-serif;\r
+}\r
+\r
+.x-window-dlg .x-msg-box-wait {\r
+    background-image:url(../images/default/grid/loading.gif);\r
+}\r
+\r
+.x-window-dlg .ext-mb-info {\r
+    background-image:url(../images/default/window/icon-info.gif);\r
+}\r
+\r
+.x-window-dlg .ext-mb-warning {\r
+    background-image:url(../images/default/window/icon-warning.gif);\r
+}\r
+\r
+.x-window-dlg .ext-mb-question {\r
+    background-image:url(../images/default/window/icon-question.gif);\r
+}\r
+\r
+.x-window-dlg .ext-mb-error {\r
+    background-image:url(../images/default/window/icon-error.gif);\r
+}
\ No newline at end of file