From 60c08b9bc886c15efffe2e16ae3006fc2ce04d97 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 13 Oct 2016 12:37:09 +0000 Subject: [PATCH] css: fix typo in bg color fixes #12503 --- public/css/module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/module.less b/public/css/module.less index 83507f9c..f4f31101 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -1236,7 +1236,7 @@ form.editor { background: @color-diff-del; } td.Right { - background: @gray-ligher; + background: @gray-lighter; } }