source/styles/forms/plastic-bubble-error.scss in staple-0.4.1 vs source/styles/forms/plastic-bubble-error.scss in staple-0.4.2

- old
+ new

@@ -1,11 +1,11 @@ div.error{ - *{ + input{ background: lighten($alert-color, 40%); border: 2px solid lighten($alert-color, 40%); border-top: 2px solid $alert-color; } - *:focus{ + input:focus{ background: white; border-color: 2px solid $alert-color; } } small.error{ \ No newline at end of file