CSS fix. Rounded corners in inverse
This commit is contained in:
parent
c422237668
commit
e6a9bc81f1
@ -2722,6 +2722,8 @@ body {
|
||||
#conversejs .chatroom .box-flyout .chatroom-body {
|
||||
border-top-left-radius: 7px;
|
||||
border-top-right-radius: 7px; }
|
||||
#conversejs .chatroom .box-flyout .chatroom-body .chatroom-form-container {
|
||||
border-radius: 7px; }
|
||||
#conversejs .chatroom .box-flyout .chatroom-body .chat-area {
|
||||
border-top-left-radius: 7px;
|
||||
min-width: auto; }
|
||||
|
@ -20,6 +20,9 @@
|
||||
@include calc(width, '100% - #{$controlbox-width}');
|
||||
.chatroom-body {
|
||||
@include border-top-radius($chatbox-border-radius);
|
||||
.chatroom-form-container {
|
||||
border-radius: $chatbox-border-radius;
|
||||
}
|
||||
.chat-area {
|
||||
border-top-left-radius: $chatbox-border-radius;
|
||||
min-width: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user