2017-04-17 22:19:47 +02:00
|
|
|
#left-sidebar {
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2017-05-08 22:26:09 +02:00
|
|
|
|
|
|
|
font-size: 0.89rem;
|
2017-04-17 22:19:47 +02:00
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
#left-sidebar #user-list,
|
|
|
|
#left-sidebar #group-pm-list {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#streams_inline_cog,
|
2017-09-25 16:13:19 +02:00
|
|
|
#streams_filter_icon {
|
2016-10-28 07:12:32 +02:00
|
|
|
float: right;
|
2017-11-16 01:02:55 +01:00
|
|
|
opacity: 0.50;
|
2016-10-28 07:12:32 +02:00
|
|
|
font-size: 13px;
|
|
|
|
margin-top: 3px;
|
2017-04-17 22:19:47 +02:00
|
|
|
margin-left: 10px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#streams_inline_cog:hover,
|
2017-09-25 16:13:19 +02:00
|
|
|
#streams_filter_icon:hover {
|
2017-11-16 01:02:55 +01:00
|
|
|
opacity: 1;
|
2017-09-14 20:33:03 +02:00
|
|
|
cursor: pointer;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-09-25 16:13:19 +02:00
|
|
|
#streams_header {
|
2017-09-09 15:00:00 +02:00
|
|
|
margin-top: 3px;
|
2017-01-12 00:03:20 +01:00
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
#streams_inline_cog {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hashtag:empty:after {
|
|
|
|
content: "#";
|
|
|
|
font-size: 1.3rem;
|
|
|
|
font-weight: 800;
|
2017-04-26 20:37:44 +02:00
|
|
|
line-height: 0;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip {
|
|
|
|
max-width: 10em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stream_filters {
|
|
|
|
overflow: visible;
|
2017-12-11 00:49:41 +01:00
|
|
|
margin: 2px 0px 22px 0px;
|
2016-10-28 07:12:32 +02:00
|
|
|
padding: 0;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2017-12-04 22:29:55 +01:00
|
|
|
.left-sidebar li {
|
|
|
|
margin: 1px 0px;
|
|
|
|
}
|
|
|
|
|
2017-12-04 22:29:16 +01:00
|
|
|
.left-sidebar li a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
#stream_filters li {
|
2017-11-08 00:50:53 +01:00
|
|
|
padding: 1px 0px;
|
2017-04-17 22:19:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#stream_filters li ul {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stream_filters li ul.topic-list li {
|
2017-11-08 00:50:53 +01:00
|
|
|
padding: 2px 0px 2px 29px;
|
2017-04-17 22:19:47 +02:00
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
#stream-filters-container {
|
2017-04-05 14:18:35 +02:00
|
|
|
overflow-x: hidden;
|
2016-10-28 07:12:32 +02:00
|
|
|
overflow-y: hidden;
|
|
|
|
position: relative;
|
2016-11-29 20:11:29 +01:00
|
|
|
z-index: 0;
|
2017-01-15 17:39:04 +01:00
|
|
|
width: 100%;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.stream-list-filter {
|
|
|
|
margin-left: 1ex;
|
|
|
|
}
|
|
|
|
|
2017-12-09 01:19:33 +01:00
|
|
|
#global_filters li:hover,
|
|
|
|
#stream_filters li:hover {
|
|
|
|
background-color: hsl(93, 19%, 88%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#stream_filters li.active-sub-filter:hover {
|
|
|
|
background-color: hsl(120, 11%, 82%);
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters {
|
|
|
|
list-style-type: none;
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters a {
|
2017-11-16 01:27:07 +01:00
|
|
|
color: inherit;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters hr {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.active-filter,
|
|
|
|
li.active-sub-filter {
|
|
|
|
font-weight: 600 !important;
|
2017-12-09 01:19:33 +01:00
|
|
|
background: hsl(202, 56%, 91%);
|
2016-10-28 07:12:32 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
.left-sidebar .sidebar-title a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2017-05-13 23:41:35 +02:00
|
|
|
.left-sidebar .sidebar-title:hover {
|
2017-11-16 01:02:55 +01:00
|
|
|
opacity: 1;
|
2017-05-13 23:41:35 +02:00
|
|
|
}
|
|
|
|
|
2017-05-08 22:26:09 +02:00
|
|
|
#left-sidebar .filter-icon {
|
2016-10-28 07:12:32 +02:00
|
|
|
display: inline-block;
|
|
|
|
width: 18px;
|
|
|
|
text-align: center;
|
2017-05-08 22:26:09 +02:00
|
|
|
margin-right: 3px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.stream-pin-icon {
|
|
|
|
margin-right: 4px !important;
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#global_filters .global-filter {
|
|
|
|
position: relative;
|
2017-11-08 00:50:53 +01:00
|
|
|
padding: 1px 10px;
|
2017-04-17 22:19:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.left-sidebar li {
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
2017-11-30 23:25:05 +01:00
|
|
|
|
|
|
|
border-radius: 4px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#global_filters .global-filter i {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2017-04-27 20:35:47 +02:00
|
|
|
#global_filters .global-filter a {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2018-02-07 02:17:14 +01:00
|
|
|
.left-sidebar li a.conversation-partners:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2017-04-26 20:37:44 +02:00
|
|
|
#global_filters .global-filter i.icon-vector-home {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
2017-04-27 20:18:06 +02:00
|
|
|
left: -1px;
|
2017-04-26 20:37:44 +02:00
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#global_filters .global-filter i.icon-vector-envelope {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
#global_filters .count,
|
|
|
|
#stream_filters .count {
|
2017-04-17 22:19:47 +02:00
|
|
|
float: right;
|
|
|
|
margin-top: 3px;
|
2017-04-26 20:37:44 +02:00
|
|
|
line-height: 12px;
|
2017-12-09 01:19:33 +01:00
|
|
|
background: hsl(105, 2%, 50%);
|
2017-11-08 00:50:53 +01:00
|
|
|
padding: 1px 4px;
|
2016-10-28 07:12:32 +02:00
|
|
|
border-radius: 0px;
|
2017-11-13 16:34:06 +01:00
|
|
|
color: hsl(0, 0%, 100%);
|
2016-10-28 07:12:32 +02:00
|
|
|
font-size: 12px;
|
|
|
|
font-weight: normal;
|
|
|
|
letter-spacing: 0.6px;
|
2017-04-17 22:19:47 +02:00
|
|
|
border-radius: 4px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#global_filters .count {
|
2017-10-19 20:40:55 +02:00
|
|
|
margin-right: 20px;
|
2017-11-08 00:50:53 +01:00
|
|
|
margin-top: 3px;
|
2016-10-28 07:12:32 +02:00
|
|
|
display: none;
|
2017-05-10 04:17:33 +02:00
|
|
|
|
2017-11-08 00:50:53 +01:00
|
|
|
line-height: 12px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
#stream_filters .count {
|
2017-10-19 20:40:55 +02:00
|
|
|
margin-right: 15px;
|
2017-04-17 22:19:47 +02:00
|
|
|
}
|
|
|
|
|
2017-07-20 04:46:01 +02:00
|
|
|
.topic-box {
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
2016-11-05 20:23:40 +01:00
|
|
|
.topic-name {
|
|
|
|
display: block;
|
2017-11-08 00:50:53 +01:00
|
|
|
line-height: 1.1;
|
2017-11-01 20:15:38 +01:00
|
|
|
width: calc(100% - 5px);
|
2016-11-05 20:23:40 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2018-02-07 02:17:14 +01:00
|
|
|
.left-sidebar li a.topic-name:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2016-11-12 01:17:17 +01:00
|
|
|
.topic-unread-count,
|
|
|
|
.private_message_count {
|
2016-10-28 07:12:32 +02:00
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
line-height: 1em;
|
2017-04-17 22:19:47 +02:00
|
|
|
top: 4px;
|
2017-11-08 00:50:53 +01:00
|
|
|
padding: 1px 4px 1px 4px;
|
2017-12-09 01:19:33 +01:00
|
|
|
background: hsl(107, 5%, 66%);
|
2017-11-13 16:34:06 +01:00
|
|
|
color: hsl(0, 0%, 100%);
|
2016-10-28 07:12:32 +02:00
|
|
|
border-radius: 1px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: normal;
|
|
|
|
letter-spacing: 0.6px;
|
2017-04-17 22:19:47 +02:00
|
|
|
border-radius: 4px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2016-11-12 01:17:17 +01:00
|
|
|
.topic-unread-count {
|
2017-10-19 20:40:55 +02:00
|
|
|
right: 30px;
|
2017-11-08 00:50:53 +01:00
|
|
|
top: 3px;
|
2016-11-12 01:17:17 +01:00
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
.private_message_count {
|
2017-10-19 20:40:55 +02:00
|
|
|
right: 20px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters i {
|
|
|
|
padding-right: 0.25em;
|
|
|
|
/* Make filter icons the same width so labels line up. */
|
|
|
|
display: inline-block;
|
|
|
|
width: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters .arrow {
|
|
|
|
position: absolute;
|
|
|
|
top: 2px;
|
2017-10-19 20:40:55 +02:00
|
|
|
right: 10px;
|
2016-10-28 07:12:32 +02:00
|
|
|
font-size: 0.8em;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters li:hover .arrow {
|
|
|
|
display: inline;
|
|
|
|
cursor: pointer;
|
2017-06-21 08:59:05 +02:00
|
|
|
color: hsl(0, 0%, 53%);
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters li .arrow:hover {
|
|
|
|
display: inline;
|
|
|
|
cursor: pointer;
|
2017-06-21 08:59:05 +02:00
|
|
|
color: hsl(0, 0%, 0%);
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters .topic-sidebar-arrow {
|
|
|
|
font-size: 0.7em;
|
|
|
|
top: 1px;
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2016-11-05 19:46:55 +01:00
|
|
|
li.topic-list-item:hover .topic-sidebar-arrow {
|
2016-10-28 07:12:32 +02:00
|
|
|
display: inline !important;
|
|
|
|
cursor: pointer;
|
2017-06-21 08:59:05 +02:00
|
|
|
color: hsl(0, 0%, 53%);
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2016-11-05 19:46:55 +01:00
|
|
|
li.topic-list-item .topic-sidebar-arrow:hover {
|
2016-10-28 07:12:32 +02:00
|
|
|
display: inline;
|
|
|
|
cursor: pointer;
|
2017-06-21 08:59:05 +02:00
|
|
|
color: hsl(0, 0%, 0%);
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.filters li.muted_topic,
|
|
|
|
ul.filters li.out_of_home_view {
|
|
|
|
opacity: 0.25;
|
|
|
|
}
|
|
|
|
|
2016-12-01 01:55:44 +01:00
|
|
|
ul.filters li.out_of_home_view:hover {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
ul.filters li.out_of_home_view li.muted_topic {
|
|
|
|
/* If stream is muted, this resets opacity of muted topics in muted
|
|
|
|
stream to 1; since opacity is multiplied down through child
|
|
|
|
elements, this avoids an unreadable opacity of 0.25^2. */
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stream_filters .subscription_block {
|
2017-11-07 19:34:43 +01:00
|
|
|
padding: 0px;
|
2017-04-17 22:19:47 +02:00
|
|
|
margin-right: 18px;
|
|
|
|
margin-left: 10px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-04-26 20:37:44 +02:00
|
|
|
#stream_filters .subscription_block::after {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2016-12-06 09:20:32 +01:00
|
|
|
#stream_filters .subscription_block .stream-name {
|
2017-11-01 20:15:38 +01:00
|
|
|
display: inline-block;
|
2017-11-07 19:09:59 +01:00
|
|
|
width: calc(100% - 76px);
|
2017-11-01 20:15:38 +01:00
|
|
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
|
2017-11-08 00:50:53 +01:00
|
|
|
line-height: 1.1;
|
2017-11-01 20:15:38 +01:00
|
|
|
position: relative;
|
2017-11-08 00:50:53 +01:00
|
|
|
top: 3px;
|
2016-12-06 09:20:32 +01:00
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
#stream_filters .subscription_block.stream-with-count {
|
2017-04-17 22:19:47 +02:00
|
|
|
margin-right: 15px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
.stream-privacy {
|
|
|
|
font-size: 15px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
.stream-privacy .icon-vector-lock {
|
|
|
|
display: inline-block;
|
|
|
|
width: 9px;
|
|
|
|
margin-right: 2px;
|
|
|
|
margin-left: 1px;
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
.stream-privacy .hashtag {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
margin-right: 5px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2016-11-05 19:34:47 +01:00
|
|
|
ul.topic-list {
|
2016-10-28 07:12:32 +02:00
|
|
|
list-style-type: none;
|
|
|
|
font-weight: normal;
|
2017-04-17 22:19:47 +02:00
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
ul.expanded_private_messages {
|
|
|
|
list-style-type: none;
|
|
|
|
font-weight: 300;
|
2017-04-17 22:19:47 +02:00
|
|
|
font-size: 0.9em;
|
|
|
|
font-weight: 400;
|
2016-10-28 07:12:32 +02:00
|
|
|
margin-left: 0px;
|
|
|
|
padding-bottom: 2px;
|
2017-04-17 22:19:47 +02:00
|
|
|
margin-top: 3px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
li.show-more-topics,
|
2016-11-05 19:38:23 +01:00
|
|
|
li.topic-list-item {
|
2016-10-28 07:12:32 +02:00
|
|
|
position: relative;
|
2017-04-18 20:05:48 +02:00
|
|
|
padding-right: 5px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
li.show-more-private-messages,
|
|
|
|
li.expanded_private_message {
|
|
|
|
position: relative;
|
2017-10-20 21:23:47 +02:00
|
|
|
padding: 1px 0px 1px 24px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
li.expanded_private_message a {
|
2017-10-20 21:23:47 +02:00
|
|
|
margin: 2px 0px;
|
2017-04-17 22:19:47 +02:00
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
.show-all-streams a {
|
2017-06-21 08:59:05 +02:00
|
|
|
color: hsl(0, 0%, 20%);
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2016-11-05 20:13:36 +01:00
|
|
|
.pm-box,
|
|
|
|
.topic-box {
|
2016-10-28 07:12:32 +02:00
|
|
|
display: block;
|
|
|
|
margin-right: 38px;
|
2017-05-13 22:23:39 +02:00
|
|
|
padding-top: 1px;
|
|
|
|
cursor: pointer;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-04-17 22:19:47 +02:00
|
|
|
.pm-box {
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
2016-11-05 20:13:36 +01:00
|
|
|
.zero-subject-unreads .pm-box,
|
|
|
|
.zero-subject-unreads .topic-box {
|
2016-10-28 07:12:32 +02:00
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zoom-out #topics_header {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#global_filters {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2017-12-04 22:31:54 +01:00
|
|
|
#global_filters i {
|
2018-02-07 02:02:12 +01:00
|
|
|
opacity: 0.7;
|
2017-12-04 22:31:54 +01:00
|
|
|
}
|
|
|
|
|
2017-07-07 23:59:18 +02:00
|
|
|
#topics_header {
|
2016-10-28 07:12:32 +02:00
|
|
|
margin-right: 10px;
|
2017-09-26 20:36:37 +02:00
|
|
|
color: hsl(0, 0%, 43%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#topics_header a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topics_header a i {
|
2017-09-27 18:23:30 +02:00
|
|
|
margin: 0 5px 0 10px;
|
2017-09-26 20:36:37 +02:00
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#streams_header {
|
|
|
|
margin-right: 0px;
|
|
|
|
padding-left: 10px;
|
2018-01-04 18:14:27 +01:00
|
|
|
cursor: pointer;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#stream_filters .inactive_stream {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zero_count {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.show-more-topics a {
|
2017-08-11 23:41:31 +02:00
|
|
|
margin-left: 5px;
|
|
|
|
font-size: 80%;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
li.show-more-private-messages a {
|
2017-03-14 16:18:40 +01:00
|
|
|
font-size: 90%;
|
2016-10-28 07:12:32 +02:00
|
|
|
}
|
|
|
|
|
2017-09-22 00:12:55 +02:00
|
|
|
.searching-for-more-topics {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-09-27 00:48:17 +02:00
|
|
|
.searching-for-more-topics img {
|
|
|
|
height: 16px;
|
|
|
|
margin-left: 6px;
|
2017-09-22 00:12:55 +02:00
|
|
|
}
|
|
|
|
|
2017-09-22 03:26:10 +02:00
|
|
|
.no-more-topics-found {
|
2017-09-27 00:48:17 +02:00
|
|
|
opacity: 0.7;
|
|
|
|
font-style: italic;
|
|
|
|
margin: 2px 0px 0px 6px;
|
|
|
|
font-size: 0.9em;
|
2017-09-22 03:26:10 +02:00
|
|
|
}
|
|
|
|
|
2017-09-27 00:48:17 +02:00
|
|
|
.no-more-topics-found {
|
2017-09-25 19:22:54 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
.zoom-in .show-more-topics {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-12-17 01:14:07 +01:00
|
|
|
.zoomed-in .show-more-private-messages {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zoomed-out .zoom-out-hide {
|
2016-10-28 07:12:32 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zoom-out .zoom-out-hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zoom-in .zoom-in-hide {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-03-29 22:15:21 +02:00
|
|
|
|
|
|
|
.show-all-streams .icon-vector-chevron-left {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|