Browse Source

Added error styling to dialog input

Tobias Reich 9 years ago
parent
commit
3e946590fa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/styles/_message.scss

+ 2 - 0
src/styles/_message.scss

@@ -79,6 +79,8 @@
 
 		&:focus { border-bottom-color: $colorBlue; }
 
+		&.error { border-bottom-color: $colorRed; }
+
 		&:first-child { margin-top: 10px; }
 
 		&:last-child { margin-bottom: 10px; }