editor-frame-web.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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-hover {
  45. outline: 1px solid red !important;
  46. }
  47. .single-file-removed {
  48. display: none !important;
  49. float: none !important;
  50. position: static !important;
  51. visibility: collapse !important;
  52. }