css: fix typo in bg color

fixes #12503
This commit is contained in:
Thomas Gelf 2016-10-13 12:37:09 +00:00
parent ad11f89abf
commit 60c08b9bc8

View File

@ -1236,7 +1236,7 @@ form.editor {
background: @color-diff-del; background: @color-diff-del;
} }
td.Right { td.Right {
background: @gray-ligher; background: @gray-lighter;
} }
} }