MDL-47494 ddwtos: NOBUG added drop shadow to drag items when they are being dragged

This commit is contained in:
Jamie Pratt
2011-10-19 11:50:46 +07:00
parent 6ce8469ad4
commit ead24b25b4
+7
View File
@@ -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 {