2018-03-28 19:41:26 +02:00
|
|
|
body.night-mode {
|
2017-12-07 05:33:16 +01:00
|
|
|
background-color: hsl(212, 28%, 18%);
|
|
|
|
color: hsl(236, 33%, 90%);
|
2017-11-14 18:50:06 +01:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.app-main,
|
|
|
|
.header-main,
|
|
|
|
#tab_bar_underpadding,
|
|
|
|
.floating_recipient .message-header-wrapper,
|
|
|
|
.column-middle,
|
|
|
|
#compose,
|
|
|
|
.column-left .left-sidebar,
|
|
|
|
.column-right .right-sidebar,
|
|
|
|
#subscription_overlay .right,
|
|
|
|
#settings_page .form-sidebar,
|
|
|
|
#settings_page .right {
|
|
|
|
background-color: hsl(212, 28%, 18%);
|
|
|
|
}
|
2017-12-06 03:37:16 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.message_embed .data-container::after {
|
|
|
|
background: linear-gradient(0deg, hsl(212, 28%, 18%), transparent 10%);
|
|
|
|
}
|
2018-01-09 23:19:58 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.column-left .left-sidebar,
|
|
|
|
#settings_page .form-sidebar,
|
|
|
|
.column-right .right-sidebar {
|
|
|
|
border-color: hsla(0, 0%, 0%, 0.2);
|
|
|
|
}
|
2017-12-06 03:37:16 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.dark .message_label_clickable.stream_label,
|
|
|
|
.dark .stream_label,
|
|
|
|
.stream_label {
|
|
|
|
color: hsl(212, 28%, 18%);
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.new-style label.checkbox input[type=checkbox] ~ span {
|
|
|
|
border-color: hsla(0, 0%, 100%, 0.4);
|
|
|
|
}
|
2017-11-16 01:43:43 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.modal-bg {
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsl(212, 28%, 18%);
|
2018-08-01 02:40:49 +02:00
|
|
|
}
|
2017-11-16 01:43:43 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.streams_popover .sp-container {
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: transparent;
|
2018-08-01 02:40:49 +02:00
|
|
|
}
|
2017-11-16 01:43:43 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
/* this one is because in the app we have blue and in night-mode it should be white. */
|
|
|
|
.popover a {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2017-11-16 01:43:43 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.dark_background a,
|
|
|
|
a.dark_background:hover,
|
|
|
|
.dark_background,
|
|
|
|
.message_reactions .message_reaction_count,
|
|
|
|
.message_reactions .reaction_button i,
|
|
|
|
.message_reactions:hover .message_reaction + .reaction_button {
|
|
|
|
color: inherit !important;
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-12-21 21:37:52 +01:00
|
|
|
/* this one makes the border of the reactions highlighted on hovering. */
|
|
|
|
.message_reaction:hover,
|
|
|
|
.reaction_button:hover {
|
2019-01-23 00:33:18 +01:00
|
|
|
border-color: hsl(0, 0%, 100%) !important;
|
2018-12-21 21:37:52 +01:00
|
|
|
}
|
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
/* do not turn the .message_header .stream_label text dark on hover because they're
|
2017-11-30 00:56:36 +01:00
|
|
|
on a dark background, and don't change the dark labels dark either. */
|
2018-08-01 02:40:49 +02:00
|
|
|
.message_header:not(.dark_background) a.stream_label:not(.dark_background):hover,
|
|
|
|
#tab_list li.stream:not(.dark_background) {
|
|
|
|
color: hsl(212, 28%, 18%) !important;
|
|
|
|
}
|
2018-01-30 06:15:18 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
/* these are converting grey things to "new grey" */
|
2018-08-06 03:13:23 +02:00
|
|
|
*[disabled=disabled],
|
2018-08-01 02:40:49 +02:00
|
|
|
.sidebar-title,
|
|
|
|
.recipient_row_date {
|
|
|
|
color: inherit;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
2018-04-19 05:10:49 +02:00
|
|
|
|
2018-08-23 00:32:00 +02:00
|
|
|
.new-style .button:not(.save-status),
|
2018-08-06 03:13:23 +02:00
|
|
|
.new-style .button[disabled=disabled]:hover,
|
2018-08-01 02:40:49 +02:00
|
|
|
input[type="text"],
|
|
|
|
input[type="email"],
|
|
|
|
input[type="password"],
|
|
|
|
input[type="number"],
|
|
|
|
input[type="url"],
|
|
|
|
input[type="date"],
|
|
|
|
textarea,
|
|
|
|
.new-style .tab-switcher .ind-tab:not(.selected),
|
|
|
|
select,
|
|
|
|
.pill-container {
|
|
|
|
background-color: hsla(0, 0%, 0%, 0.2);
|
|
|
|
border-color: hsla(0, 0%, 0%, 0.6);
|
|
|
|
color: inherit;
|
|
|
|
}
|
2018-03-06 15:07:55 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
select option {
|
|
|
|
background-color: hsl(212, 28%, 18%);
|
|
|
|
color: hsl(236, 33%, 90%);
|
|
|
|
}
|
2018-03-06 15:07:55 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.topic-unread-count,
|
|
|
|
.private_message_count {
|
|
|
|
background-color: hsla(105, 2%, 50%, 0.5);
|
|
|
|
}
|
2017-11-30 22:44:45 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.pill-container {
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
#search_arrows .pill,
|
|
|
|
.pm_recipient .pill-container .pill {
|
|
|
|
color: inherit;
|
|
|
|
border: 1px solid hsla(0, 0%, 0%, 0.50);
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsla(0, 0%, 0%, 0.25);
|
2018-08-01 02:40:49 +02:00
|
|
|
font-weight: 600;
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
#search_arrows .pill:focus,
|
|
|
|
.pm_recipient .pill-container .pill:focus {
|
2018-09-27 21:57:07 +02:00
|
|
|
color: hsl(0, 0%, 100%);
|
2018-08-01 02:40:49 +02:00
|
|
|
border: 1px solid hsla(176, 78%, 28%, 0.6);
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsla(176, 49%, 42%, 0.4);
|
2018-08-01 02:40:49 +02:00
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.new-style .button.no-style {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2017-11-16 01:43:43 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.new-style .tab-switcher .ind-tab.selected,
|
|
|
|
div.message_content thead,
|
|
|
|
.table-striped thead th,
|
|
|
|
.message_reactions .message_reaction.reacted,
|
|
|
|
.message_reactions:hover .message_reaction + .reaction_button {
|
|
|
|
background-color: hsla(0, 0%, 0%, 0.5);
|
|
|
|
border-color: hsla(0, 0%, 0%, 0.9);
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-12-21 21:37:52 +01:00
|
|
|
/* this one makes the reacted reactions appear differently for the logged in user. */
|
|
|
|
.message_reactions .message_reaction.reacted {
|
|
|
|
background-color: hsl(200, 100%, 25%);
|
|
|
|
}
|
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.message_reactions .message_reaction {
|
|
|
|
background-color: hsla(0, 0%, 0%, 0.2);
|
|
|
|
border-color: hsla(0, 0%, 0%, 0.5);
|
|
|
|
color: inherit;
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-23 00:32:00 +02:00
|
|
|
.new-style .button:not(.save-status):focus,
|
2018-08-01 02:40:49 +02:00
|
|
|
input[type="text"]:focus,
|
|
|
|
input[type="email"]:focus,
|
|
|
|
input[type="number"]:focus,
|
|
|
|
textarea:focus,
|
|
|
|
textarea.new_message_textarea:focus,
|
|
|
|
.compose_table .recipient_box:focus {
|
|
|
|
border-color: hsla(0, 0%, 0%, 0.9);
|
|
|
|
}
|
2017-11-22 21:34:04 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.message-header-contents,
|
|
|
|
.message_header_private_message .message-header-contents,
|
|
|
|
#tab_list li.active {
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsla(0, 0%, 0%, 0.2);
|
2018-08-01 02:40:49 +02:00
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.message-header-contents,
|
|
|
|
.message_header_private_message .message-header-contents {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
/* Not that .message_row (below) needs to be more contrast on dark mode */
|
|
|
|
.compose-content,
|
|
|
|
.message_list .recipient_row,
|
|
|
|
.message_row,
|
|
|
|
.draft-row .draft-info-box,
|
2019-02-05 14:44:16 +01:00
|
|
|
.preview_message_area {
|
2018-08-01 02:40:49 +02:00
|
|
|
border-color: hsla(0, 0%, 0%, 0.2);
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-07-30 02:42:30 +02:00
|
|
|
#searchbox_legacy {
|
2018-08-01 02:40:49 +02:00
|
|
|
border-color: hsla(0, 0%, 0%, 0.6);
|
|
|
|
}
|
2018-02-02 03:17:59 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.overlay,
|
2018-08-11 02:43:40 +02:00
|
|
|
#stream_creation_form #stream_creating_indicator:not(:empty),
|
2018-08-01 02:40:49 +02:00
|
|
|
.emoji-popover-emoji:not(.reacted):focus {
|
|
|
|
background-color: hsla(212, 28%, 8%, 0.75);
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.overlay .flex.overlay-content > div,
|
|
|
|
#settings_page,
|
|
|
|
.informational-overlays .overlay-content {
|
|
|
|
box-shadow: 0px 0px 30px hsl(212, 32%, 7%);
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.dropdown .dropdown-menu,
|
|
|
|
.popover,
|
|
|
|
.popover-title,
|
|
|
|
.popover-content {
|
|
|
|
background-color: hsl(212, 32%, 14%);
|
|
|
|
}
|
2018-02-01 06:12:12 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.dropdown-menu a {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2017-11-29 23:29:01 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.dropdown .dropdown-menu li.divider,
|
|
|
|
.popover hr,
|
|
|
|
hr {
|
|
|
|
color: hsl(212, 28%, 18%);
|
|
|
|
opacity: 0.2;
|
|
|
|
}
|
2018-02-01 06:12:12 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.nav .dropdown-menu::after,
|
|
|
|
.popover.bottom .arrow {
|
|
|
|
border-bottom-color: hsl(235, 18%, 7%);
|
|
|
|
}
|
2017-12-20 05:49:24 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.popover.left .arrow {
|
|
|
|
border-left-color: hsl(235, 18%, 7%);
|
|
|
|
}
|
2017-12-20 05:49:24 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.popover.top .arrow {
|
|
|
|
border-top-color: hsl(235, 18%, 7%);
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.popover.right .arrow {
|
|
|
|
border-right-color: hsl(235, 18%, 7%);
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-24 02:42:46 +02:00
|
|
|
#message_edit_tooltip,
|
2018-08-03 02:42:41 +02:00
|
|
|
.clear_search_button,
|
|
|
|
.clear_search_button:focus,
|
|
|
|
.clear_search_button:active,
|
|
|
|
.clear_search_button[disabled]:hover,
|
2018-08-23 00:32:00 +02:00
|
|
|
#user-groups .save-instructions,
|
2018-08-01 02:40:49 +02:00
|
|
|
#searchbox_legacy a.search_icon,
|
|
|
|
#searchbox_legacy .search_button,
|
|
|
|
#searchbox a.search_icon,
|
|
|
|
#searchbox .search_button,
|
|
|
|
.close,
|
|
|
|
ul.filters li:hover .arrow {
|
|
|
|
color: hsl(236, 33%, 80%);
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-24 02:42:46 +02:00
|
|
|
#message_edit_tooltip:hover,
|
2018-08-03 02:42:41 +02:00
|
|
|
.clear_search_button:hover,
|
2018-08-01 02:40:49 +02:00
|
|
|
#searchbox_legacy a.search_icon:hover,
|
|
|
|
#searchbox_legacy .search_button:hover,
|
|
|
|
#searchbox a.search_icon:hover,
|
|
|
|
#searchbox .search_button:hover,
|
|
|
|
.close:hover,
|
|
|
|
ul.filters li .arrow:hover {
|
|
|
|
color: hsl(0, 0%, 100%);
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-16 02:03:52 +02:00
|
|
|
#streamlist-toggle,
|
|
|
|
#userlist-toggle {
|
|
|
|
border-color: hsla(199, 33%, 46%, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
#streamlist-toggle-button,
|
|
|
|
#userlist-toggle-button {
|
|
|
|
color: inherit;
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
li.active-filter,
|
|
|
|
li.active-sub-filter {
|
|
|
|
background-color: hsla(199, 33%, 46%, 0.2);
|
|
|
|
}
|
2017-11-16 01:43:43 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
#global_filters li:hover,
|
|
|
|
#stream_filters li:hover,
|
|
|
|
#stream_filters li.highlighted_stream,
|
|
|
|
#group-pms li:hover,
|
|
|
|
#user_presences li:hover,
|
|
|
|
#user_presences li.highlighted_user {
|
|
|
|
background-color: hsla(136, 25%, 73%, 0.2);
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
#stream_filters li.active-sub-filter:hover {
|
|
|
|
background-color: hsla(136, 25%, 73%, 0.5);
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.floating_recipient .recipient_row {
|
|
|
|
border-top: none;
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.stream-row.active,
|
|
|
|
.emoji-showcase-container,
|
|
|
|
.emoji-popover-category-tabs,
|
|
|
|
.emoji-popover-top {
|
|
|
|
background-color: hsla(0, 0%, 0%, 0.2);
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
#searchbox,
|
2018-08-16 02:03:52 +02:00
|
|
|
#searchbox_legacy,
|
2018-08-01 02:40:49 +02:00
|
|
|
.drafts-header,
|
|
|
|
.nav > li > a:hover,
|
|
|
|
.subscriptions-header,
|
|
|
|
.grey-box,
|
|
|
|
.white-box,
|
|
|
|
.stream-email,
|
|
|
|
#settings_page .settings-header,
|
|
|
|
#settings_page .form-sidebar .title,
|
|
|
|
#settings_page .sidebar li.active,
|
|
|
|
#settings_page .sidebar .tab-container,
|
|
|
|
.table-striped tbody tr:nth-child(odd) td,
|
|
|
|
.table-striped tbody tr:nth-child(odd) th,
|
|
|
|
.modal-footer,
|
|
|
|
.modal-bg .modal-header {
|
|
|
|
border-color: hsla(0, 0%, 0%, 0.2);
|
|
|
|
background-color: hsla(0, 0%, 0%, 0.2);
|
|
|
|
}
|
2017-11-14 18:50:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.modal-footer {
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 0%, 0.2);
|
|
|
|
box-shadow: inset 0 1px 0 hsla(0, 0%, 0%, 0.2);
|
|
|
|
}
|
2017-11-29 23:07:07 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.subscriptions-container .right .display-type,
|
|
|
|
.stream-row,
|
|
|
|
.subscriptions-container .left .search-container,
|
|
|
|
.subscriptions-container .left,
|
|
|
|
.subscriber-list-box,
|
|
|
|
.subscriber-list tr,
|
|
|
|
#subscription_overlay ul.grey-box li,
|
|
|
|
#stream_privacy_modal ul.grey-box li,
|
|
|
|
#settings_page .sidebar,
|
|
|
|
#settings_page .sidebar *,
|
|
|
|
table,
|
|
|
|
table th,
|
|
|
|
table td {
|
|
|
|
border-color: hsla(0, 0%, 0%, 0.2);
|
|
|
|
}
|
2017-11-29 23:07:07 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.draft-row .draft-info-box,
|
|
|
|
.private-message .messagebox,
|
|
|
|
.message_header_private_message .message-header-contents {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
2017-11-29 23:07:07 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.draft-row .message_header_private_message .message_label_clickable {
|
|
|
|
padding: 4px 6px 3px 6px;
|
|
|
|
color: inherit;
|
|
|
|
}
|
2017-11-29 23:07:07 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.nav-list > li > a,
|
|
|
|
.nav-list .nav-header {
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
2017-11-29 23:40:42 +01:00
|
|
|
|
2019-02-14 00:30:19 +01:00
|
|
|
.mention .messagebox {
|
2018-08-01 02:40:49 +02:00
|
|
|
background-color: hsla(8, 78%, 43%, 0.15);
|
|
|
|
}
|
2018-01-24 21:34:57 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.user-mention,
|
|
|
|
.user-group-mention {
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsla(0, 0%, 0%, 0.1)), color-stop(100%, hsla(0, 0%, 0%, 0.0)));
|
|
|
|
background: -webkit-linear-gradient(top, hsla(0, 0%, 0%, 0.2) 0%, hsla(0, 0%, 0%, 0.1) 100%);
|
|
|
|
background: -o-linear-gradient(top, hsla(0, 0%, 0%, 0.2) 0%, hsla(0, 0%, 0%, 0.1) 100%);
|
|
|
|
background: -ms-linear-gradient(top, hsla(0, 0%, 0%, 0.2) 0%, hsla(0, 0%, 0%, 0.1) 100%);
|
|
|
|
background: linear-gradient(to bottom, hsla(0, 0%, 0%, 0.2) 0%, hsla(0, 0%, 0%, 0.1) 100%);
|
|
|
|
box-shadow: 0px 0px 0px 1px hsla(0, 0%, 0%, 0.4);
|
|
|
|
}
|
2017-12-01 02:14:14 +01:00
|
|
|
|
2019-01-08 09:30:19 +01:00
|
|
|
.user-mention-me :not(.silent) {
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsla(355, 37%, 31%, 1);
|
2018-08-01 02:40:49 +02:00
|
|
|
box-shadow: 0px 0px 0px 1px hsla(330, 40%, 20%, 1);
|
|
|
|
}
|
2018-01-24 21:35:34 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.tip {
|
|
|
|
color: inherit;
|
|
|
|
background-color: hsla(46, 28%, 38%, 0.27);
|
|
|
|
border: 1px solid hsl(49, 38%, 46%);
|
|
|
|
}
|
2018-01-24 21:36:17 +01:00
|
|
|
|
2018-12-12 03:42:17 +01:00
|
|
|
.alert.home-error-bar {
|
|
|
|
color: hsl(236, 33%, 90%);
|
|
|
|
background-color: hsla(35, 84%, 62%, 0.25);
|
|
|
|
border: 1px solid hsl(11, 46%, 54%);
|
|
|
|
}
|
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.alert {
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
2018-01-24 21:36:17 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.alert.alert-success {
|
|
|
|
color: inherit;
|
|
|
|
background-color: hsla(161, 60%, 46%, 0.20);
|
2018-10-06 18:49:20 +02:00
|
|
|
border-color: hsl(165, 68%, 37%);
|
2018-08-01 02:40:49 +02:00
|
|
|
}
|
2017-11-29 23:40:42 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.alert.alert-error,
|
|
|
|
.alert.alert-danger {
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsl(318, 12%, 21%);
|
2018-08-01 02:40:49 +02:00
|
|
|
color: inherit;
|
|
|
|
border: 1px solid hsl(0, 75%, 65%);
|
|
|
|
}
|
2017-11-29 23:40:42 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.alert .close {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2017-11-30 01:02:15 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.alert-box .alert,
|
|
|
|
.alert.alert-error {
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsl(318, 12%, 21%);
|
2018-08-01 02:40:49 +02:00
|
|
|
color: inherit;
|
|
|
|
border: 1px solid hsl(0, 75%, 65%);
|
|
|
|
}
|
2018-03-29 19:28:12 +02:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.alert-box .alert.alert-error::before {
|
|
|
|
color: 1px solid hsl(0, 75%, 65%);
|
|
|
|
}
|
2018-03-29 19:28:12 +02:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
/* Popover: */
|
2018-10-01 18:05:47 +02:00
|
|
|
.hotspot.overlay .hotspot-popover,
|
|
|
|
#hotspot_intro_reply_icon {
|
2018-08-01 02:40:49 +02:00
|
|
|
border-color: hsla(0, 0%, 0%, 0.2) !important;
|
|
|
|
/* Based on the `.hotspot-popover` shadow in `hotspots.css`, but with a new
|
2018-03-29 19:28:12 +02:00
|
|
|
color. */
|
2018-08-01 02:40:49 +02:00
|
|
|
box-shadow: 0 5px 10px hsla(0, 0%, 0%, 0.4);
|
|
|
|
}
|
2018-03-29 19:28:12 +02:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
/* Arrows: */
|
|
|
|
.hotspot.overlay .hotspot-popover.arrow-right::before {
|
|
|
|
border-left-color: hsla(0, 0%, 0%, 0.2);
|
|
|
|
}
|
2018-03-29 19:28:12 +02:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.hotspot.overlay .hotspot-popover.arrow-right::after {
|
|
|
|
border-left-color: hsl(212, 28%, 18%);
|
|
|
|
}
|
2018-03-29 19:28:12 +02:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.hotspot.overlay .hotspot-popover.arrow-bottom::before {
|
|
|
|
border-top-color: hsla(0, 0%, 0%, 0.2);
|
|
|
|
}
|
2018-03-29 19:28:12 +02:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.hotspot.overlay .hotspot-popover.arrow-bottom::after {
|
|
|
|
border-top-color: hsl(212, 28%, 18%);
|
|
|
|
}
|
2018-03-29 19:28:12 +02:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.hotspot.overlay .hotspot-popover.arrow-left::before {
|
|
|
|
border-right-color: hsla(0, 0%, 0%, 0.2);
|
|
|
|
}
|
2018-03-29 19:28:12 +02:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.hotspot.overlay .hotspot-popover.arrow-left::after {
|
|
|
|
border-right-color: hsl(212, 28%, 18%);
|
|
|
|
}
|
2018-03-29 19:28:12 +02:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.hotspot.overlay .hotspot-popover.arrow-top::before {
|
|
|
|
border-bottom-color: hsla(0, 0%, 0%, 0.2);
|
|
|
|
}
|
2018-03-29 19:28:12 +02:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.hotspot.overlay .hotspot-popover.arrow-top::after {
|
|
|
|
border-bottom-color: hsl(212, 28%, 18%);
|
|
|
|
}
|
2018-03-29 19:28:12 +02:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
/* Content: */
|
|
|
|
.hotspot.overlay .hotspot-popover .hotspot-popover-content,
|
2018-10-01 18:05:47 +02:00
|
|
|
#hotspot_intro_reply_icon,
|
2018-08-01 02:40:49 +02:00
|
|
|
.hotspot.overlay .hotspot-popover .hotspot-popover-bottom {
|
|
|
|
background-color: hsl(212, 28%, 18%);
|
|
|
|
}
|
2018-03-29 19:28:12 +02:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.top-messages-logo svg path {
|
|
|
|
fill: hsl(214, 27%, 18%);
|
|
|
|
stroke: hsl(214, 27%, 18%);
|
|
|
|
}
|
2018-03-29 19:28:12 +02:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.top-messages-logo svg circle {
|
|
|
|
fill: hsl(0, 0%, 100%);
|
|
|
|
stroke: hsl(0, 0%, 100%);
|
|
|
|
}
|
2018-03-29 19:28:12 +02:00
|
|
|
|
2018-10-01 20:27:22 +02:00
|
|
|
.history-limited-box {
|
|
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
|
2018-12-20 19:48:37 +01:00
|
|
|
#feedback_container,
|
2018-08-01 02:40:49 +02:00
|
|
|
.message_content code,
|
|
|
|
.message_edit_content code,
|
2019-02-05 14:44:16 +01:00
|
|
|
.preview_content code,
|
2018-08-01 02:40:49 +02:00
|
|
|
#settings_page code,
|
|
|
|
.typeahead.dropdown-menu {
|
|
|
|
background-color: hsl(212, 25%, 15%);
|
|
|
|
border-color: hsla(0, 0%, 0%, 0.5);
|
|
|
|
color: inherit;
|
|
|
|
}
|
2017-11-30 01:02:15 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.highlight {
|
|
|
|
background-color: hsla(51, 100%, 64%, 0.42);
|
|
|
|
}
|
2017-11-30 21:44:25 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.highlight_text_inserted {
|
|
|
|
color: hsl(122, 100%, 81%);
|
|
|
|
background-color: hsla(120, 64%, 95%, 0.3);
|
|
|
|
}
|
2017-11-30 21:49:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.highlight_text_deleted {
|
|
|
|
text-decoration: line-through;
|
|
|
|
background-color: hsla(7, 54%, 62%, 0.38);
|
|
|
|
}
|
2017-11-30 21:49:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.sub-unsub-message span::before,
|
|
|
|
.sub-unsub-message span::after,
|
|
|
|
.date_row span::before,
|
|
|
|
.date_row span::after {
|
|
|
|
opacity: 0.2;
|
|
|
|
}
|
2017-11-30 21:49:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.star:not(.empty-star),
|
|
|
|
.empty-star:hover {
|
|
|
|
color: hsla(126, 66%, 72%, 0.75);
|
|
|
|
}
|
2017-11-30 21:49:06 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
#out-of-view-notification {
|
|
|
|
border: 1px solid 1px solid hsl(144, 45%, 62%);
|
|
|
|
}
|
2017-11-30 22:52:39 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.email_tooltip {
|
2018-10-06 18:49:20 +02:00
|
|
|
background-color: hsl(211, 16%, 30%);
|
2018-08-01 02:40:49 +02:00
|
|
|
}
|
2017-12-01 02:14:14 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.email_tooltip::after {
|
2018-10-06 18:49:20 +02:00
|
|
|
border-bottom-color: hsl(211, 16%, 30%) !important;
|
2018-08-01 02:40:49 +02:00
|
|
|
}
|
2017-10-28 19:26:36 +02:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.ps__rail-y {
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsl(212, 28%, 18%);
|
2018-08-01 02:40:49 +02:00
|
|
|
}
|
2018-02-03 18:13:57 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
#bots_lists_navbar .active a {
|
2018-09-27 21:57:07 +02:00
|
|
|
color: hsl(0, 0%, 87%);
|
2018-08-01 02:40:49 +02:00
|
|
|
background-color: hsl(212, 28%, 18%);
|
2018-09-27 21:57:07 +02:00
|
|
|
border-color: hsl(0, 0%, 87%);
|
2018-08-01 02:40:49 +02:00
|
|
|
border-bottom-color: transparent;
|
|
|
|
}
|
2018-02-03 18:13:57 +01:00
|
|
|
|
2018-08-01 02:40:49 +02:00
|
|
|
.searching-for-more-topics img {
|
|
|
|
-webkit-filter: invert(100%);
|
|
|
|
filter: invert(100%);
|
|
|
|
}
|
2018-04-07 02:55:24 +02:00
|
|
|
}
|
|
|
|
|
2017-10-28 19:26:36 +02:00
|
|
|
@-moz-document url-prefix() {
|
2018-03-28 19:41:26 +02:00
|
|
|
body.night-mode #settings_page select {
|
2017-10-28 19:26:36 +02:00
|
|
|
background-color: hsla(0, 0%, 0%, 0.2);
|
|
|
|
}
|
|
|
|
}
|