Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / resources / css / visual / dd.css
diff --git a/resources/css/visual/dd.css b/resources/css/visual/dd.css
new file mode 100644 (file)
index 0000000..23fca8f
--- /dev/null
@@ -0,0 +1,29 @@
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+.x-dd-drag-ghost{\r
+       color:#000;\r
+       font: normal 11px arial, helvetica, sans-serif;\r
+    border-color: #ddd #bbb #bbb #ddd;\r
+       background-color:#fff;\r
+}\r
+\r
+.x-dd-drop-nodrop .x-dd-drop-icon{\r
+  background-image: url(../images/default/dd/drop-no.gif);\r
+}\r
+\r
+.x-dd-drop-ok .x-dd-drop-icon{\r
+  background-image: url(../images/default/dd/drop-yes.gif);\r
+}\r
+\r
+.x-dd-drop-ok-add .x-dd-drop-icon{\r
+  background-image: url(../images/default/dd/drop-add.gif);\r
+}\r
+\r
+.x-view-selector {\r
+    background-color:#c3daf9;\r
+    border-color:#3399bb;\r
+}
\ No newline at end of file