From ead24b25b404bb34b0bf64c2c57dc2e7a28f532b Mon Sep 17 00:00:00 2001 From: Jamie Pratt Date: Wed, 19 Oct 2011 11:50:46 +0700 Subject: [PATCH] MDL-47494 ddwtos: NOBUG added drop shadow to drag items when they are being dragged --- question/type/ddwtos/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/question/type/ddwtos/styles.css b/question/type/ddwtos/styles.css index 721969b0fff..f8efdfc1cf2 100755 --- a/question/type/ddwtos/styles.css +++ b/question/type/ddwtos/styles.css @@ -33,6 +33,13 @@ } .que.ddwtos .drag.yui3-dd-dragging { z-index: 3; + -moz-box-shadow: 3px 3px 4px #000; + -webkit-box-shadow: 3px 3px 4px #000; + box-shadow: 3px 3px 4px #000; + /* For IE 8 */ + -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; + /* For IE 5.5 - 7 */ + filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); } .que.ddwtos .notreadonly .drag {