10 lines
168 B
CSS
10 lines
168 B
CSS
.field-with-error {
|
|
border-style: solid;
|
|
border-color: red;
|
|
}
|
|
|
|
.thread, .remark, .field-with-error {
|
|
border-style: dotted;
|
|
border-collapse: collapse;
|
|
}
|