You are here

diff.colors.css in Diff 8

Stylesheet for the diff table.

File

css/diff.colors.css
View source
  1. /**
  2. * @file
  3. * Stylesheet for the diff table.
  4. */
  5. td.diff-section-title,
  6. div.diff-section-title {
  7. background-color: #f0f0ff;
  8. }
  9. td.diff-deletedline {
  10. background-color: #fdd;
  11. }
  12. td.diff-addedline {
  13. background-color: #dfd;
  14. }
  15. td.field-name {
  16. background-color: #f7fcff;
  17. }
  18. td.diff-addedline span.diffchange {
  19. background-color: #77f177;
  20. }
  21. td.diff-deletedline span.diffchange {
  22. background-color: #faa;
  23. }