1
0

editor-frame-web.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .single-file-highlight-yellow {
  2. background-color: #ffff7c !important;
  3. color: black !important;
  4. display: inline !important;
  5. }
  6. .single-file-highlight-pink {
  7. background-color: #ffbbb6 !important;
  8. color: black !important;
  9. display: inline !important;
  10. }
  11. .single-file-highlight-blue {
  12. background-color: #95d0ff !important;
  13. color: black !important;
  14. display: inline !important;
  15. }
  16. .single-file-highlight-green {
  17. background-color: #93ef8d !important;
  18. color: black !important;
  19. display: inline !important;
  20. }
  21. .single-file-highlight-hidden {
  22. background-color: inherit !important;
  23. color: inherit !important;
  24. }
  25. .single-file-mask {
  26. all: initial;
  27. display: contents !important;
  28. }
  29. .single-file-mask.single-file-page-mask {
  30. opacity: .99 !important;
  31. }
  32. single-file-note {
  33. all: initial !important;
  34. display: contents !important;
  35. }
  36. .single-file-hover {
  37. outline: 1px solid red !important;
  38. }
  39. .single-file-removed {
  40. display: none !important;
  41. float: none !important;
  42. position: static !important;
  43. visibility: collapse !important;
  44. }