Try a new status indicator in messaging
This commit is contained in:
@@ -176,17 +176,25 @@
|
||||
//opacity: 0.7;
|
||||
//background-color: #777;
|
||||
|
||||
width: (@room-height - 6px);
|
||||
/* width: (@room-height - 6px);
|
||||
top: 3px;
|
||||
bottom: 3px;
|
||||
left: 3px;
|
||||
border-radius: 100%;
|
||||
*/
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
top: 0;
|
||||
right: 0;
|
||||
border-bottom-left-radius: 100%;
|
||||
|
||||
&.cp-app-contacts-online {
|
||||
//background-color: green;
|
||||
background-color: white;
|
||||
//background-color: white;
|
||||
background-color: #c5ffa8;
|
||||
}
|
||||
&.cp-app-contacts-offline {
|
||||
display: none;
|
||||
//background-color: red;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user