password inputs should reflect errors too

pull/37/head
Dave Cranwell 2014-02-13 16:00:38 +00:00
rodzic d57b9e239b
commit 1e0d63ee72
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -378,7 +378,8 @@ li.focused > .help{
color:@color-red;
clear:both;
}
.error input[type=text], .error input[type=email], .error input[type=tel], .error textarea, .error select, .error .tagit{
.error input, .error textarea, .error select, .error .tagit{
border-color:@color-red;
background-color:@color-input-error-bg;
}