editor-frame-web.css 759 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .single-file-highlight-yellow {
  2. background-color: #ffff7c !important;
  3. color: black !important;
  4. }
  5. .single-file-highlight-pink {
  6. background-color: #ffbbb6 !important;
  7. color: black !important;
  8. }
  9. .single-file-highlight-blue {
  10. background-color: #95d0ff !important;
  11. color: black !important;
  12. }
  13. .single-file-highlight-green {
  14. background-color: #93ef8d !important;
  15. color: black !important;
  16. }
  17. .single-file-highlight-hidden {
  18. background-color: inherit !important;
  19. color: inherit !important;
  20. }
  21. .single-file-mask {
  22. all: initial;
  23. display: contents !important;
  24. }
  25. .single-file-mask.single-file-page-mask {
  26. opacity: .99 !important;
  27. }
  28. single-file-note {
  29. all: initial !important;
  30. display: contents !important;
  31. }