The Wanderer
Member
Hello all,
Please see the attached image.
I would like to remove the border around quick reply.
I removed 'border: 1px solid rgb(150, 150, 150);' from the code below, however this also removed the border from the message container (.messageList).
Any help would be appreciated.
Thank you.
Please see the attached image.
I would like to remove the border around quick reply.
I removed 'border: 1px solid rgb(150, 150, 150);' from the code below, however this also removed the border from the message container (.messageList).
Code:
.quickReply
{
@property "message";
padding: 5px 5px 30px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border: 1px solid rgb(150, 150, 150);
@property "/message";
}
Any help would be appreciated.
Thank you.