Guest User

Untitled

a guest
Mar 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. div.viewport-container {
  2. position: absolute;
  3. top: 50px;
  4. left: 100px;
  5. z-index: 5;
  6. display: block;
  7. box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
  8. box-sizing: border-box;
  9. width: 100%;
  10. height: 100%;
  11. -webkit-border-radius: 3px;
  12. -moz-border-radius: 3px;
  13. border-radius: 3px;
  14. }
  15. iframe.output-frame {
  16. background: #fff;
  17. width: 100%;
  18. height: 100%;
  19. -webkit-border-radius: 3px;
  20. -moz-border-radius: 3px;
  21. border-radius: 3px;
  22. }
  23. div.element-highlight {
  24. width: 100%;
  25. height: 100%;
  26. display: block;
  27. position: absolute;
  28. top: 0;
  29. left: 0;
  30. z-index: 2;
  31. pointer-events: none;
  32. overflow: hidden;
  33. }
  34. div.highlight {
  35. /*display: hidden;*/
  36. position: absolute;
  37. background-color: yellow;
  38. opacity: 0.5;
  39. cursor: default;
  40. pointer-events: auto;
  41. }
Add Comment
Please, Sign In to add comment