put an ugly red border on support thread messages from admins

This commit is contained in:
ansuz
2020-01-24 10:30:23 -05:00
parent 99beeca8fd
commit 1ecb61fe85
2 changed files with 8 additions and 2 deletions

View File

@@ -23,5 +23,8 @@
display: flex;
flex-flow: column;
}
.cp-support-fromadmin {
border: 1px solid red !important; // XXX
}
}