2017-10-31 07:56:33 +00:00
|
|
|
.rooms {
|
|
|
|
background-color: alpha(@borders, 0.25);
|
|
|
|
}
|
|
|
|
|
2017-11-16 11:56:16 +00:00
|
|
|
.full-separator {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
2017-12-22 18:56:36 +00:00
|
|
|
|
|
|
|
.notify-badge {
|
|
|
|
background-color: #555;
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 0.8em;
|
|
|
|
border-radius: 10px;
|
|
|
|
min-width: 10px;
|
|
|
|
padding: 1px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.room-row {
|
|
|
|
padding: 8px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.room-list list row:selected .notify-badge {
|
|
|
|
background-color: white;
|
|
|
|
color: @theme_selected_bg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.room-list list {
|
|
|
|
background-color: #f4f4f3;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
.room-list list row .avatar {
|
|
|
|
border: 2px solid white;
|
|
|
|
border-radius: 20px;
|
|
|
|
}
|
|
|
|
**/
|