Rocket/examples/todo/static/css/style.css

14 lines
196 B
CSS

.field-error {
border: 1px solid #ff0000 !important;
}
.field-error-msg {
color: #ff0000;
display: block;
margin: -10px 0 10px 0;
}
span.completed {
text-decoration: line-through;
}