- Style room invite - Remove old border-radius - Show close icon for minimized chats
@@ -5673,8 +5673,7 @@ body.reset {
font-size: 14px;
left: 0;
text-align: left;
- overflow-x: hidden;
- border-radius: 4px; }
+ overflow-x: hidden; }
#conversejs #controlbox .controlbox-pane .add-converse-contact {
margin: 0 0 0.75em 0; }
#conversejs #controlbox .controlbox-pane .chatbox-btn {
@@ -5743,8 +5743,7 @@ body {
font-size: 16px;
@@ -383,7 +383,6 @@
overflow-x: hidden;
- border-radius: $chatbox-border-radius;
.add-converse-contact {
margin: 0 0 0.75em 0;
@@ -1,6 +1,6 @@
-<form class="pure-form room-invite">
+<form class="room-invite">
{[ if (o.error_message) { ]}
<span class="pure-form-message error">{{{o.error_message}}}</span>
{[ } ]}
- <input class="invited-contact" placeholder="{{{o.label_invitation}}}" type="text"/>
+ <input class="form-control invited-contact" placeholder="{{{o.label_invitation}}}" type="text"/>
</form>
@@ -1,7 +1,7 @@
-<a class="chatbox-btn close-chatbox-button icon-close"></a>
<a href="#" class="restore-chat w-100 align-self-center" title="{{{o.tooltip}}}">
{[ if (o.num_unread) { ]}
<span class="badge badge-light">{{{o.num_unread}}}</span>
{{{o. title }}}
</a>
+<a class="chatbox-btn close-chatbox-button fa fa-times"></a>