Skip to content

Commit

Permalink
MDL-47494 ddmarker: NOBUG added drop shadow on marker text being dragged
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiepratt committed Nov 4, 2011
1 parent 10cbf24 commit 44e47bd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions question/type/ddmarker/styles.css
Expand Up @@ -65,3 +65,13 @@ form.mform fieldset#previewareaheader div.markertexts span.markertext {
-khtml-border-radius: 10px;
border-radius: 10px;
}
.que.ddmarker .dragitem.yui3-dd-dragging span.markertext {
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');
}

0 comments on commit 44e47bd

Please sign in to comment.