Skip to content

Commit

Permalink
Add diff styles from #5092 to less
Browse files Browse the repository at this point in the history
Otherwise they will be lost when the frontend is rebuilt
  • Loading branch information
amercader committed Nov 26, 2019
1 parent ef103f0 commit b22020c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ckan/public/base/less/dataset.less
Expand Up @@ -342,3 +342,27 @@
#activity-archive-notice {
clear: both;
}

/* diff styles */
table.diff {
font-family:Courier;
border:medium;
}
.diff_header {
background-color:#e0e0e0;
}
td.diff_header {
text-align:right;
}
.diff_next {
background-color:#c0c0c0;
}
.diff_add {
background-color:#aaffaa;
}
.diff_chg {
background-color:#ffff77;
}
.diff_sub {
background-color:#ffaaaa;
}

0 comments on commit b22020c

Please sign in to comment.