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;
|
|
|
|
}
|
|
|
|
|
2018-01-13 09:49:45 +00:00
|
|
|
.notify-highlight {
|
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
}
|
|
|
|
|
2018-01-15 17:25:07 +00:00
|
|
|
.notify-bold {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2017-12-22 18:56:36 +00:00
|
|
|
.room-row {
|
|
|
|
padding: 8px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.room-list list row:selected .notify-badge {
|
|
|
|
background-color: white;
|
|
|
|
color: @theme_selected_bg_color;
|
|
|
|
}
|
|
|
|
|
2018-01-11 22:53:46 +00:00
|
|
|
.room-list.sidebar {
|
|
|
|
border: none;
|
2018-01-07 20:30:51 +00:00
|
|
|
}
|
|
|
|
|
2017-12-22 20:25:36 +00:00
|
|
|
.room-avatar-container .avatar {
|
|
|
|
margin: 3px;
|
|
|
|
}
|
2017-12-25 09:59:11 +00:00
|
|
|
|
|
|
|
.username {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2018-01-10 16:44:23 +00:00
|
|
|
|
|
|
|
.room-title {
|
|
|
|
padding: 5px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
border-bottom: 1px solid @borders;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-left: 4px;
|
|
|
|
margin-right: 4px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: x-small;
|
|
|
|
color: @insensitive_fg_color;
|
|
|
|
}
|
2018-01-11 08:46:52 +00:00
|
|
|
|
|
|
|
.room-empty-text {
|
|
|
|
color: @insensitive_fg_color;
|
|
|
|
padding: 10px;
|
|
|
|
font-size: x-small;
|
|
|
|
}
|
2018-01-19 11:16:38 +00:00
|
|
|
|
|
|
|
.member-uid {
|
|
|
|
color: @insensitive_fg_color;
|
|
|
|
font-size: x-small;
|
|
|
|
}
|
2018-02-01 18:27:35 +00:00
|
|
|
|
2018-02-02 12:43:07 +00:00
|
|
|
.direct-chat {
|
|
|
|
color: alpha(@theme_fg_color, 0.5);
|
2018-02-01 18:27:35 +00:00
|
|
|
}
|
2018-02-02 12:43:07 +00:00
|
|
|
.room-list list row:selected .direct-chat {
|
|
|
|
color: alpha(@theme_selected_fg_color, 0.5);
|
2018-02-01 18:27:35 +00:00
|
|
|
}
|
2018-02-12 07:33:05 +00:00
|
|
|
|
|
|
|
.collapsed row:selected {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|