chat client: fix css
This commit is contained in:
parent
cad8efe84e
commit
b7f0eb2c3f
2 changed files with 4 additions and 4 deletions
|
@ -91,7 +91,7 @@
|
||||||
padding: 0 0.7em;
|
padding: 0 0.7em;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04); }
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset; }
|
||||||
|
|
||||||
.zammad-chat-agent-status:before {
|
.zammad-chat-agent-status:before {
|
||||||
content: "";
|
content: "";
|
||||||
|
@ -103,7 +103,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04); }
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset; }
|
||||||
|
|
||||||
.zammad-chat-agent-status[data-status="online"]:before {
|
.zammad-chat-agent-status[data-status="online"]:before {
|
||||||
background: #52c782; }
|
background: #52c782; }
|
||||||
|
|
|
@ -105,7 +105,7 @@
|
||||||
padding: 0 .7em;
|
padding: 0 .7em;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
background: rgba(0,0,0,.1);
|
background: rgba(0,0,0,.1);
|
||||||
box-shadow: 0 0 0 1px rgba(0,0,0,.04);
|
box-shadow: 0 0 0 1px rgba(0,0,0,.04) inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zammad-chat-agent-status:before {
|
.zammad-chat-agent-status:before {
|
||||||
|
@ -118,7 +118,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
box-shadow: 0 0 0 1px rgba(0,0,0,.04);
|
box-shadow: 0 0 0 1px rgba(0,0,0,.04) inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zammad-chat-agent-status[data-status="online"]:before {
|
.zammad-chat-agent-status[data-status="online"]:before {
|
||||||
|
|
Loading…
Reference in a new issue