2018-04-18 02:35:29 +00:00
|
|
|
/*
|
|
|
|
** Avatar Radius + Profile
|
|
|
|
*/
|
|
|
|
|
|
|
|
div[class*="mask-"]
|
|
|
|
{
|
|
|
|
mask: none !important;
|
|
|
|
-webkit-mask: none !important;
|
|
|
|
-webkit-mask-size: 0% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div[class*="avatarDefault-"],
|
|
|
|
div[class*="avatarSpeaking-"],
|
|
|
|
div[class*="avatar-"],
|
|
|
|
div[class*="avatarHint-"],
|
|
|
|
div[class*="avatar-"] > div[class*="image-"],
|
|
|
|
.ui-call-avatar.voice {
|
|
|
|
border-radius: var(--avatar-border-radius) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*div[class*="avatar-"] .status.status-typing {
|
|
|
|
border-style: hidden !important;
|
|
|
|
animation: flickerAnimation 1s infinite;
|
|
|
|
}
|
|
|
|
.status.status-typing .spinner {
|
|
|
|
transform: rotate(-90deg);
|
|
|
|
}*/
|
|
|
|
|
|
|
|
.protip {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
div[class^="footer-"] {
|
|
|
|
padding: 10px 10px 2px 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Profile Roles */
|
|
|
|
|
2018-05-01 00:59:40 +00:00
|
|
|
[class*="role-"] {
|
2018-04-18 02:35:29 +00:00
|
|
|
position:relative;
|
|
|
|
border-radius:0%;
|
|
|
|
padding-right:10px;
|
|
|
|
}
|
|
|
|
|
2018-05-01 00:59:40 +00:00
|
|
|
[class*="roleCircle-"] {
|
2018-04-18 02:35:29 +00:00
|
|
|
border-radius:0%;
|
|
|
|
position:absolute;
|
|
|
|
width:100%;
|
|
|
|
height:22px;
|
|
|
|
z-index:1;
|
|
|
|
opacity:1;
|
|
|
|
margin-right:0;
|
|
|
|
margin-left:-4px;
|
|
|
|
}
|
|
|
|
|
2018-05-01 00:59:40 +00:00
|
|
|
[class*="roleName-"] {
|
2018-04-18 02:35:29 +00:00
|
|
|
z-index:2;
|
|
|
|
}
|
|
|
|
|
2018-05-01 00:59:40 +00:00
|
|
|
[class*="roleRemoveIcon-"] {
|
2018-04-18 02:35:29 +00:00
|
|
|
display: block;
|
|
|
|
margin: 6px 2px 6px 0;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2018-05-01 00:59:40 +00:00
|
|
|
[class*="roleRemoveIcon-"] .fill {
|
2018-04-18 02:35:29 +00:00
|
|
|
z-index:5;
|
|
|
|
}
|
|
|
|
|
2018-05-01 00:59:40 +00:00
|
|
|
[class*="addButton-"] {
|
2018-04-18 02:35:29 +00:00
|
|
|
z-index:3;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|