css: style headers for sync preview

This commit is contained in:
Thomas Gelf 2019-01-10 12:14:23 +01:00
parent bb0bdeb737
commit a805b1b36b
1 changed files with 10 additions and 0 deletions

View File

@ -1616,6 +1616,16 @@ div.exception {
margin: 1em;
}
h2.action-create::before {
color: @color-pending;
}
h2.action-modify::before {
color: @color-ok;
}
h2.action-delete::before {
color: @color-critical;
}
/** php-diff **/
.Differences {