Feature #32764 » 0001-Highlight-fields-with-validation-error.patch
public/stylesheets/application.css | ||
---|---|---|
809 | 809 |
width: auto; |
810 | 810 |
} |
811 | 811 | |
812 |
.tabular label.error { |
|
813 |
color: #bb0000; |
|
814 |
} |
|
815 | ||
816 |
.tabular label.error + * { |
|
817 |
border: 1px solid #bb0000; |
|
818 |
} |
|
819 | ||
812 | 820 |
label.no-css { |
813 | 821 |
font-weight: inherit; |
814 | 822 |
float:none; |
- « Previous
- 1
- 2
- 3
- Next »