From ef39709e49e39122c3113365c72c14ebd98f7598 Mon Sep 17 00:00:00 2001 From: Ernesto Ruiz Date: Wed, 7 Aug 2019 00:30:26 -0600 Subject: [PATCH] Fix: Add color red and green to form-message for alert or success --- frappe/public/less/form.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frappe/public/less/form.less b/frappe/public/less/form.less index 7649c0c5e8..fb8b9c3d49 100644 --- a/frappe/public/less/form.less +++ b/frappe/public/less/form.less @@ -56,6 +56,14 @@ background-color: @blue-extra-light; } +.form-message.red { + background-color: @red-extra-light; +} + +.form-message.green { + background-color: @green-extra-light; +} + .document-flow-wrapper { padding: 40px 15px 30px; font-size: @text-medium;