diff.colors.css in Diff 8
Stylesheet for the diff table.
File
css/diff.colors.cssView source
- /**
- * @file
- * Stylesheet for the diff table.
- */
- td.diff-section-title,
- div.diff-section-title {
- background-color: #f0f0ff;
- }
- td.diff-deletedline {
- background-color: #fdd;
- }
- td.diff-addedline {
- background-color: #dfd;
- }
- td.field-name {
- background-color: #f7fcff;
- }
- td.diff-addedline span.diffchange {
- background-color: #77f177;
- }
- td.diff-deletedline span.diffchange {
- background-color: #faa;
- }