Version 1
[yaffs-website] / web / modules / contrib / diff / css / diff.colors.css
diff --git a/web/modules/contrib/diff/css/diff.colors.css b/web/modules/contrib/diff/css/diff.colors.css
new file mode 100644 (file)
index 0000000..0ab76c8
--- /dev/null
@@ -0,0 +1,23 @@
+/**
+ * @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;
+}