dragula.css 548 B

12345678910111213141516171819202122
  1. .gu-mirror {
  2. position: fixed !important;
  3. margin: 0 !important;
  4. z-index: 9999 !important;
  5. opacity: 0.8;
  6. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  7. filter: alpha(opacity=80);
  8. }
  9. .gu-hide {
  10. display: none !important;
  11. }
  12. .gu-unselectable {
  13. -webkit-user-select: none !important;
  14. -moz-user-select: none !important;
  15. -ms-user-select: none !important;
  16. user-select: none !important;
  17. }
  18. .gu-transit {
  19. opacity: 0.2;
  20. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  21. filter: alpha(opacity=20);
  22. }