Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. /* Drag and drop */
  2.  
  3. .dragover {
  4. background: #ccc;
  5. border-radius: 1em 1em 1em 1em;
  6. -webkit-border-radius: 1em 1em 1em 1em;
  7. -moz-border-radius: 1em 1em 1em 1em;
  8. box-shadow:inset 0px 0 1px #222;
  9. -webkit-box-shadow:inset 0 0 1px #222;
  10. -moz-box-shadow:inset 0 0 1px #222;
  11. }
  12.  
  13. .dragover .widgetHeader, .dragover .widgetBody, .dragover .widgetBody span, .dragover .widgetHeader img {
  14. box-shadow:inset 0px 0 20px #cf2828;
  15. -webkit-box-shadow:inset 0 0 20px #cf2828;
  16. -moz-box-shadow:inset 0 0 20px #cf2828;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement