2017-10-31 07:56:33 +00:00
|
|
|
.rooms {
|
2018-04-23 19:22:37 +00:00
|
|
|
background-color: alpha(@borders, 0.25);
|
2017-11-16 11:56:16 +00:00
|
|
|
}
|
2017-12-22 18:56:36 +00:00
|
|
|
|
|
|
|
.notify-badge {
|
2018-04-23 19:22:37 +00:00
|
|
|
background-color: #555;
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 0.8em;
|
|
|
|
border-radius: 10px;
|
|
|
|
min-width: 10px;
|
|
|
|
padding: 2px 5px 1px;
|
2017-12-22 18:56:36 +00:00
|
|
|
}
|
|
|
|
|
2018-01-13 09:49:45 +00:00
|
|
|
.notify-highlight {
|
2018-04-23 19:22:37 +00:00
|
|
|
background-color: @theme_selected_bg_color;
|
2018-01-13 09:49:45 +00:00
|
|
|
}
|
|
|
|
|
2018-01-15 17:25:07 +00:00
|
|
|
.notify-bold {
|
2018-04-23 19:22:37 +00:00
|
|
|
font-weight: bold;
|
2018-01-15 17:25:07 +00:00
|
|
|
}
|
|
|
|
|
2017-12-22 18:56:36 +00:00
|
|
|
.room-row {
|
2018-04-23 19:22:37 +00:00
|
|
|
padding: 6px 0px;
|
2017-12-22 18:56:36 +00:00
|
|
|
}
|
|
|
|
|
2018-03-19 12:57:46 +00:00
|
|
|
.noroom-title {
|
2018-04-23 19:22:37 +00:00
|
|
|
font-size: larger;
|
|
|
|
opacity: 0.5;
|
2018-03-19 12:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.noroom-description {
|
2018-04-23 19:22:37 +00:00
|
|
|
font-size: smaller;
|
|
|
|
opacity: 0.5;
|
2018-03-19 12:57:46 +00:00
|
|
|
}
|
|
|
|
|
2017-12-22 18:56:36 +00:00
|
|
|
.room-list list row:selected .notify-badge {
|
2018-04-23 19:22:37 +00:00
|
|
|
background-color: white;
|
|
|
|
color: @theme_selected_bg_color;
|
2017-12-22 18:56:36 +00:00
|
|
|
}
|
|
|
|
|
2018-03-06 10:26:22 +00:00
|
|
|
.sidebar {
|
2018-04-23 19:22:37 +00:00
|
|
|
border: none;
|
2018-01-07 20:30:51 +00:00
|
|
|
}
|
|
|
|
|
2017-12-22 20:25:36 +00:00
|
|
|
.room-avatar-container .avatar {
|
2018-04-23 19:22:37 +00:00
|
|
|
margin: 3px;
|
2017-12-25 09:59:11 +00:00
|
|
|
}
|
2018-01-10 16:44:23 +00:00
|
|
|
|
2018-03-21 17:58:34 +00:00
|
|
|
.room-menu {
|
2018-04-23 19:22:37 +00:00
|
|
|
padding: 0 6px;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
border-top-style: none;
|
|
|
|
border-bottom-style: none;
|
2018-03-21 17:58:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.room-menu:hover:not(:backdrop) {
|
2018-04-23 19:22:37 +00:00
|
|
|
background-image: none;
|
|
|
|
text-shadow: none;
|
2018-03-21 17:58:34 +00:00
|
|
|
}
|
|
|
|
|
2018-01-10 16:44:23 +00:00
|
|
|
.room-title {
|
2018-04-23 19:22:37 +00:00
|
|
|
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-10 16:44:23 +00:00
|
|
|
}
|
2018-01-11 08:46:52 +00:00
|
|
|
|
|
|
|
.room-empty-text {
|
2018-04-23 19:22:37 +00:00
|
|
|
color: @insensitive_fg_color;
|
|
|
|
padding: 10px;
|
|
|
|
font-size: x-small;
|
2018-01-11 08:46:52 +00:00
|
|
|
}
|
2018-01-19 11:16:38 +00:00
|
|
|
|
2018-05-30 14:27:21 +00:00
|
|
|
.room-directory row {
|
|
|
|
padding-top: 18px;
|
|
|
|
padding-bottom: 18px;
|
|
|
|
border-bottom: solid 1px rgba(0,0,0, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.room-directoy row:last-child {
|
|
|
|
padding-top: 18px;
|
|
|
|
padding-bottom: 18px;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2018-03-23 11:52:07 +00:00
|
|
|
row:not(:selected) .member-uid {
|
2018-04-23 19:22:37 +00:00
|
|
|
color: @insensitive_fg_color;
|
2018-03-23 11:52:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.member-uid {
|
2018-04-23 19:22:37 +00:00
|
|
|
font-size: x-small;
|
2018-01-19 11:16:38 +00:00
|
|
|
}
|
2018-02-01 18:27:35 +00:00
|
|
|
|
2018-02-02 12:43:07 +00:00
|
|
|
.direct-chat {
|
2018-04-23 19:22:37 +00:00
|
|
|
color: alpha(@theme_fg_color, 0.5);
|
2018-02-01 18:27:35 +00:00
|
|
|
}
|
2018-04-23 19:22:37 +00:00
|
|
|
|
2018-02-02 12:43:07 +00:00
|
|
|
.room-list list row:selected .direct-chat {
|
2018-04-23 19:22:37 +00:00
|
|
|
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 {
|
2018-04-23 19:22:37 +00:00
|
|
|
background-color: transparent;
|
2018-02-12 07:33:05 +00:00
|
|
|
}
|
2018-02-16 09:52:58 +00:00
|
|
|
|
2018-04-23 19:22:37 +00:00
|
|
|
/** message history **/
|
2018-04-06 16:35:13 +00:00
|
|
|
.messages-history {
|
2018-04-23 19:22:37 +00:00
|
|
|
background-color: @theme_base_color;
|
2018-04-24 18:37:49 +00:00
|
|
|
padding: 0 18px 18px;
|
2018-04-23 19:22:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.messages-history > row:not(.msg-mention) {
|
|
|
|
padding: 6px 9px;
|
2018-04-06 16:35:13 +00:00
|
|
|
}
|
|
|
|
|
2018-04-13 13:45:05 +00:00
|
|
|
.scroll_button {
|
2018-04-23 19:22:37 +00:00
|
|
|
border-radius: 9999px;
|
|
|
|
-gtk-outline-radius: 9999px;
|
2018-04-13 13:45:05 +00:00
|
|
|
}
|
|
|
|
|
2018-04-23 19:22:37 +00:00
|
|
|
row.msg-mention {
|
|
|
|
background: alpha(@theme_selected_bg_color, 0.2);
|
|
|
|
border-left: 3px solid @theme_selected_bg_color;
|
|
|
|
padding: 6px;
|
|
|
|
padding-right: 9px;
|
|
|
|
padding-left: 6px;
|
|
|
|
border-radius: 3px;
|
2018-04-06 16:35:13 +00:00
|
|
|
}
|
|
|
|
|
2018-04-23 19:22:37 +00:00
|
|
|
row.msg-tmp {
|
2018-04-06 16:35:13 +00:00
|
|
|
color: alpha(@theme_fg_color, 0.4);
|
|
|
|
}
|
|
|
|
|
2018-04-23 19:22:37 +00:00
|
|
|
row.msg-emote {
|
|
|
|
font-size: small;
|
|
|
|
padding: 12px 0px;
|
2018-02-16 09:52:58 +00:00
|
|
|
}
|
|
|
|
|
2018-04-23 19:22:37 +00:00
|
|
|
row .username {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: small;
|
|
|
|
}
|
2018-04-06 16:35:13 +00:00
|
|
|
|
2018-04-23 19:22:37 +00:00
|
|
|
row .username,
|
|
|
|
row.msg-emote,
|
|
|
|
.divider {
|
|
|
|
color: @theme_selected_bg_color;
|
2018-04-06 16:35:13 +00:00
|
|
|
}
|
2018-02-19 19:41:05 +00:00
|
|
|
|
2018-04-23 19:22:37 +00:00
|
|
|
.divider separator {
|
|
|
|
background: @theme_selected_bg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
row .timestamp {
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** autocomplete popover **/
|
2018-03-23 11:52:07 +00:00
|
|
|
.autocomplete {
|
|
|
|
margin-left: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete,
|
|
|
|
.autocomplete list,
|
|
|
|
.autocomplete row:not(:hover):not(:selected) {
|
|
|
|
background-color: @theme_bg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete .frame {
|
2018-04-23 19:22:37 +00:00
|
|
|
border: 0;
|
2018-03-23 11:52:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete row {
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
2018-02-19 19:41:05 +00:00
|
|
|
|
|
|
|
.invite-selected,
|
|
|
|
.invite-selected row {
|
2018-04-23 19:22:37 +00:00
|
|
|
background-color: @theme_bg_color;
|
2018-02-20 10:27:08 +00:00
|
|
|
}
|
2018-03-06 10:26:22 +00:00
|
|
|
|
|
|
|
/*#FIXME css style to remove round corners in the header*/
|
|
|
|
stack headerbar:last-child:not(:only-child) {
|
|
|
|
border-top-left-radius: 0px;
|
|
|
|
}
|
|
|
|
stack headerbar:first-child:not(:only-child) {
|
|
|
|
border-top-right-radius: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
stack.titlebar:not(headerbar) > box > separator {
|
2018-04-23 19:22:37 +00:00
|
|
|
background-color: @borders;
|
2018-03-06 10:26:22 +00:00
|
|
|
}
|
2018-05-27 17:58:17 +00:00
|
|
|
|
2018-05-27 19:42:44 +00:00
|
|
|
@keyframes spin {
|
|
|
|
to { -gtk-icon-transform: rotate(1turn); }
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-spinner {
|
|
|
|
background-color: @insensitive_bg_color;
|
|
|
|
-gtk-icon-source: -gtk-icontheme('process-working-symbolic');
|
|
|
|
opacity: 1;
|
|
|
|
animation: spin 1s linear infinite;
|
|
|
|
}
|