chat designer: more explicit + add channel label

This commit is contained in:
Felix Niklas 2015-11-23 14:42:00 +01:00
parent 62bdc30d57
commit 59761d1e2f
2 changed files with 9 additions and 7 deletions

View file

@ -41,7 +41,7 @@
<% end %>
<tr>
<td colspan="4" class="settings-list-action-cell js-add">
<%- @Icon('plus-small') %>
<%- @Icon('plus-small') %> Add Channel
</tbody>
</table>
@ -172,7 +172,7 @@
<h2><%- @T('Usage') %></h2>
<p><%- @T('Insert the widget-code into the source code of every page the chat should be visible on. It should be placed at the end of the page source code before the `&lt;/body&gt;` closing tag.') %></p>
<p><%- marked(@T('Insert the widget-code into the source code of every page the chat should be visible on. It should be placed at the end of the page source code before the `</body>` closing tag.')) %></p>
<h3>Requirements</h3>
<p><%- @T("Zammad Chat requires jQuery. If you don't already use it on your website include it like this:") %></p>
@ -213,7 +213,7 @@ $(function() {
<li><%- @T('The chat is turned off.') %>
<li><%- @T('There are too many people in queue for the chat.') %>
</ol>
<%- marked(@T('When you turn on debubbing by setting the option `debug` to `true` the reason gets printed to the javascript console.')) %>
<%- marked(@T('When you turn on debugging by setting the option `debug` to `true` the reason gets printed to the javascript console.')) %>
</p>
<h3><%- @T('Options') %></h3>

View file

@ -6707,18 +6707,20 @@ output {
.settings-list-action-cell {
@extend .u-clickable;
text-align: center;
color: hsl(198,19%,72%);
background: hsl(197,22%,96%);
line-height: 1;
padding-top: 11px;
padding-bottom: 9px;
&:hover {
.icon {
fill: hsl(60,1%,34%);
}
color: hsl(60,1%,34%);
}
.icon {
fill: hsl(198,19%,72%);
fill: currentColor;
vertical-align: top;
margin-top: -2px;
}
}