From f99e6179c10e6e4c06e7a6a2bb7f267deb7c5810 Mon Sep 17 00:00:00 2001 From: Jeff DePons Date: Sun, 24 Jul 2005 22:17:08 +0000 Subject: [PATCH] added dragImage style --- www/extras/assetManager/assetManager.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/www/extras/assetManager/assetManager.css b/www/extras/assetManager/assetManager.css index 49aaf5631..385c6aea7 100644 --- a/www/extras/assetManager/assetManager.css +++ b/www/extras/assetManager/assetManager.css @@ -49,3 +49,11 @@ display: none; border: 1px dashed #405F6E; font-size: 12;} + +.dragImage { + position:absolute; + display: none; +} + + +