From a805b1b36b39550c2ba27238889940804619274b Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 10 Jan 2019 12:14:23 +0100 Subject: [PATCH] css: style headers for sync preview --- public/css/module.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/css/module.less b/public/css/module.less index f31192c7..5493a3b3 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -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 {