PostText/assets/css/PostText.css
2022-09-21 01:28:50 -04:00

14 lines
216 B
CSS

.field-with-error {
border-style: solid;
border-color: red;
}
.thread, .remark, .field-with-error {
border-style: dotted;
border-collapse: collapse;
}
.thread .id, .remark .id {
float: right;
}