app/assets/stylesheets/help_popups/application.css in help_popups-0.1.1 vs app/assets/stylesheets/help_popups/application.css in help_popups-1.0.0
- old
+ new
@@ -52,9 +52,12 @@
}
.field_with_errors {
display:inline;
color:#FF0000;
}
+.error{
+ color:#FF0000;
+}
.redButton {
background: -moz-linear-gradient(top, #ff0000 0%, #DD0000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#DD0000));
background: -webkit-linear-gradient(top, #ff0000 0%,#DD0000 100%);
background: -o-linear-gradient(top, #ff0000 0%,#DD0000 100%);
\ No newline at end of file