2015-10-15 09:14:19 +00:00
|
|
|
.zammad-chat {
|
|
|
|
color: black;
|
|
|
|
position: fixed;
|
|
|
|
right: 30px;
|
|
|
|
bottom: 0;
|
|
|
|
font-size: 12px;
|
|
|
|
width: 33em;
|
2016-03-24 10:03:20 +00:00
|
|
|
height: 3.5em;
|
2015-10-15 09:14:19 +00:00
|
|
|
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
|
|
|
|
border-radius: 5px 5px 0 0;
|
|
|
|
will-change: bottom;
|
2015-11-16 10:53:04 +00:00
|
|
|
display: none;
|
|
|
|
-webkit-flex-direction: column;
|
|
|
|
-ms-flex-direction: column;
|
2015-12-08 11:32:19 +00:00
|
|
|
flex-direction: column;
|
|
|
|
z-index: 999; }
|
2015-11-17 00:43:36 +00:00
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.zammad-chat {
|
|
|
|
right: 0;
|
|
|
|
width: 100%;
|
2016-02-08 15:06:56 +00:00
|
|
|
border-radius: 0 !important;
|
|
|
|
font-size: 16px; } }
|
2015-10-15 09:14:19 +00:00
|
|
|
|
2016-03-03 14:12:53 +00:00
|
|
|
.zammad-chat.zammad-chat-is-loaded {
|
2015-11-16 10:53:04 +00:00
|
|
|
display: -webkit-flex;
|
|
|
|
display: -ms-flexbox;
|
2016-03-03 14:12:53 +00:00
|
|
|
display: flex;
|
|
|
|
opacity: 0; }
|
|
|
|
|
|
|
|
.zammad-chat.zammad-chat-is-shown {
|
|
|
|
opacity: 1; }
|
2015-10-15 09:14:19 +00:00
|
|
|
|
2016-03-24 10:03:20 +00:00
|
|
|
.zammad-chat.zammad-chat-is-open {
|
|
|
|
height: 30em; }
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.zammad-chat.zammad-chat-is-open {
|
|
|
|
height: 100%; } }
|
|
|
|
|
2015-10-15 09:14:19 +00:00
|
|
|
.zammad-chat-icon {
|
|
|
|
height: 2em;
|
2015-12-01 15:48:48 +00:00
|
|
|
width: 2em;
|
2015-10-15 09:14:19 +00:00
|
|
|
fill: currentColor;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-top: 4px; }
|
|
|
|
|
|
|
|
.zammad-chat-header {
|
|
|
|
padding: 0.5em 2.5em 0.5em 1em;
|
|
|
|
background: #379ad7;
|
|
|
|
color: white;
|
|
|
|
line-height: 2.5em;
|
2015-11-13 14:58:44 +00:00
|
|
|
box-shadow: 0 -1px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3) inset, 0 -1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.13);
|
2015-10-15 09:14:19 +00:00
|
|
|
position: relative;
|
|
|
|
border-radius: 5px 5px 0 0;
|
|
|
|
overflow: hidden;
|
|
|
|
cursor: pointer; }
|
2015-11-17 00:43:36 +00:00
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.zammad-chat-header {
|
|
|
|
border-radius: 0 !important; } }
|
|
|
|
|
2015-11-25 13:47:02 +00:00
|
|
|
.zammad-chat.zammad-chat-is-open .zammad-chat-header {
|
2015-11-11 10:44:10 +00:00
|
|
|
cursor: default; }
|
|
|
|
|
2015-10-15 09:14:19 +00:00
|
|
|
.zammad-chat-welcome-text {
|
|
|
|
font-size: 1.2em; }
|
|
|
|
|
2015-11-11 10:44:10 +00:00
|
|
|
.zammad-chat-header-icon {
|
2015-10-15 09:14:19 +00:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
height: 100%;
|
|
|
|
width: 3.4em;
|
|
|
|
text-align: center;
|
2015-11-11 10:44:10 +00:00
|
|
|
line-height: 3.5em;
|
|
|
|
cursor: pointer; }
|
2015-10-15 09:14:19 +00:00
|
|
|
|
2015-11-11 10:44:10 +00:00
|
|
|
.zammad-chat-header-icon-open,
|
|
|
|
.zammad-chat-header-icon-close {
|
2015-10-15 09:14:19 +00:00
|
|
|
fill: currentColor;
|
2015-11-11 10:44:10 +00:00
|
|
|
width: 1.6em;
|
2016-03-03 14:12:53 +00:00
|
|
|
height: auto;
|
2015-11-11 10:44:10 +00:00
|
|
|
vertical-align: middle; }
|
|
|
|
|
|
|
|
.zammad-chat-header-icon-close {
|
|
|
|
width: 1.3em; }
|
2015-10-15 09:14:19 +00:00
|
|
|
|
2015-11-11 10:44:10 +00:00
|
|
|
.zammad-chat-header-icon-close,
|
2015-11-25 13:47:02 +00:00
|
|
|
.zammad-chat.zammad-chat-is-open .zammad-chat-header-icon-open {
|
2015-10-15 09:14:19 +00:00
|
|
|
display: none; }
|
|
|
|
|
2015-11-25 13:47:02 +00:00
|
|
|
.zammad-chat.zammad-chat-is-open .zammad-chat-header-icon-close {
|
2015-10-15 09:14:19 +00:00
|
|
|
display: inline; }
|
|
|
|
|
|
|
|
.zammad-chat-agent {
|
|
|
|
float: left; }
|
|
|
|
|
|
|
|
.zammad-chat-header-controls {
|
|
|
|
float: right; }
|
|
|
|
|
|
|
|
.zammad-chat-agent-avatar {
|
|
|
|
border-radius: 100%;
|
|
|
|
margin-right: 0.6em;
|
|
|
|
float: left;
|
|
|
|
width: 2.5em; }
|
|
|
|
|
|
|
|
.zammad-chat-agent-name {
|
|
|
|
font-weight: bold; }
|
|
|
|
|
|
|
|
.zammad-chat-agent-status {
|
|
|
|
margin: 0 1em;
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 2em;
|
2015-12-08 11:32:19 +00:00
|
|
|
padding: 0 .7em;
|
2015-10-15 09:14:19 +00:00
|
|
|
border-radius: 1em;
|
2015-11-13 14:58:44 +00:00
|
|
|
background: rgba(0, 0, 0, 0.1);
|
2015-11-16 13:53:53 +00:00
|
|
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset; }
|
2015-10-15 09:14:19 +00:00
|
|
|
|
|
|
|
.zammad-chat-agent-status:before {
|
|
|
|
content: "";
|
|
|
|
background: #f35912;
|
|
|
|
display: inline-block;
|
|
|
|
height: 0.9em;
|
|
|
|
width: 0.9em;
|
|
|
|
border-radius: 100%;
|
|
|
|
position: relative;
|
|
|
|
margin-right: 0.3em;
|
2015-11-13 14:58:44 +00:00
|
|
|
vertical-align: middle;
|
2015-11-16 13:53:53 +00:00
|
|
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset; }
|
2015-10-15 09:14:19 +00:00
|
|
|
|
|
|
|
.zammad-chat-agent-status[data-status="online"]:before {
|
|
|
|
background: #52c782; }
|
|
|
|
|
|
|
|
.zammad-chat-agent-status[data-status="connecting"]:before {
|
|
|
|
-webkit-animation: linear connect-fade 600ms infinite alternate;
|
|
|
|
animation: linear connect-fade 600ms infinite alternate;
|
|
|
|
background: #faab00; }
|
|
|
|
|
|
|
|
@-webkit-keyframes connect-fade {
|
|
|
|
from {
|
|
|
|
opacity: .5;
|
|
|
|
-webkit-transform: scale(0.6);
|
|
|
|
transform: scale(0.6); }
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
transform: scale(1); } }
|
|
|
|
|
|
|
|
@keyframes connect-fade {
|
|
|
|
from {
|
|
|
|
opacity: .5;
|
|
|
|
-webkit-transform: scale(0.6);
|
|
|
|
transform: scale(0.6); }
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
transform: scale(1); } }
|
|
|
|
|
2015-11-02 15:48:16 +00:00
|
|
|
.zammad-chat-modal {
|
2015-10-15 09:14:19 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2015-11-16 10:46:18 +00:00
|
|
|
bottom: 0;
|
2015-11-16 10:53:04 +00:00
|
|
|
top: 3.5em;
|
2015-10-15 09:14:19 +00:00
|
|
|
margin-top: 1px;
|
|
|
|
text-align: center;
|
2015-11-12 16:31:20 +00:00
|
|
|
background: white;
|
2015-10-15 09:14:19 +00:00
|
|
|
z-index: 1;
|
2015-11-16 10:53:04 +00:00
|
|
|
padding: 20px;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center; }
|
2016-02-08 15:06:56 +00:00
|
|
|
.zammad-chat-modal:empty {
|
|
|
|
display: none; }
|
2015-10-15 09:14:19 +00:00
|
|
|
|
2015-11-02 15:48:16 +00:00
|
|
|
.zammad-chat-modal-text {
|
|
|
|
font-size: 1.3em;
|
|
|
|
line-height: 1.45; }
|
|
|
|
.zammad-chat-modal-text .zammad-chat-loading-animation {
|
|
|
|
font-size: 0.7em; }
|
2015-11-12 16:31:20 +00:00
|
|
|
.zammad-chat-modal-text .zammad-chat-button {
|
2015-11-13 10:06:47 +00:00
|
|
|
margin-top: 1em;
|
|
|
|
font-size: 0.8em; }
|
2015-10-15 09:14:19 +00:00
|
|
|
|
2015-11-02 15:48:16 +00:00
|
|
|
.zammad-chat-modal .zammad-chat-loading-animation {
|
2015-10-15 09:14:19 +00:00
|
|
|
margin-right: 8px;
|
2015-11-02 15:48:16 +00:00
|
|
|
vertical-align: middle; }
|
2015-10-15 09:14:19 +00:00
|
|
|
|
|
|
|
.zammad-chat-body {
|
|
|
|
padding: 0.5em 1em;
|
|
|
|
overflow: auto;
|
2015-11-17 00:43:36 +00:00
|
|
|
background: white;
|
|
|
|
-webkit-flex: 1;
|
|
|
|
-ms-flex: 1;
|
2016-02-08 15:06:56 +00:00
|
|
|
flex: 1;
|
2016-03-24 10:03:20 +00:00
|
|
|
display: none;
|
2016-02-08 15:06:56 +00:00
|
|
|
-webkit-overflow-scrolling: touch; }
|
2015-11-17 00:43:36 +00:00
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.zammad-chat-body {
|
|
|
|
height: auto;
|
|
|
|
-webkit-flex: 1;
|
|
|
|
-ms-flex: 1;
|
|
|
|
flex: 1; } }
|
2015-10-15 09:14:19 +00:00
|
|
|
|
2016-03-24 10:03:20 +00:00
|
|
|
.zammad-chat-is-open .zammad-chat-body {
|
|
|
|
display: block; }
|
|
|
|
|
2015-11-12 15:19:47 +00:00
|
|
|
.zammad-chat-timestamp {
|
2015-10-15 09:14:19 +00:00
|
|
|
text-align: center;
|
|
|
|
color: #999999;
|
2015-11-13 10:06:47 +00:00
|
|
|
font-size: 0.9em;
|
2015-10-15 09:14:19 +00:00
|
|
|
margin: 1em 0; }
|
|
|
|
|
2016-01-12 10:57:38 +00:00
|
|
|
.zammad-chat-status {
|
|
|
|
margin: 1em 0;
|
|
|
|
text-align: center; }
|
|
|
|
|
2015-10-15 09:14:19 +00:00
|
|
|
.zammad-chat-message {
|
2016-01-12 15:44:21 +00:00
|
|
|
margin: 0.5em 0; }
|
|
|
|
|
|
|
|
.zammad-chat-message-body {
|
2016-01-12 10:57:38 +00:00
|
|
|
white-space: pre-line;
|
|
|
|
word-wrap: break-word;
|
|
|
|
border-radius: 1em; }
|
2015-10-15 09:14:19 +00:00
|
|
|
|
2016-01-12 10:57:38 +00:00
|
|
|
.zammad-chat-status-inner,
|
2015-10-15 09:14:19 +00:00
|
|
|
.zammad-chat-message-body {
|
2015-11-11 09:37:07 +00:00
|
|
|
padding: 0.5em 1em;
|
|
|
|
line-height: 1.4;
|
2015-11-13 14:58:44 +00:00
|
|
|
background: #ededed;
|
2015-10-15 09:14:19 +00:00
|
|
|
display: inline-block;
|
|
|
|
max-width: 70%;
|
|
|
|
box-shadow: 0 2px rgba(255, 255, 255, 0.15) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset, 0 1px rgba(0, 0, 0, 0.02); }
|
|
|
|
|
2016-01-12 10:57:38 +00:00
|
|
|
.zammad-chat-status-inner {
|
|
|
|
background: #eee;
|
|
|
|
border-radius: .5em; }
|
2015-11-12 15:19:47 +00:00
|
|
|
|
2015-10-15 09:14:19 +00:00
|
|
|
.zammad-chat-message--customer {
|
|
|
|
text-align: right; }
|
|
|
|
|
|
|
|
.zammad-chat-message--customer + .zammad-chat-message--agent,
|
|
|
|
.zammad-chat-message--agent + .zammad-chat-message--customer {
|
|
|
|
margin-top: 1em; }
|
|
|
|
|
|
|
|
.zammad-chat-message--customer .zammad-chat-message-body {
|
|
|
|
background: #379ad7;
|
|
|
|
color: white; }
|
|
|
|
|
|
|
|
.zammad-chat-message--unread {
|
|
|
|
font-weight: bold; }
|
|
|
|
|
|
|
|
.zammad-chat-message--typing .zammad-chat-message-body {
|
|
|
|
white-space: normal; }
|
|
|
|
|
2015-11-02 15:48:16 +00:00
|
|
|
.zammad-chat-loading-animation {
|
|
|
|
display: inline-block; }
|
|
|
|
|
2015-10-15 09:14:19 +00:00
|
|
|
.zammad-chat-loading-circle {
|
2015-11-13 14:58:44 +00:00
|
|
|
background: #d9d9d9;
|
2015-10-15 09:14:19 +00:00
|
|
|
border-radius: 100%;
|
2016-07-05 11:00:21 +00:00
|
|
|
height: 0.55em;
|
|
|
|
width: 0.55em;
|
2015-10-15 09:14:19 +00:00
|
|
|
display: inline-block;
|
|
|
|
-webkit-animation: ease-in-out load-fade 600ms infinite alternate;
|
|
|
|
animation: ease-in-out load-fade 600ms infinite alternate; }
|
|
|
|
|
|
|
|
.zammad-chat-loading-circle + .zammad-chat-loading-circle {
|
|
|
|
-webkit-animation-delay: .13s;
|
|
|
|
animation-delay: .13s; }
|
|
|
|
|
|
|
|
.zammad-chat-loading-circle + .zammad-chat-loading-circle + .zammad-chat-loading-circle {
|
|
|
|
-webkit-animation-delay: .26s;
|
|
|
|
animation-delay: .26s; }
|
|
|
|
|
|
|
|
@-webkit-keyframes load-fade {
|
|
|
|
from {
|
|
|
|
opacity: .5;
|
|
|
|
-webkit-transform: scale(0.6);
|
|
|
|
transform: scale(0.6); }
|
|
|
|
67% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
transform: scale(1); } }
|
|
|
|
|
|
|
|
@keyframes load-fade {
|
|
|
|
from {
|
|
|
|
opacity: .5;
|
|
|
|
-webkit-transform: scale(0.6);
|
|
|
|
transform: scale(0.6); }
|
|
|
|
67% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
transform: scale(1); } }
|
|
|
|
|
|
|
|
.zammad-chat-controls {
|
|
|
|
overflow: hidden;
|
2016-03-24 10:03:20 +00:00
|
|
|
display: none;
|
2015-11-16 10:53:04 +00:00
|
|
|
-webkit-align-items: flex-start;
|
|
|
|
-ms-flex-align: start;
|
|
|
|
align-items: flex-start;
|
2015-11-13 14:58:44 +00:00
|
|
|
border-top: 1px solid #ededed;
|
2015-10-15 09:14:19 +00:00
|
|
|
padding: 0;
|
2015-11-26 00:09:46 +00:00
|
|
|
margin: 0;
|
2015-10-15 09:14:19 +00:00
|
|
|
line-height: 1.4em;
|
|
|
|
box-shadow: 0 1px rgba(0, 0, 0, 0.01), 0 -1px rgba(0, 0, 0, 0.02);
|
|
|
|
position: relative;
|
|
|
|
background: white; }
|
|
|
|
|
2016-03-24 10:03:20 +00:00
|
|
|
.zammad-chat-is-open .zammad-chat-controls {
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex; }
|
|
|
|
|
2015-10-15 09:14:19 +00:00
|
|
|
.zammad-chat-input {
|
2015-11-26 09:29:29 +00:00
|
|
|
margin: 0;
|
2015-11-26 09:37:49 +00:00
|
|
|
padding: 1em 2em;
|
2015-10-15 09:14:19 +00:00
|
|
|
float: left;
|
2015-11-26 09:29:29 +00:00
|
|
|
width: auto;
|
2015-11-16 16:10:22 +00:00
|
|
|
height: auto;
|
2016-01-12 15:44:21 +00:00
|
|
|
min-height: 1.4em !important;
|
2015-11-26 09:37:49 +00:00
|
|
|
max-height: 6em;
|
2015-10-15 09:14:19 +00:00
|
|
|
font-family: inherit;
|
|
|
|
line-height: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
appearance: none;
|
2015-11-26 09:29:29 +00:00
|
|
|
border: none !important;
|
2015-10-15 09:14:19 +00:00
|
|
|
background: none;
|
2015-11-26 09:37:49 +00:00
|
|
|
box-shadow: none !important;
|
2015-10-15 09:14:19 +00:00
|
|
|
outline: none;
|
|
|
|
resize: none;
|
2015-11-16 10:53:04 +00:00
|
|
|
-webkit-flex: 1;
|
|
|
|
-ms-flex: 1;
|
2015-11-26 09:37:49 +00:00
|
|
|
flex: 1; }
|
2015-10-15 09:14:19 +00:00
|
|
|
|
|
|
|
.zammad-chat-input::-webkit-input-placeholder {
|
2015-11-13 14:58:44 +00:00
|
|
|
color: #d9d9d9; }
|
2015-10-15 09:14:19 +00:00
|
|
|
|
2015-11-12 16:31:20 +00:00
|
|
|
.zammad-chat-button {
|
2015-10-15 09:14:19 +00:00
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
2015-11-26 09:29:29 +00:00
|
|
|
line-height: initial;
|
2015-10-15 09:14:19 +00:00
|
|
|
background: #379ad7;
|
|
|
|
color: white;
|
2015-11-26 09:59:56 +00:00
|
|
|
padding: 0.5em 1.2em;
|
2015-10-15 09:14:19 +00:00
|
|
|
margin: 0.5em 1em 0.5em;
|
|
|
|
cursor: pointer;
|
|
|
|
border: none;
|
|
|
|
border-radius: 1.5em;
|
2015-11-13 14:58:44 +00:00
|
|
|
box-shadow: 0 2px rgba(255, 255, 255, 0.25) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.1);
|
2015-11-12 16:31:20 +00:00
|
|
|
outline: none;
|
|
|
|
display: inline-block; }
|
|
|
|
|
|
|
|
.zammad-chat-send {
|
2015-11-16 10:53:04 +00:00
|
|
|
float: right; }
|
2015-10-15 09:14:19 +00:00
|
|
|
|
2015-12-08 11:32:19 +00:00
|
|
|
.zammad-chat-button:disabled,
|
|
|
|
.zammad-chat-input:disabled {
|
|
|
|
opacity: 0.3; }
|
|
|
|
|
2015-10-15 09:14:19 +00:00
|
|
|
.zammad-chat-is-hidden {
|
|
|
|
display: none; }
|
|
|
|
|
|
|
|
/*
|
|
|
|
# Flat Design
|
|
|
|
*/
|
|
|
|
.zammad-chat--flat .zammad-chat-header,
|
|
|
|
.zammad-chat--flat .zammad-chat-body {
|
|
|
|
border: none; }
|
|
|
|
|
|
|
|
.zammad-chat--flat .zammad-chat-header {
|
2015-11-13 14:58:44 +00:00
|
|
|
box-shadow: none; }
|
2015-10-15 09:14:19 +00:00
|
|
|
|
|
|
|
.zammad-chat--flat .zammad-chat-message-body {
|
2015-11-13 14:58:44 +00:00
|
|
|
box-shadow: none; }
|
2015-10-15 09:14:19 +00:00
|
|
|
|
|
|
|
.zammad-chat--flat .zammad-chat-agent-status,
|
2015-11-12 16:31:20 +00:00
|
|
|
.zammad-chat--flat .zammad-chat-button,
|
2015-11-12 15:19:47 +00:00
|
|
|
.zammad-chat--flat .zammad-chat-status {
|
2015-10-15 09:14:19 +00:00
|
|
|
box-shadow: none; }
|