diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 8 |
1 files changed, 8 insertions, 0 deletions
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; |