From 92d1c49f7639579a5b20d2fcd00c4430b191ee4d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 14 Feb 2018 18:02:11 +0100 Subject: UI: fix error message --- scss/custom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scss/custom.scss') diff --git a/scss/custom.scss b/scss/custom.scss index 7a1253ab6..f63208807 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -173,6 +173,14 @@ p.confirm-message{ font-weight: bold; } +.is-invalid input{ + border-color: red; +} + +.errorlist { + color: red; +} + /* context menu */ #shortcut-menu { width: 700px; -- cgit v1.2.3