editor-frame-web.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .single-file-highlight-yellow {
  2. background-color: #ffff7c !important;
  3. color: black !important;
  4. }
  5. span.single-file-highlight-yellow {
  6. display: inline !important;
  7. }
  8. .single-file-highlight-pink {
  9. background-color: #ffbbb6 !important;
  10. color: black !important;
  11. }
  12. span.single-file-highlight-pink {
  13. display: inline !important;
  14. }
  15. .single-file-highlight-blue {
  16. background-color: #95d0ff !important;
  17. color: black !important;
  18. }
  19. span.single-file-highlight-blue {
  20. display: inline !important;
  21. }
  22. .single-file-highlight-green {
  23. background-color: #93ef8d !important;
  24. color: black !important;
  25. }
  26. span.single-file-highlight-green {
  27. display: inline !important;
  28. }
  29. .single-file-highlight-hidden {
  30. background-color: inherit !important;
  31. color: inherit !important;
  32. }
  33. .single-file-mask {
  34. all: initial;
  35. display: contents !important;
  36. }
  37. .single-file-mask.single-file-page-mask {
  38. opacity: .99 !important;
  39. }
  40. single-file-note {
  41. all: initial !important;
  42. display: contents !important;
  43. }
  44. .single-file-cut-hover, .single-file-cut-outer-hover {
  45. transition: outline-width 125ms;
  46. }
  47. .single-file-cut-hover {
  48. outline: 4px dotted red !important;
  49. }
  50. .single-file-cut-outer-hover {
  51. outline: 4px dotted green !important;
  52. }
  53. .single-file-cut-hover, .single-file-remove-highlights-mode .single-file-highlight:hover {
  54. cursor: crosshair !important;
  55. }
  56. .single-file-container-hover {
  57. overflow: visible !important;
  58. }
  59. .single-file-removed {
  60. display: none !important;
  61. float: none !important;
  62. position: static !important;
  63. visibility: collapse !important;
  64. }