Last active
March 15, 2019 14:57
-
-
Save jamesratcliffe/744bf7ed7f5ba657341bd06c46cfc1de to your computer and use it in GitHub Desktop.
slack-aubergine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* https://userstyles.org/styles/101971/slack-night-mode */ | |
body | |
{ | |
background: #3e313c; | |
color: #f0d9ed; | |
} | |
a | |
{ | |
color: #a3839f; | |
} | |
a:link, a:visited | |
{ | |
color: #a3839f; | |
} | |
a:hover, a:active, a:focus | |
{ | |
color: #d4bbd1; | |
} | |
hr | |
{ | |
border-bottom: 1px solid #4a3b49; | |
border-top: 1px solid #3e313c; | |
} | |
h1, h2, h3, h4 | |
{ | |
color: #f0d9ed; | |
} | |
h1 a | |
{ | |
color: #f0d9ed; | |
} | |
h1 a:active, h1 a:hover, h1 a:link, h1 a:visited | |
{ | |
color: #f0d9ed; | |
} | |
.bordered | |
{ | |
border: 1px solid #4d394b; | |
} | |
.top_border | |
{ | |
border-top: 1px solid #4d394b; | |
} | |
.bottom_border | |
{ | |
border-bottom: 1px solid #4d394b; | |
} | |
.left_border | |
{ | |
border-left: 1px solid #4d394b; | |
} | |
.right_border | |
{ | |
border-right: 1px solid #4d394b; | |
} | |
.bullet | |
{ | |
color: #a3839f; | |
} | |
.alert, .c-alert, .c-alert--boxed | |
{ | |
background-color: #4d394b; | |
border-color: #372c36; | |
color: #f0d9ed; | |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); | |
} | |
.alert h4, .c-alert h4, .c-alert--boxed h4 | |
{ | |
color: #f0d9ed; | |
} | |
.alert-info | |
{ | |
background-color: #4d394b; | |
border-color: #372c36; | |
color: #f0d9ed; | |
} | |
.alert-info h4 | |
{ | |
color: #f0d9ed; | |
} | |
::-webkit-scrollbar-track | |
{ | |
background: #4d394b !important; | |
border-left-color: #4d394b !important; | |
border-right-color: #4d394b !important; | |
color: #4d394b !important; | |
} | |
::-webkit-scrollbar-thumb | |
{ | |
background: #61485e !important; | |
border-left-color: #4d394b !important; | |
border-right-color: #4d394b !important; | |
color: #3e313c !important; | |
} | |
::-webkit-scrollbar-corner | |
{ | |
background: #3e313c !important; | |
} | |
.supports_custom_scrollbar #messages_container::after | |
{ | |
background: none !important; | |
} | |
.monkey_scroll_bar | |
{ | |
background: #4a3b49; | |
} | |
.monkey_scroll_handle_inner | |
{ | |
background: #61485e; | |
border: 1px solid #876484; | |
} | |
.monkey_scroll_bar_native_scrollbar_shim | |
{ | |
background: transparent; | |
} | |
#client-ui .monkey_scroll_bar | |
{ | |
background: #4a3b49; | |
} | |
#client-ui .monkey_scroll_handle_inner | |
{ | |
background: #61485e; | |
border: 3px solid #3e313c; | |
} | |
.c-scrollbar--monkey .c-scrollbar__track | |
{ | |
background: #4a3b49; | |
} | |
.c-scrollbar--monkey .c-scrollbar__bar | |
{ | |
background: #61485e; | |
box-shadow: 0 3px 0 #3e313c, 0 -3px 0 #3e313c; | |
} | |
.client_channels_list_container | |
{ | |
background-color: #4d394b; | |
border-right-color: #3e313c; | |
} | |
#col_channels | |
{ | |
color: #f0d9ed; | |
} | |
.p-channel_sidebar | |
{ | |
background-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.p-channel_sidebar__channel, .p-channel_sidebar__channel:link, .p-channel_sidebar__channel:visited, .p-channel_sidebar__channel:hover, .p-channel_sidebar__link, .p-channel_sidebar__link:link, .p-channel_sidebar__link:visited, .p-channel_sidebar__link:hover | |
{ | |
color: rgba(240, 217, 237, 0.8) !important; | |
} | |
.p-channel_sidebar__channel--selected, .p-channel_sidebar__channel--selected:link, .p-channel_sidebar__channel--selected:visited, .p-channel_sidebar__channel--selected:hover, .p-channel_sidebar__link--selected, .p-channel_sidebar__link--selected:link, .p-channel_sidebar__link--selected:visited, .p-channel_sidebar__link--selected:hover | |
{ | |
color: #f0d9ed; | |
} | |
.p-channel_sidebar__channel:hover, .p-channel_sidebar__link:hover | |
{ | |
background: #3e313c !important; | |
} | |
.p-channel_sidebar__header | |
{ | |
color: #f0d9ed !important; | |
} | |
.p-channel_sidebar__channel--im.p-channel_sidebar__channel--selected .c-presence, .p-channel_sidebar__channel--im-slackbot.p-channel_sidebar__channel--selected::before | |
{ | |
color: #f0d9ed; | |
} | |
.p-channel_sidebar__channel--im .c-presence--away | |
{ | |
color: #a3839f; | |
} | |
.p-channel_sidebar__channel--selected, .p-channel_sidebar__link--selected | |
{ | |
background: #61485e !important; | |
} | |
.p-channel_sidebar__channel--selected:hover, .p-channel_sidebar__link--selected:hover | |
{ | |
background: #61485e !important; | |
} | |
.p-channel_sidebar__channel--selected::before, .p-channel_sidebar__channel--selected:hover::before, .p-channel_sidebar__channel--selected::after, .p-channel_sidebar__channel--selected:hover::after | |
{ | |
color: #f0d9ed; | |
} | |
.p-channel_sidebar__link--selected::before, .p-channel_sidebar__link--selected::after | |
{ | |
color: #f0d9ed; | |
} | |
.p-channel_sidebar__badge, .p-channel_sidebar__banner--mentions | |
{ | |
background: #bf360c; | |
} | |
.p-channel_sidebar .c-custom_scrollbar__thumb_vertical, .p-channel_sidebar .c-scrollbar__bar | |
{ | |
background: #61485e; | |
} | |
.p-channel_sidebar__channel--unread:not(.p-channel_sidebar__channel--muted):not(.p-channel_sidebar__channel--selected) .p-channel_sidebar__name, .p-channel_sidebar__link--unread .p-channel_sidebar__name, .p-channel_sidebar__link--invites:not(.p-channel_sidebar__link--dim) .p-channel_sidebar__name, .p-channel_sidebar__section_heading_label--clickable:hover, .p-channel_sidebar__quickswitcher:hover | |
{ | |
color: #f9eff7 !important; | |
} | |
.p-channel_sidebar__close_container:hover | |
{ | |
background: #372c36; | |
} | |
.p-channel_sidebar__jumper | |
{ | |
background: transparent !important; | |
} | |
.channels_list_holder h2 | |
{ | |
color: #f0d9ed !important; | |
} | |
.channels_list_holder h2.hoverable:not(.jquery_hover):hover | |
{ | |
color: #f0d9ed; | |
opacity: 0.8; | |
} | |
.channels_list_holder ul | |
{ | |
color: #f0d9ed !important; | |
} | |
.channels_list_holder ul li | |
{ | |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); | |
} | |
.channels_list_holder ul li .channel_name, .channels_list_holder ul li .group_name, .channels_list_holder ul li .im_name, .channels_list_holder ul li .mpim_name, .channels_list_holder ul li > a | |
{ | |
background: #4d394b; | |
color: rgba(240, 217, 237, 0.8) !important; | |
} | |
.channels_list_holder ul li .channel_name:hover, .channels_list_holder ul li .group_name:hover, .channels_list_holder ul li .im_name:hover, .channels_list_holder ul li .mpim_name:hover, .channels_list_holder ul li > a:hover | |
{ | |
background: #3e313c !important; | |
border-bottom-right-radius: 0.25rem; | |
border-top-right-radius: 0.25rem; | |
} | |
.channels_list_holder ul li .primary_action.im_name:hover .im_name_background, .channels_list_holder ul li .primary_action.feature_user_custom_status:hover .im_name_background, .channels_list_holder ul li .primary_action:not(.feature_user_custom_status):hover | |
{ | |
background: #3e313c; | |
} | |
.channels_list_holder ul li.mention a | |
{ | |
color: #f0d9ed; | |
} | |
.channels_list_holder ul li.unread:not(.muted_channel) .primary_action | |
{ | |
color: #f9eff7 !important; | |
} | |
.channels_list_holder ul li.unread .prefix | |
{ | |
color: #f0d9ed !important; | |
opacity: 1; | |
} | |
.channels_list_holder .group_close, .channels_list_holder .im_close, .channels_list_holder .mpim_close | |
{ | |
color: #a3839f !important; | |
} | |
.channels_list_holder .unread_highlights | |
{ | |
background: #bf360c; | |
color: #f0d9ed; | |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); | |
} | |
.channels_list_holder .unread_msgs | |
{ | |
background: #3e313c; | |
color: #f0d9ed; | |
} | |
#channel_list_invites_link | |
{ | |
border-bottom: 1px dotted #a3839f; | |
color: #a3839f !important; | |
font-size: 0.9rem; | |
} | |
#channel_list_invites_link:hover | |
{ | |
border-bottom: 1px solid #a3839f; | |
} | |
#quick_switcher_btn | |
{ | |
background: #4d394b; | |
border-top: 2px solid #4d394b; | |
} | |
#quick_switcher_btn > i | |
{ | |
color: #a3839f; | |
} | |
#quick_switcher_btn:active, #quick_switcher_btn:hover | |
{ | |
background: #3e313c; | |
border-color: #3e313c; | |
} | |
#quick_switcher_btn:active > i, #quick_switcher_btn:hover > i | |
{ | |
color: #a3839f; | |
} | |
#quick_switcher_btn:active #quick_switcher_label, #quick_switcher_btn:hover #quick_switcher_label | |
{ | |
color: #a3839f; | |
} | |
#quick_switcher_label | |
{ | |
color: #a3839f; | |
} | |
.p-channel_insights__channel .channel_link | |
{ | |
color: #a3839f; | |
} | |
.p-channel_insights__date_heading::before | |
{ | |
background-color: #4d394b; | |
} | |
.p-channel_insights__date_heading span | |
{ | |
background-color: #3e313c; | |
color: #a3839f; | |
} | |
.p-channel_insights__message--truncate::before | |
{ | |
background: linear-gradient(180deg, transparent, #4d394b 90%); | |
} | |
.p-channel_insights__message ts-message.standalone:not(.for_mention_display):not(.for_search_display):not(.for_top_results_search_display):not(.for_star_display) | |
{ | |
background-color: #3e313c; | |
border-color: #4d394b; | |
} | |
.c-dialog__content | |
{ | |
border-radius: 0.6rem; | |
} | |
.c-dialog__header, .c-dialog__body, .c-dialog__footer | |
{ | |
background: #4d394b; | |
} | |
.c-dialog__title | |
{ | |
color: #f0d9ed; | |
} | |
.c-dialog .p-custom_status_input__duration_picker_select | |
{ | |
padding-left: 11px; | |
} | |
.c-dialog .p-custom_status_input__duration_picker_select .c-input_select__selected_value--placeholder | |
{ | |
color: #f0d9ed; | |
} | |
.loading #loading-zone | |
{ | |
background: #3e313c; | |
} | |
#loading_welcome | |
{ | |
background-image: none; | |
} | |
#loading_message p | |
{ | |
color: #f0d9ed; | |
} | |
#loading_message #loading_message_attribution | |
{ | |
color: #a3839f; | |
} | |
#loading_team_menu_bg, #loading_user_menu_bg | |
{ | |
background: #3e313c; | |
border: none; | |
} | |
.infinite_spinner_bg, .infinite_spinner_blue | |
{ | |
stroke: #f0d9ed; | |
} | |
body.loading #team_menu, body.loading #quick_switcher_btn, body.loading #team_menu_overlay, body.loading #col_channels_overlay, body.loading #col_channels | |
{ | |
background-color: #4d394b; | |
} | |
.p-degraded_list__loading | |
{ | |
background-color: #3e313c; | |
color: #f0d9ed; | |
} | |
input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type='url'], input[type=tel], input[type=color], input[type=search] | |
{ | |
background-color: #61485e; | |
border-color: #372c36; | |
color: #f0d9ed; | |
} | |
input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type='url']:focus, input[type=tel]:focus, input[type=color]:focus, input[type=search]:focus | |
{ | |
border-color: rgba(77, 57, 75, 0.8); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(135, 100, 132, 0.6); | |
} | |
input[type=file]:focus | |
{ | |
outline: #f0d9ed dotted thin; | |
} | |
input[type=radio]:focus, input[type=checkbox]:focus | |
{ | |
outline: #f0d9ed dotted thin; | |
} | |
select | |
{ | |
background: #61485e; | |
} | |
select, textarea | |
{ | |
border: 1px solid #372c36; | |
color: #f0d9ed; | |
} | |
select:active, select:focus, textarea:active, textarea:focus | |
{ | |
border-color: #4d394b; | |
box-shadow: 0 0 7px rgba(135, 100, 132, 0.15); | |
} | |
input:disabled, input:disabled:active, select:disabled, textarea:disabled | |
{ | |
border-color: #4a3b49 !important; | |
} | |
.no_touch input:hover, .no_touch select:hover, .no_touch textarea:hover | |
{ | |
border-color: #4d394b; | |
} | |
.no_touch label.select:hover select | |
{ | |
border-color: #4d394b; | |
} | |
.no_touch label.select:not(.disabled):hover::after | |
{ | |
color: #4d394b; | |
} | |
label.disabled | |
{ | |
color: #f0d9ed; | |
} | |
legend | |
{ | |
border-bottom: 1px solid #876484; | |
} | |
legend small | |
{ | |
color: #a3839f; | |
} | |
.uneditable-input, .uneditable-textarea | |
{ | |
background-color: #4a3b49; | |
border: 1px solid #372c36; | |
color: #f0d9ed; | |
} | |
.uneditable-input:focus, .uneditable-textarea:focus | |
{ | |
border-color: rgba(135, 100, 132, 0.8); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(135, 100, 132, 0.6); | |
} | |
textarea | |
{ | |
background-color: #61485e; | |
border: 1px solid #372c36; | |
color: #f0d9ed; | |
} | |
textarea:focus | |
{ | |
border-color: rgba(135, 100, 132, 0.8); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(135, 100, 132, 0.6); | |
} | |
::-webkit-input-placeholder | |
{ | |
color: #f0d9ed !important; | |
-webkit-filter: none; | |
filter: none; | |
opacity: 0.5; | |
} | |
::-moz-placeholder | |
{ | |
color: #f0d9ed !important; | |
filter: none; | |
opacity: 0.5; | |
} | |
::placeholder | |
{ | |
color: #f0d9ed !important; | |
filter: none; | |
opacity: 0.5; | |
} | |
[data-placeholder]:empty::before | |
{ | |
color: #f0d9ed !important; | |
} | |
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder | |
{ | |
color: #f0d9ed !important; | |
-webkit-filter: none; | |
filter: none; | |
opacity: 0.5; | |
} | |
input::-moz-placeholder, textarea::-moz-placeholder | |
{ | |
color: #f0d9ed !important; | |
filter: none; | |
opacity: 0.5; | |
} | |
input::placeholder, textarea::placeholder | |
{ | |
color: #f0d9ed !important; | |
filter: none; | |
opacity: 0.5; | |
} | |
input[data-placeholder]:empty::before, textarea[data-placeholder]:empty::before | |
{ | |
color: #f0d9ed !important; | |
} | |
input[disabled], input[readonly], textarea[disabled], textarea[readonly] | |
{ | |
background-color: #61485e !important; | |
} | |
.form-actions | |
{ | |
background-color: #4a3b49; | |
border-top: 1px solid #4d394b; | |
} | |
.help-block, .help-inline | |
{ | |
color: #a3839f; | |
} | |
.input-append .add-on, .input-prepend .add-on | |
{ | |
background-color: #876484; | |
border: 1px solid #61485e; | |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); | |
} | |
.btn | |
{ | |
background-color: #61485e; | |
color: #f0d9ed !important; | |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); | |
} | |
.btn.hover, .btn:focus, .btn:hover, .btn.active, .btn:active | |
{ | |
background-color: #61485e; | |
color: #f0d9ed; | |
} | |
.btn.btn_border | |
{ | |
border: 2px solid #4a3b49; | |
} | |
.btn.disabled, .btn:disabled | |
{ | |
background-color: #372c36 !important; | |
} | |
.btn.disabled:active, .btn.disabled:hover, .btn:disabled:active, .btn:disabled:hover | |
{ | |
background-color: #372c36 !important; | |
} | |
.btn.btn_outline.btn_danger, .btn.btn_outline.btn_warning | |
{ | |
background-color: #bf360c !important; | |
color: #f0d9ed !important; | |
} | |
.btn.btn_outline.btn_danger:focus, .btn.btn_outline.btn_danger:hover, .btn.btn_outline.btn_warning:focus, .btn.btn_outline.btn_warning:hover | |
{ | |
background-color: #3e313c !important; | |
border-color: #bf360c !important; | |
color: #bf360c !important; | |
} | |
.btn.btn_outline.disabled | |
{ | |
background: #4a3b49 !important; | |
color: #a3839f !important; | |
} | |
.btn.btn_outline.disabled:hover | |
{ | |
background: #4a3b49 !important; | |
color: #a3839f !important; | |
} | |
.btn.btn_attachment | |
{ | |
border-color: #61485e; | |
} | |
.btn.btn_attachment:hover, .btn.btn_attachment:focus | |
{ | |
background-color: #4d394b; | |
border-color: #876484; | |
} | |
.btn.btn_attachment.btn_danger | |
{ | |
border-color: #bf360c; | |
} | |
.btn.btn_attachment.btn_danger:hover, .btn.btn_attachment.btn_danger:focus | |
{ | |
border-color: #ef440f; | |
} | |
.btn.btn_attachment.btn_primary | |
{ | |
border-color: #876484; | |
} | |
.btn.btn_attachment.btn_primary:hover, .btn.btn_attachment.btn_primary:focus | |
{ | |
border-color: #a07e9d; | |
} | |
.btn_basic:focus, .btn_basic:hover | |
{ | |
color: #f0d9ed; | |
} | |
.btn_outline | |
{ | |
background: #3e313c; | |
color: #a3839f !important; | |
} | |
.btn_outline::after | |
{ | |
border: 1px solid #4a3b49; | |
} | |
.btn_outline.btn_transparent | |
{ | |
color: rgba(97, 72, 94, 0.9) !important; | |
} | |
.btn_outline.btn_transparent::after | |
{ | |
border: 1px solid rgba(62, 49, 60, 0.5); | |
} | |
.btn_outline.btn_transparent.active, .btn_outline.btn_transparent.hover, .btn_outline.btn_transparent:active, .btn_outline.btn_transparent:focus, .btn_outline.btn_transparent:hover | |
{ | |
background-color: rgba(97, 72, 94, 0.9) !important; | |
color: #d4bbd1 !important; | |
} | |
.btn_outline.btn_transparent.active, .btn_outline.btn_transparent:active | |
{ | |
background-color: rgba(97, 72, 94, 0.8) !important; | |
} | |
.btn_outline.hover, .btn_outline:focus, .btn_outline:hover | |
{ | |
background: #3e313c; | |
color: #d4bbd1 !important; | |
} | |
.btn_outline:active | |
{ | |
color: #d4bbd1; | |
} | |
.btn_outline.active | |
{ | |
color: #d4bbd1 !important; | |
} | |
.btn_link | |
{ | |
color: #a3839f; | |
} | |
.btn_link:hover, .btn_link:focus | |
{ | |
color: #d4bbd1; | |
} | |
.btn-group.open .btn.dropdown-toggle | |
{ | |
background-color: #61485e; | |
} | |
.btn-group.open .btn-primary.dropdown-toggle | |
{ | |
background-color: #4a3b49; | |
} | |
.btn-group > .btn + .dropdown-toggle | |
{ | |
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(255, 255, 255, 0.05); | |
} | |
.btn_info, .btn.btn_success | |
{ | |
background-color: #3e313c !important; | |
} | |
.btn_warning, .btn_danger | |
{ | |
background-color: #bf360c !important; | |
} | |
.btn-danger .caret, .btn-info .caret, .btn-inverse .caret, .btn-primary .caret, .btn-success .caret, .btn-warning .caret | |
{ | |
border-bottom-color: #f0d9ed; | |
border-top-color: #f0d9ed; | |
} | |
.input_note | |
{ | |
color: #f0d9ed; | |
} | |
.c-enhanced_text_input | |
{ | |
background-color: #61485e; | |
border-color: #4d394b; | |
color: #a3839f; | |
} | |
.c-enhanced_text_input:hover, .c-enhanced_text_input.c-enhanced_text_input--active | |
{ | |
border-color: #61485e; | |
} | |
.c-filter_input | |
{ | |
background: #61485e; | |
} | |
.p-share_dialog_message_input | |
{ | |
color: #f0d9ed; | |
} | |
.lazy_filter_select.disabled | |
{ | |
background: #4d394b; | |
} | |
.lazy_filter_select.disabled input.lfs_input | |
{ | |
background: #876484; | |
} | |
.lazy_filter_select .lfs_input_container | |
{ | |
background-color: #61485e; | |
border-color: #372c36; | |
} | |
.lazy_filter_select .lfs_input_container.active, .lazy_filter_select .lfs_input_container:hover | |
{ | |
border-color: #4d394b; | |
} | |
.lazy_filter_select .lfs_input_container.active | |
{ | |
box-shadow: 0 0 7px rgba(62, 49, 60, 0.15); | |
} | |
.lazy_filter_select .lfs_list_container | |
{ | |
background: #3e313c; | |
border-color: #372c36; | |
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); | |
} | |
.lazy_filter_select .lfs_list .lfs_item.selected | |
{ | |
color: #f0d9ed; | |
} | |
.lazy_filter_select .lfs_list .lfs_item.selected .c-member__current-status .prevent_copy_paste, .lazy_filter_select .lfs_list .lfs_item.selected .c-member__current-status--small::before, .lazy_filter_select .lfs_list .lfs_item.selected .c-member__display-name, .lazy_filter_select .lfs_list .lfs_item.selected .c-member__name, .lazy_filter_select .lfs_list .lfs_item.selected .c-member__secondary-name | |
{ | |
color: #f0d9ed !important; | |
} | |
.lazy_filter_select .lfs_list .lfs_item.disabled | |
{ | |
color: #a3839f; | |
} | |
.lazy_filter_select .lfs_list .lfs_item.active | |
{ | |
background-color: #372c36; | |
border-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.lazy_filter_select .lfs_token | |
{ | |
background: #3e313c; | |
border: 1px solid #372c36; | |
color: #f0d9ed; | |
} | |
.lazy_filter_select .lfs_token::after | |
{ | |
color: #f0d9ed; | |
} | |
.lazy_filter_select.single .lfs_input_container.active::after, .lazy_filter_select.single .lfs_input_container:hover::after | |
{ | |
color: #f0d9ed; | |
} | |
#select_share_channels .lazy_filter_select .lfs_value .lfs_item.selected | |
{ | |
color: #f0d9ed !important; | |
} | |
#select_share_channels .lazy_filter_select .lfs_value .lfs_item.selected .ts_icon:not(.presence_icon) | |
{ | |
color: #a3839f !important; | |
} | |
#select_share_channels .lazy_filter_select .lfs_item | |
{ | |
color: #a3839f !important; | |
} | |
#select_share_channels .lazy_filter_select .lfs_item .ts_icon:not(.presence_icon) | |
{ | |
color: #a3839f !important; | |
} | |
#message_edit_form .emo_menu | |
{ | |
color: rgba(240, 217, 237, 0.3); | |
} | |
#message_edit_form .emo_menu.active .ts_icon_happy_smile, #message_edit_form .emo_menu:hover .ts_icon_happy_smile | |
{ | |
color: #876484; | |
} | |
#message_edit_form.focus .emo_menu | |
{ | |
color: rgba(240, 217, 237, 0.6); | |
} | |
#message_edit_form.focus #primary_file_button:not(:hover) | |
{ | |
border-color: #4d394b; | |
} | |
#message_edit_form.offline #message-input, #message_edit_form.offline #primary_file_button | |
{ | |
background-color: #4d394b !important; | |
} | |
#message_edit_form.offline #primary_file_button | |
{ | |
border-color: #4a3b49; | |
color: #a3839f; | |
} | |
#msg_form.focus #msg_input, #msg_form.focus #primary_file_button:not(:hover):not(.active) | |
{ | |
border-color: #4d394b; | |
} | |
#msg_form #msg_input | |
{ | |
background: padding-box #61485e; | |
border-color: #4a3b49; | |
border-left: 0; | |
color: #f0d9ed; | |
} | |
#msg_form #msg_input.focus ~ .msg_mentions_button:not(.hover) | |
{ | |
color: #f0d9ed; | |
} | |
#msg_form .msg_mentions_button | |
{ | |
color: #a3839f; | |
} | |
#msg_form .msg_mentions_button:hover | |
{ | |
color: #f0d9ed; | |
} | |
#msg_input | |
{ | |
background: #61485e; | |
border-color: #4a3b49; | |
color: #f0d9ed; | |
} | |
#msg_input::-webkit-input-placeholder | |
{ | |
color: #f0d9ed !important; | |
-webkit-filter: none; | |
filter: none; | |
opacity: 0.5; | |
} | |
#msg_input::-moz-placeholder | |
{ | |
color: #f0d9ed !important; | |
filter: none; | |
opacity: 0.5; | |
} | |
#msg_input::placeholder | |
{ | |
color: #f0d9ed !important; | |
filter: none; | |
opacity: 0.5; | |
} | |
#msg_input[data-placeholder]:empty::before | |
{ | |
color: #f0d9ed !important; | |
} | |
#msg_input:focus, #msg_input.focus | |
{ | |
border-color: #4d394b; | |
} | |
#msg_input:focus + #primary_file_button:not(:hover):not(.active), #msg_input.focus + #primary_file_button:not(:hover):not(.active) | |
{ | |
border-color: #4d394b; | |
} | |
#msg_input + #primary_file_button:not(:hover):not(.active) | |
{ | |
border-color: #4a3b49; | |
} | |
#msg_input + #primary_file_button.focus-ring:not(:hover):not(.active) | |
{ | |
border-color: #4a3b49; | |
} | |
#msg_input.offline:not(.pretend-to-be-online) | |
{ | |
background-color: #4d394b !important; | |
color: #a3839f; | |
} | |
#msg_input.disabled, #msg_input.ql-disabled | |
{ | |
background-color: #4d394b; | |
border-color: #4d394b; | |
color: #a3839f; | |
} | |
#msg_input_message | |
{ | |
background-color: #4d394b; | |
color: #f0d9ed; | |
} | |
#primary_file_button | |
{ | |
background: padding-box #61485e; | |
border-color: #4a3b49; | |
color: #a3839f; | |
} | |
#primary_file_button.active, #primary_file_button.focus-ring, #primary_file_button:focus, #primary_file_button:hover | |
{ | |
background: #4a3b49; | |
border-color: #4d394b; | |
color: #f0d9ed; | |
} | |
#footer, #footer.footer_msg_input | |
{ | |
background: #3e313c; | |
box-shadow: inset 1px 0 0 0 #3e313c; | |
} | |
#footer.disabled #message-input, #footer.disabled #msg_input | |
{ | |
background: padding-box #4d394b !important; | |
border-color: #4d394b !important; | |
} | |
#footer_archives_table | |
{ | |
color: #a3839f; | |
} | |
#typing_text | |
{ | |
color: #a3839f; | |
filter: none; | |
} | |
#notification_bar.wide #typing_text.overflow_ellipsis | |
{ | |
-webkit-filter: none; | |
filter: none; | |
} | |
#special_formatting_text | |
{ | |
color: #a3839f; | |
} | |
#message_edit_container .inline_message_input_container, #message_edit_container .inline_message_input_container.with_file_upload, #threads_msgs .inline_message_input_container, #threads_msgs .inline_message_input_container.with_file_upload, #reply_container.upload_in_threads .inline_message_input_container, #reply_container.upload_in_threads .inline_message_input_container.with_file_upload | |
{ | |
background: #61485e; | |
border-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.inline_message_input_container .ql-container | |
{ | |
border-color: #61485e; | |
color: #f0d9ed; | |
} | |
.inline_message_input_container .ql-container.focus, .inline_message_input_container .ql-container:active, .inline_message_input_container .ql-container:hover | |
{ | |
border-color: #876484; | |
} | |
.c-message--editing | |
{ | |
background: #4d394b; | |
border-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.c-message__editor__input, .c-message__editor__input--legacy | |
{ | |
background: #61485e; | |
border-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.c-message__editor__input.focus, .c-message__editor__input--legacy.focus | |
{ | |
border-color: #4d394b; | |
box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); | |
} | |
.c-message__editor__warning | |
{ | |
color: #bf360c; | |
} | |
.c-message .c-button | |
{ | |
border-color: #4a3b49; | |
} | |
.c-message .c-button--outline | |
{ | |
background-color: #4d394b; | |
color: #a3839f; | |
} | |
.c-message .c-button--outline:hover | |
{ | |
color: #d4bbd1; | |
} | |
.c-message .c-button--primary | |
{ | |
background-color: #61485e; | |
color: #f0d9ed; | |
} | |
#message_edit_container .message_input | |
{ | |
background: #61485e; | |
border-color: #4d394b; | |
color: #f0d9ed; | |
} | |
#message_edit_container .message_input.focus | |
{ | |
border-color: #4d394b; | |
box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); | |
} | |
.ql-editor::-webkit-scrollbar-thumb | |
{ | |
background-color: rgba(97, 72, 94, 0.5); | |
color: #3e313c; | |
} | |
.ql-editor::-webkit-scrollbar-thumb:hover | |
{ | |
background-color: rgba(97, 72, 94, 0.8); | |
} | |
.ql-placeholder, .texty_legacy .ql-placeholder | |
{ | |
color: #f0d9ed; | |
filter: none; | |
} | |
.ql-container.texty_single_line_input | |
{ | |
background: #61485e; | |
border: 1px solid #4d394b; | |
color: #f0d9ed; | |
} | |
.ql-container.texty_single_line_input.focus, .ql-container.texty_single_line_input:hover | |
{ | |
border-color: #4d394b; | |
box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); | |
} | |
.c-input_select | |
{ | |
background: #61485e; | |
border-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.p-file_list__file_type_select .c-input_select__selected_value--placeholder | |
{ | |
color: #f0d9ed; | |
} | |
.c-input_select_options_list_container:not(.c-input_select_options_list_container--always-open) | |
{ | |
background: #61485e; | |
border-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.c-input_select_options_list__option | |
{ | |
color: #f0d9ed; | |
} | |
.c-label__text | |
{ | |
color: #f0d9ed; | |
} | |
.c-date_picker__dropdown | |
{ | |
background-color: #4d394b; | |
} | |
.c-calendar_view_header__stepper_btn:disabled, .c-calendar_view_header__title_btn:disabled | |
{ | |
color: #a3839f; | |
} | |
.c-calendar_view_header__stepper_btn, .c-calendar_view_header__title_btn | |
{ | |
color: #f0d9ed; | |
} | |
.c-calendar_view_header__stepper_btn:hover, .c-calendar_view_header__title_btn:hover | |
{ | |
background-color: #61485e; | |
} | |
.c-date_picker_calendar__date--disabled, .c-date_picker_calendar__date--disabled:hover | |
{ | |
background-color: #4d394b; | |
} | |
.c-mini_calendar__month_button:disabled, .c-mini_calendar__month_button:disabled:hover | |
{ | |
background-color: #4d394b; | |
} | |
.c-calendar_month__day_of_week_heading | |
{ | |
color: #f0d9ed; | |
} | |
.menu | |
{ | |
background: #4d394b; | |
border: 1px solid #3e313c; | |
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); | |
color: #f0d9ed; | |
} | |
.menu .menu_content | |
{ | |
background: #4d394b !important; | |
} | |
.menu .menu_filter_container | |
{ | |
background: #3e313c; | |
} | |
.menu .menu_filter_container input.menu_filter | |
{ | |
border: 1px solid #4a3b49; | |
} | |
.menu .menu_filter_container input.menu_filter:focus | |
{ | |
border-color: #61485e; | |
} | |
.menu .menu_filter_container .icon_search | |
{ | |
color: #a3839f; | |
} | |
.menu .menu_filter_container .icon_close | |
{ | |
color: #a3839f !important; | |
} | |
.menu #menu_header .menu_simple_header | |
{ | |
background: #372c36; | |
border-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.menu #menu_header .menu_simple_header a | |
{ | |
color: #a3839f; | |
} | |
.menu #menu_header .menu_simple_header a:hover | |
{ | |
color: #d4bbd1; | |
} | |
.menu #menu_header .menu_close | |
{ | |
color: #f0d9ed; | |
} | |
.menu .section_header .header_label | |
{ | |
background-color: #4d394b; | |
color: #a3839f; | |
} | |
.menu .section_header > div.header_label_container | |
{ | |
color: #a3839f; | |
} | |
.menu ul li a | |
{ | |
background: #4d394b; | |
border-bottom: 0; | |
color: #f0d9ed; | |
} | |
.menu ul li a.delete_link | |
{ | |
color: #bf360c; | |
} | |
.menu ul li a:not(.inline_menu_link) | |
{ | |
color: #f0d9ed; | |
} | |
.menu ul li.highlighted a | |
{ | |
background: #3e313c; | |
border-bottom-color: #372c36; | |
color: #f0d9ed; | |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); | |
} | |
.menu ul li.highlighted a .menu_item_details, .menu ul li.highlighted a .prefix, .menu ul li.highlighted a i, .menu ul li.highlighted a ts-icon | |
{ | |
color: #f0d9ed; | |
} | |
.menu ul li.highlighted a.delete_link | |
{ | |
color: #bf360c; | |
} | |
.menu ul li.disabled a | |
{ | |
color: #a3839f; | |
} | |
.menu ul li i | |
{ | |
color: #a3839f; | |
} | |
.menu ul li.divider | |
{ | |
border-bottom-color: #3e313c; | |
} | |
.menu ul li .menu_item_details | |
{ | |
color: #a3839f; | |
} | |
.menu:not(.keyboard_active) ul li:hover:not(.disabled) a | |
{ | |
background: #3e313c; | |
border-bottom-color: #372c36; | |
color: #f0d9ed; | |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); | |
} | |
.menu:not(.keyboard_active) ul li:hover:not(.disabled) a .menu_item_details, .menu:not(.keyboard_active) ul li:hover:not(.disabled) a .prefix, .menu:not(.keyboard_active) ul li:hover:not(.disabled) a i, .menu:not(.keyboard_active) ul li:hover:not(.disabled) a ts-icon | |
{ | |
color: #f0d9ed; | |
} | |
.menu:not(.keyboard_active) ul li:hover:not(.disabled) a.delete_link | |
{ | |
color: #bf360c; | |
} | |
.menu input | |
{ | |
background: #4d394b; | |
border: 1px solid #61485e; | |
} | |
.menu textarea | |
{ | |
background: #4d394b; | |
border: 1px solid #61485e; | |
} | |
.menu #menu_footer .menu_footer | |
{ | |
background: #372c36; | |
border-top: 1px solid #4d394b; | |
} | |
.menu #monkey_scroll_wrapper_for_menu_items_scroller | |
{ | |
background: #4d394b; | |
} | |
.menu #menu_list_container #menu_list .menu_list_item a | |
{ | |
color: #f0d9ed; | |
} | |
.menu #menu_list_container #menu_list .menu_list_item.active a | |
{ | |
background: #61485e; | |
color: #f0d9ed; | |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); | |
} | |
.c-menu | |
{ | |
background-color: #4d394b; | |
} | |
.c-menu_item__label | |
{ | |
color: #fff; | |
} | |
.c-menu_item__header | |
{ | |
color: #a3839f; | |
} | |
#autocomplete_menu | |
{ | |
color: #f0d9ed; | |
} | |
#autocomplete_menu header | |
{ | |
background-color: #3e313c; | |
} | |
#autocomplete_menu header .header_label | |
{ | |
color: #a3839f; | |
} | |
#autocomplete_menu header hr | |
{ | |
border-bottom-color: transparent; | |
border-top-color: #372c36; | |
} | |
#autocomplete_menu h2 | |
{ | |
color: #f0d9ed; | |
} | |
#autocomplete_menu .no_results | |
{ | |
color: #f0d9ed; | |
} | |
#autocomplete_menu .keyword_match .modifier | |
{ | |
color: #a3839f; | |
} | |
#autocomplete_menu .boxed | |
{ | |
background: #3e313c; | |
border: 1px solid #4d394b; | |
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15); | |
} | |
#autocomplete_menu .pickmeup | |
{ | |
border-bottom: 1px solid #4d394b; | |
} | |
#autocomplete_menu.search_menu .section_header::before, #autocomplete_menu.search_menu.unified .section_header::before | |
{ | |
background-color: #61485e; | |
} | |
#autocomplete_menu.search_menu header, #autocomplete_menu.search_menu.unified header | |
{ | |
color: #f0d9ed; | |
} | |
#autocomplete_menu.search_menu header .header_label::before, #autocomplete_menu.search_menu.unified header .header_label::before | |
{ | |
background-color: #4d394b; | |
} | |
#autocomplete_menu.search_menu .query_header, #autocomplete_menu.search_menu.unified .query_header | |
{ | |
background-color: transparent; | |
} | |
#autocomplete_menu.search_menu .query_header .search_query_preview, #autocomplete_menu.search_menu.unified .query_header .search_query_preview | |
{ | |
color: #f0d9ed; | |
} | |
#autocomplete_menu.search_menu li.highlighted .result_item_btn, #autocomplete_menu.search_menu.unified li.highlighted .result_item_btn | |
{ | |
background: #4d394b; | |
color: #f0d9ed; | |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); | |
} | |
#autocomplete_menu.search_menu li.highlighted .modifier_icon, #autocomplete_menu.search_menu.unified li.highlighted .modifier_icon | |
{ | |
color: #a3839f; | |
} | |
#autocomplete_menu.search_menu li.highlighted .action_btn, #autocomplete_menu.search_menu.unified li.highlighted .action_btn | |
{ | |
color: #f0d9ed; | |
} | |
#autocomplete_menu.search_menu li.highlighted .delete_btn, #autocomplete_menu.search_menu.unified li.highlighted .delete_btn | |
{ | |
color: #a3839f; | |
} | |
#autocomplete_menu.search_menu li.highlighted .delete_btn:focus, #autocomplete_menu.search_menu li.highlighted .delete_btn:hover, #autocomplete_menu.search_menu.unified li.highlighted .delete_btn:focus, #autocomplete_menu.search_menu.unified li.highlighted .delete_btn:hover | |
{ | |
color: #bf360c; | |
} | |
#autocomplete_menu.search_menu li.highlighted .muted_text, #autocomplete_menu.search_menu.unified li.highlighted .muted_text | |
{ | |
color: #a3839f; | |
} | |
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus, #autocomplete_menu.search_menu:not(.keyboard_active) li:hover, #autocomplete_menu.search_menu .results.unified:not(.keyboard_active) li:focus, #autocomplete_menu.search_menu .results.unified:not(.keyboard_active) li:hover, #autocomplete_menu.search_menu.unified:not(.keyboard_active) li:focus, #autocomplete_menu.search_menu.unified:not(.keyboard_active) li:hover, #autocomplete_menu.search_menu.unified .results.unified:not(.keyboard_active) li:focus, #autocomplete_menu.search_menu.unified .results.unified:not(.keyboard_active) li:hover | |
{ | |
background: transparent; | |
} | |
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .muted_text, #autocomplete_menu.search_menu:not(.keyboard_active) li:hover .muted_text, #autocomplete_menu.search_menu .results.unified:not(.keyboard_active) li:focus .muted_text, #autocomplete_menu.search_menu .results.unified:not(.keyboard_active) li:hover .muted_text, #autocomplete_menu.search_menu.unified:not(.keyboard_active) li:focus .muted_text, #autocomplete_menu.search_menu.unified:not(.keyboard_active) li:hover .muted_text, #autocomplete_menu.search_menu.unified .results.unified:not(.keyboard_active) li:focus .muted_text, #autocomplete_menu.search_menu.unified .results.unified:not(.keyboard_active) li:hover .muted_text | |
{ | |
color: #a3839f; | |
} | |
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .result_item_btn, #autocomplete_menu.search_menu:not(.keyboard_active) li:hover .result_item_btn, #autocomplete_menu.search_menu .results.unified:not(.keyboard_active) li:focus .result_item_btn, #autocomplete_menu.search_menu .results.unified:not(.keyboard_active) li:hover .result_item_btn, #autocomplete_menu.search_menu.unified:not(.keyboard_active) li:focus .result_item_btn, #autocomplete_menu.search_menu.unified:not(.keyboard_active) li:hover .result_item_btn, #autocomplete_menu.search_menu.unified .results.unified:not(.keyboard_active) li:focus .result_item_btn, #autocomplete_menu.search_menu.unified .results.unified:not(.keyboard_active) li:hover .result_item_btn | |
{ | |
background: #4d394b; | |
color: #f0d9ed; | |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); | |
} | |
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .modifier_icon, #autocomplete_menu.search_menu:not(.keyboard_active) li:hover .modifier_icon, #autocomplete_menu.search_menu .results.unified:not(.keyboard_active) li:focus .modifier_icon, #autocomplete_menu.search_menu .results.unified:not(.keyboard_active) li:hover .modifier_icon, #autocomplete_menu.search_menu.unified:not(.keyboard_active) li:focus .modifier_icon, #autocomplete_menu.search_menu.unified:not(.keyboard_active) li:hover .modifier_icon, #autocomplete_menu.search_menu.unified .results.unified:not(.keyboard_active) li:focus .modifier_icon, #autocomplete_menu.search_menu.unified .results.unified:not(.keyboard_active) li:hover .modifier_icon | |
{ | |
color: #a3839f; | |
} | |
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .action_btn, #autocomplete_menu.search_menu:not(.keyboard_active) li:hover .action_btn, #autocomplete_menu.search_menu .results.unified:not(.keyboard_active) li:focus .action_btn, #autocomplete_menu.search_menu .results.unified:not(.keyboard_active) li:hover .action_btn, #autocomplete_menu.search_menu.unified:not(.keyboard_active) li:focus .action_btn, #autocomplete_menu.search_menu.unified:not(.keyboard_active) li:hover .action_btn, #autocomplete_menu.search_menu.unified .results.unified:not(.keyboard_active) li:focus .action_btn, #autocomplete_menu.search_menu.unified .results.unified:not(.keyboard_active) li:hover .action_btn | |
{ | |
color: #f0d9ed; | |
} | |
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .delete_btn, #autocomplete_menu.search_menu:not(.keyboard_active) li:hover .delete_btn, #autocomplete_menu.search_menu .results.unified:not(.keyboard_active) li:focus .delete_btn, #autocomplete_menu.search_menu .results.unified:not(.keyboard_active) li:hover .delete_btn, #autocomplete_menu.search_menu.unified:not(.keyboard_active) li:focus .delete_btn, #autocomplete_menu.search_menu.unified:not(.keyboard_active) li:hover .delete_btn, #autocomplete_menu.search_menu.unified .results.unified:not(.keyboard_active) li:focus .delete_btn, #autocomplete_menu.search_menu.unified .results.unified:not(.keyboard_active) li:hover .delete_btn | |
{ | |
color: #a3839f; | |
} | |
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .delete_btn:focus, #autocomplete_menu.search_menu:not(.keyboard_active) li:focus .delete_btn:hover, #autocomplete_menu.search_menu:not(.keyboard_active) li:hover .delete_btn:focus, #autocomplete_menu.search_menu:not(.keyboard_active) li:hover .delete_btn:hover, #autocomplete_menu.search_menu .results.unified:not(.keyboard_active) li:focus .delete_btn:focus, #autocomplete_menu.search_menu .results.unified:not(.keyboard_active) li:focus .delete_btn:hover, #autocomplete_menu.search_menu .results.unified:not(.keyboard_active) li:hover .delete_btn:focus, #autocomplete_menu.search_menu .results.unified:not(.keyboard_active) li:hover .delete_btn:hover, #autocomplete_menu.search_menu.unified:not(.keyboard_active) li:focus .delete_btn:focus, #autocomplete_menu.search_menu.unified:not(.keyboard_active) li:focus .delete_btn:hover, #autocomplete_menu.search_menu.unified:not(.keyboard_active) li:hover .delete_btn:focus, #autocomplete_menu.search_menu.unified:not(.keyboard_active) li:hover .delete_btn:hover, #autocomplete_menu.search_menu.unified .results.unified:not(.keyboard_active) li:focus .delete_btn:focus, #autocomplete_menu.search_menu.unified .results.unified:not(.keyboard_active) li:focus .delete_btn:hover, #autocomplete_menu.search_menu.unified .results.unified:not(.keyboard_active) li:hover .delete_btn:focus, #autocomplete_menu.search_menu.unified .results.unified:not(.keyboard_active) li:hover .delete_btn:hover | |
{ | |
color: #bf360c; | |
} | |
#autocomplete_menu.search_menu .muted_text, #autocomplete_menu.search_menu.unified .muted_text | |
{ | |
color: #a3839f; | |
} | |
#autocomplete_menu.search_menu .time_modifiers::before, #autocomplete_menu.search_menu.unified .time_modifiers::before | |
{ | |
background-color: #4d394b; | |
} | |
#autocomplete_menu.search_menu .result_item_btn, #autocomplete_menu.search_menu.unified .result_item_btn | |
{ | |
color: #f0d9ed; | |
} | |
#autocomplete_menu.search_menu .results.unified .unified_autocomplete_item .text, #autocomplete_menu.search_menu.unified .results.unified .unified_autocomplete_item .text | |
{ | |
color: #f0d9ed; | |
} | |
#autocomplete_menu.search_menu .results.unified .unified_autocomplete_item .token, #autocomplete_menu.search_menu.unified .results.unified .unified_autocomplete_item .token | |
{ | |
background-color: #4a3b49; | |
color: #f0d9ed; | |
} | |
#autocomplete_menu.search_menu .action_btn, #autocomplete_menu.search_menu .modifier_icon, #autocomplete_menu.search_menu.unified .action_btn, #autocomplete_menu.search_menu.unified .modifier_icon | |
{ | |
color: #a3839f; | |
} | |
#autocomplete_menu.search_menu footer .keyword::before, #autocomplete_menu.search_menu footer .modifier::before, #autocomplete_menu.search_menu footer.unified .keyword::before, #autocomplete_menu.search_menu footer.unified .modifier::before, #autocomplete_menu.search_menu.unified footer .keyword::before, #autocomplete_menu.search_menu.unified footer .modifier::before, #autocomplete_menu.search_menu.unified footer.unified .keyword::before, #autocomplete_menu.search_menu.unified footer.unified .modifier::before | |
{ | |
background: #876484; | |
border: 1px solid #61485e; | |
color: #f0d9ed; | |
} | |
#autocomplete_menu.search_menu footer .selected .keyword::before, #autocomplete_menu.search_menu footer .selected .modifier::before, #autocomplete_menu.search_menu footer.unified .selected .keyword::before, #autocomplete_menu.search_menu footer.unified .selected .modifier::before, #autocomplete_menu.search_menu.unified footer .selected .keyword::before, #autocomplete_menu.search_menu.unified footer .selected .modifier::before, #autocomplete_menu.search_menu.unified footer.unified .selected .keyword::before, #autocomplete_menu.search_menu.unified footer.unified .selected .modifier::before | |
{ | |
background: rgba(97, 72, 94, 0.25); | |
border: #876484; | |
} | |
#autocomplete_menu.search_menu footer .modifier.incomplete::before, #autocomplete_menu.search_menu footer.unified .modifier.incomplete::before, #autocomplete_menu.search_menu.unified footer .modifier.incomplete::before, #autocomplete_menu.search_menu.unified footer.unified .modifier.incomplete::before | |
{ | |
background: #4d394b; | |
border: 1px solid #372c36; | |
} | |
.search_light_grey | |
{ | |
color: #f0d9ed !important; | |
} | |
.highlighter_underlay .keyword::before | |
{ | |
background: #876484; | |
border: 1px solid #61485e; | |
color: #f0d9ed; | |
} | |
.highlighter_underlay .modifier::before | |
{ | |
background: #876484; | |
border: 1px solid #61485e; | |
color: #f0d9ed; | |
} | |
.highlighter_underlay .modifier.incomplete::before | |
{ | |
background: #4d394b; | |
border: 1px solid #372c36; | |
} | |
.highlighter_underlay .selected .keyword::before, .highlighter_underlay .selected .modifier::before | |
{ | |
background: rgba(135, 100, 132, 0.25); | |
border: #61485e; | |
} | |
.highlighter_underlay .ghost_text | |
{ | |
color: #f0d9ed; | |
} | |
.pickmeup | |
{ | |
background: #3e313c; | |
border: 1px solid #4d394b; | |
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); | |
} | |
.pickmeup .pmu-instance .pmu-button | |
{ | |
color: #f0d9ed; | |
} | |
.pickmeup .pmu-instance .pmu-today.pmu-selected, .pickmeup .pmu-instance .pmu-today:hover | |
{ | |
background: #4d394b !important; | |
} | |
.pickmeup .pmu-instance .pmu-today.pmu-selected .pmu-today-border, .pickmeup .pmu-instance .pmu-today:hover .pmu-today-border | |
{ | |
background: #876484; | |
color: #f0d9ed !important; | |
} | |
.pickmeup .pmu-instance .pmu-today-border | |
{ | |
border: 2px solid #61485e !important; | |
color: #876484 !important; | |
} | |
.pickmeup .pmu-instance .pmu-button:not(.pmu-disabled):hover | |
{ | |
background: #61485e; | |
color: #f0d9ed; | |
} | |
.pickmeup .pmu-instance .pmu-not-in-month | |
{ | |
background: #3e313c; | |
color: #a3839f; | |
} | |
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected | |
{ | |
background: #61485e; | |
} | |
.pickmeup .pmu-instance .pmu-disabled | |
{ | |
background: #3e313c; | |
color: #a3839f; | |
} | |
.pickmeup .pmu-instance .pmu-disabled:hover | |
{ | |
background: #3e313c; | |
color: #a3839f; | |
} | |
.pickmeup .pmu-instance .pmu-selected | |
{ | |
background: #61485e; | |
color: #f0d9ed; | |
} | |
.pickmeup .pmu-instance nav | |
{ | |
color: #a3839f; | |
} | |
.pickmeup .pmu-instance nav :first-child :hover | |
{ | |
color: #d4bbd1; | |
} | |
.pickmeup .pmu-instance .pmu-months *, .pickmeup .pmu-instance .pmu-years * | |
{ | |
border: 1px solid #4d394b; | |
} | |
.pickmeup .pmu-instance .pmu-day-of-week | |
{ | |
color: #f0d9ed; | |
} | |
.pickmeup .pmu-instance .pmu-day-of-week * | |
{ | |
border: 1px solid #4d394b; | |
} | |
.pickmeup .pmu-instance .pmu-days * | |
{ | |
border: 1px solid #4d394b; | |
} | |
.p-block_kit_date_picker_calendar_wrapper | |
{ | |
background: #4d394b; | |
border-color: #61485e; | |
color: #f0d9ed; | |
} | |
.p-block_kit_date_picker_calendar_wrapper .c-calendar_view_header__title_btn | |
{ | |
background: #61485e; | |
border-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.p-block_kit_date_picker_calendar_wrapper .c-date_picker_calendar__date--disabled, .p-block_kit_date_picker_calendar_wrapper .c-mini_calendar__month_button:disabled | |
{ | |
background: #61485e; | |
color: #876484; | |
} | |
#menu.date_picker .pickmeup .pmu-instance .pmu-button:not(.pmu-disabled):hover, #menu.date_picker .pickmeup .pmu-selected | |
{ | |
background: #61485e; | |
} | |
#menu.date_picker li.date_picker_item a | |
{ | |
color: #f0d9ed; | |
} | |
#menu.date_picker li.date_picker_item a:hover | |
{ | |
color: #f0d9ed; | |
} | |
#menu.date_picker li.date_picker_item.highlighted a | |
{ | |
color: #a3839f; | |
} | |
#file_member_filter | |
{ | |
background: #372c36; | |
} | |
#client-ui .member_filter | |
{ | |
border: 1px solid #61485e; | |
} | |
#client-ui .member_file_filter_menu .searchable_member_list_scroller .team_list_item:hover .channel_page_member_row | |
{ | |
background: #3e313c; | |
} | |
#client-ui .member_file_filter_menu .searchable_member_list_scroller .team_list_item:hover .member | |
{ | |
color: #f0d9ed; | |
} | |
#client-ui #team_list_container #team_filter .member_filter | |
{ | |
background-color: #3e313c; | |
border-left: 1px solid #372c36; | |
} | |
#client-ui #file_member_filter | |
{ | |
border-color: #61485e; | |
} | |
#client-ui #file_member_filter .member_filter | |
{ | |
border-color: #61485e; | |
} | |
#client-ui .team_tabs_container | |
{ | |
border-bottom: 1px solid #372c36; | |
} | |
#team_filter .icon_search | |
{ | |
color: #a3839f; | |
} | |
#team_filter a.icon_close | |
{ | |
color: #a3839f; | |
} | |
#team_filter a.icon_close:hover | |
{ | |
color: #d4bbd1; | |
} | |
.filter_header | |
{ | |
background-color: #3e313c; | |
} | |
.popover_menu | |
{ | |
background-color: #3e313c; | |
border-top: 1px solid #61485e; | |
} | |
.popover_menu .arrow::after | |
{ | |
background-color: #372c36; | |
} | |
.popover_menu .arrow_shadow::after | |
{ | |
background-color: #3e313c; | |
box-shadow: 0 0 0 1px #61485e, 0 0 3px rgba(0, 0, 0, 0.08); | |
} | |
.popover_menu.showing_header .arrow::after, .popover_menu.showing_header .arrow_shadow::after | |
{ | |
background-color: #3e313c !important; | |
} | |
.popover_menu .content | |
{ | |
background-color: #3e313c; | |
} | |
.tab_complete_ui | |
{ | |
background: #3e313c; | |
border: 1px solid #4d394b; | |
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5); | |
} | |
.tab_complete_ui .tab_complete_ui_header | |
{ | |
background: padding-box #372c36; | |
border-bottom: 1px solid #4d394b; | |
color: #f0d9ed; | |
text-shadow: 0 1px rgba(0, 0, 0, 0.15); | |
} | |
.tab_complete_ui ul.type_emoji li | |
{ | |
color: #f0d9ed; | |
} | |
.tab_complete_ui ul.type_members .broadcast_info, .tab_complete_ui ul.type_members .realname | |
{ | |
color: #f0d9ed; | |
} | |
.tab_complete_ui ul.type_members .unify_broadcast | |
{ | |
color: #f0d9ed; | |
} | |
.tab_complete_ui ul.type_members .unify_broadcast .ts_icon_broadcast | |
{ | |
color: #a3839f; | |
} | |
.tab_complete_ui ul.type_cmds li.tab_complete_ui_group .group_name | |
{ | |
color: #f0d9ed !important; | |
} | |
.tab_complete_ui ul.type_cmds li.tab_complete_ui_group .group_divider | |
{ | |
border-bottom: 0; | |
border-top-color: #4d394b; | |
} | |
.tab_complete_ui ul.type_cmds li.tab_complete_ui_item .cmd-left-td, .tab_complete_ui ul.type_cmds li.tab_complete_ui_item .cmd-right-td | |
{ | |
color: #a3839f; | |
} | |
.tab_complete_ui ul.type_cmds .cmdname | |
{ | |
color: #f0d9ed; | |
} | |
.tab_complete_ui ul.type_cmds .cmddesc | |
{ | |
color: #a3839f; | |
} | |
.tab_complete_ui li.tab_complete_ui_item, .tab_complete_ui li.tab_complete_ui_group | |
{ | |
border-bottom: 1px solid #4d394b; | |
} | |
.tab_complete_ui li.tab_complete_ui_item.active, .tab_complete_ui li.tab_complete_ui_group.active | |
{ | |
background: #61485e; | |
border-bottom-color: #4d394b; | |
text-shadow: 0 1px rgba(0, 0, 0, 0.15); | |
} | |
.tab_complete_ui li.tab_complete_ui_item.active span, .tab_complete_ui li.tab_complete_ui_group.active span | |
{ | |
color: #f0d9ed !important; | |
} | |
.tab_complete_ui .not_in_channel | |
{ | |
color: #a3839f; | |
} | |
#team_menu | |
{ | |
background: #4d394b; | |
border-bottom: 2px solid #4d394b; | |
color: #f0d9ed; | |
} | |
#team_menu.active, #team_menu:hover | |
{ | |
background: #4d394b !important; | |
border-bottom-color: #4d394b !important; | |
} | |
#team_menu.active i, #team_menu:hover i | |
{ | |
color: #f0d9ed; | |
} | |
#team_menu i | |
{ | |
color: #a3839f; | |
} | |
#team_menu .presence .presence_icon | |
{ | |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); | |
} | |
#team_menu .team_name_caret, #team_menu .notifications_menu_btn | |
{ | |
color: #f0d9ed !important; | |
} | |
#team_menu_user | |
{ | |
color: #a3839f; | |
} | |
#team_menu_user_name, #team_menu_user_details | |
{ | |
color: #f0d9ed !important; | |
opacity: 0.75; | |
} | |
.slack_menu_section::before | |
{ | |
border-top-color: #3e313c; | |
} | |
.slack_menu_header_secondary | |
{ | |
color: #a3839f; | |
} | |
.slack_menu_download | |
{ | |
background-color: #4d394b; | |
} | |
.slack_menu_download ts-icon | |
{ | |
color: #a3839f; | |
} | |
#menu_items_scroller::-webkit-scrollbar-track | |
{ | |
background: #3e313c !important; | |
} | |
#limit_meter:hover #limit_meter_message_body | |
{ | |
color: #f0d9ed; | |
} | |
#limit_meter_message_body | |
{ | |
color: #a3839f; | |
} | |
.channel_header | |
{ | |
background: #3e313c; | |
box-shadow: inset 1px 0 0 0 #3e313c; | |
} | |
.channel_header .blue_on_hover:hover | |
{ | |
color: #f0d9ed; | |
} | |
#client_body:not(.onboarding)::before | |
{ | |
background: #3e313c; | |
border-bottom: 1px solid #4d394b; | |
box-shadow: inset 1px 0 0 0 #3e313c; | |
} | |
#client_body:not(.onboarding):not(.feature_global_nav_layout)::before | |
{ | |
background: #3e313c; | |
border-bottom: 1px solid #4d394b; | |
box-shadow: inset 1px 0 0 0 #3e313c; | |
} | |
.messages_header | |
{ | |
color: #f0d9ed; | |
} | |
.channel_title .channel_name_container .channel_name | |
{ | |
color: #f0d9ed; | |
} | |
.channel_title .channel_name_container .channel_name.muted | |
{ | |
color: #a3839f; | |
} | |
.channel_title .channel_name_container .ts_icon_shared_channel.away, .channel_title .channel_name_container .mpdm_member.away | |
{ | |
color: #a3839f; | |
} | |
.channel_title .channel_name_container .muted_icon | |
{ | |
color: #a3839f; | |
} | |
.channel_title .channel_name_container .muted_icon:hover | |
{ | |
color: #bf360c; | |
} | |
#im_title.away | |
{ | |
color: #a3839f; | |
} | |
.channel_header_info button | |
{ | |
color: #a3839f; | |
} | |
.channel_header_icon | |
{ | |
color: #f0d9ed; | |
} | |
.channel_calls_button .call_icon.call_window_offline | |
{ | |
color: #a3839f; | |
} | |
.channel_actions_toggle.active:focus, .details_toggle.active:focus | |
{ | |
color: #f0d9ed; | |
} | |
#flex_menu_toggle.active, #flex_menu_toggle.active:focus | |
{ | |
color: #f0d9ed; | |
} | |
#flex_menu_toggle .flex_menu_download_circle | |
{ | |
background: #3e313c; | |
} | |
#flex_menu_toggle .flex_menu_download_circle canvas | |
{ | |
background: #3e313c; | |
} | |
#flex_menu_toggle.unread #help_icon_circle_count | |
{ | |
background-color: #bf360c; | |
color: #fff; | |
} | |
#flex_menu_toggle.open #help_icon_circle_count | |
{ | |
background-color: #372c36; | |
color: #f0d9ed; | |
} | |
#canvases_toggle.active, #details_toggle.active, #recent_mentions_toggle.active, #sli_recap_toggle.active, #stars_toggle.active | |
{ | |
background: #4d394b; | |
color: #f0d9ed; | |
} | |
#canvases_toggle.active:hover, #details_toggle.active:hover, #recent_mentions_toggle.active:hover, #sli_recap_toggle.active:hover, #stars_toggle.active:hover | |
{ | |
background: #61485e; | |
color: #f0d9ed; | |
} | |
#recent_mentions_toggle:hover | |
{ | |
color: #bf360c; | |
} | |
#rxn_toast_div | |
{ | |
background: #372c36; | |
border: 1px solid #61485e; | |
} | |
.presence | |
{ | |
color: #a3839f; | |
} | |
#edit_topic_inner:not(.unable_to_post)::before | |
{ | |
background: #3e313c; | |
border-color: #4d394b; | |
} | |
#edit_topic_trigger | |
{ | |
color: #a3839f; | |
} | |
.c-message_list__day_divider__label | |
{ | |
color: #a3839f; | |
} | |
.c-message_list__day_divider__label__pill | |
{ | |
background: #3e313c; | |
position: relative; | |
} | |
.c-message_list__day_divider__line | |
{ | |
border-top-color: #4d394b; | |
} | |
.day_divider, .mention_day_container_div .day_divider | |
{ | |
background: #3e313c; | |
color: #a3839f; | |
} | |
.day_divider hr, .mention_day_container_div .day_divider hr | |
{ | |
border-bottom: 0; | |
border-top: 1px solid #4d394b; | |
} | |
.day_divider .day_divider_label | |
{ | |
background: #3e313c; | |
} | |
.day_container .day_msgs | |
{ | |
border-top: 1px solid #4d394b; | |
} | |
.day_container.unread_day_container .day_msgs | |
{ | |
border-color: #876484; | |
} | |
.day_container .day_divider | |
{ | |
background: none; | |
color: #a3839f; | |
} | |
.day_container .day_divider .day_divider_label | |
{ | |
background: #3e313c; | |
} | |
.search_form | |
{ | |
border-color: #61485e; | |
} | |
.search_form .search_input | |
{ | |
background: transparent; | |
} | |
.search_form:hover | |
{ | |
border-color: #876484; | |
} | |
.search_focused .search_form | |
{ | |
border-color: #876484; | |
} | |
.search_clear_icon .ts_icon_times_circle | |
{ | |
color: #a3839f; | |
} | |
#search_spinner | |
{ | |
color: #f0d9ed; | |
} | |
#search_container .search_input | |
{ | |
background: transparent; | |
} | |
#search_container .icon_search | |
{ | |
color: #a3839f; | |
} | |
#search_container .icon_close | |
{ | |
color: #a3839f; | |
} | |
#team_filter .icon_search, #team_filter .ts_icon_spinner, #user_group_filter .icon_search, #user_group_filter .ts_icon_spinner, .searchable_member_list_search_bar .icon_search, .searchable_member_list_search_bar .ts_icon_spinner | |
{ | |
color: #a3839f; | |
} | |
#team_filter a.icon_close, #user_group_filter a.icon_close, .searchable_member_list_search_bar a.icon_close | |
{ | |
color: #a3839f; | |
} | |
#team_filter a.icon_close:hover, #user_group_filter a.icon_close:hover, .searchable_member_list_search_bar a.icon_close:hover | |
{ | |
color: #d4bbd1; | |
} | |
.c-search | |
{ | |
background: transparent; | |
} | |
.c-search_message__body | |
{ | |
color: #f0d9ed; | |
} | |
.p-search_filter__more_link | |
{ | |
color: #f0d9ed; | |
} | |
.p-search_filter__title_text | |
{ | |
background: #4d394b; | |
color: #f0d9ed; | |
} | |
.p-search_filter__datepicker_trigger | |
{ | |
background: #4d394b; | |
border-color: #61485e; | |
color: #f0d9ed; | |
} | |
.p-search_filter__datepicker_trigger:hover | |
{ | |
color: #a3839f; | |
} | |
.c-search_modal .popover > div, .c-search_modal .c-search__input_box, .c-search_modal:not(.c-search_modal--primarysearch) .popover > div, .c-search_modal:not(.c-search_modal--primarysearch) .c-search__input_box | |
{ | |
background: #4d394b; | |
border-color: #61485e; | |
color: #f0d9ed; | |
} | |
.c-search_autocomplete footer | |
{ | |
background: #4d394b; | |
border-color: #61485e; | |
color: #f0d9ed; | |
} | |
.c-search_autocomplete__suggestion_item | |
{ | |
color: #f0d9ed; | |
} | |
.c-search_autocomplete__suggestion_item--selected | |
{ | |
background-color: #4a3b49; | |
} | |
.c-search_autocomplete__suggestion_item .token | |
{ | |
background-color: #222222; | |
color: #f0d9ed; | |
} | |
.c-search__input_and_close | |
{ | |
border-bottom-color: #372c36; | |
} | |
.c-search__input_box__clear, .c-search__input_box__icon, .c-search__section_header, .c-search__input_and_close__close | |
{ | |
color: #f0d9ed; | |
} | |
#msgs_overlay_div | |
{ | |
background: #3e313c; | |
} | |
#col_messages | |
{ | |
box-shadow: inset 1px 0 0 0 #3e313c; | |
} | |
.c-mrkdwn__broadcast--mention, .c-mrkdwn__broadcast--mention:hover, .c-mrkdwn__highlight, .c-mrkdwn__mention, .c-mrkdwn__mention:hover, .c-mrkdwn__subteam--mention, .c-mrkdwn__subteam--mention:hover, .mention_yellow_bg | |
{ | |
color: #a3839f !important; | |
} | |
.c-message:hover .c-message__broadcast_preamble_outer, .c-message:hover .c-message__broadcast_preamble | |
{ | |
color: #a3839f; | |
} | |
.c-message--hover .c-message__broadcast_preamble_outer .c-message--focus .c-message__broadcast_preamble_outer, .c-message--hover .c-message__broadcast_preamble_outer .c-message--focus .c-message__broadcast_preamble, .c-message--hover .c-message__broadcast_preamble .c-message--focus .c-message__broadcast_preamble_outer, .c-message--hover .c-message__broadcast_preamble .c-message--focus .c-message__broadcast_preamble | |
{ | |
color: #a3839f; | |
} | |
.c-message:hover:not(.c-message--highlight):not(.c-message--standalone):not(.c-message--pinned):not(.c-message--ephemeral):not(.c-message--custom_response):not(.c-message--starred):not(.c-message--sli_highlight), .c-message--hover:not(.c-message--highlight):not(.c-message--standalone):not(.c-message--pinned):not(.c-message--ephemeral):not(.c-message--custom_response):not(.c-message--starred):not(.c-message--sli_highlight), .c-message--focus:not(.c-message--highlight):not(.c-message--standalone):not(.c-message--pinned):not(.c-message--ephemeral):not(.c-message--custom_response):not(.c-message--starred):not(.c-message--sli_highlight) | |
{ | |
background: rgba(55, 44, 54, 0.1); | |
} | |
.c-message:hover .c-message__body--automated, .c-message--hover .c-message__body--automated .c-message--focus .c-message__body--automated | |
{ | |
color: #a3839f; | |
} | |
.c-message:hover .c-message__file_meta, .c-message--hover .c-message__file_meta .c-message--focus .c-message__file_meta | |
{ | |
color: #a3839f; | |
} | |
.c-message--focus:not(.c-message--highlight):not(.c-message--standalone):not(.c-message--pinned):not(.c-message--ephemeral):not(.c-message--custom_response):not(.c-message--starred):not(.c-message--sli_highlight) | |
{ | |
background: rgba(55, 44, 54, 0.1); | |
} | |
.c-message--pinned, .c-message--sli_highlight:not(.c-message--sli_highlight_negative), .c-message--starred | |
{ | |
background: rgba(55, 44, 54, 0.2); | |
} | |
.c-message--custom_response | |
{ | |
background: rgba(55, 44, 54, 0.15); | |
} | |
.c-message--sli_highlight_negative, .c-message--ephemeral | |
{ | |
background: rgba(55, 44, 54, 0.1); | |
} | |
.c-message--pinned .c-message__label__icon | |
{ | |
color: #bf360c; | |
} | |
.c-message--custom_response .c-message__label__icon, .c-message--sli_highlight .c-message__label__icon | |
{ | |
color: #f0d9ed; | |
} | |
.c-message--sli_highlight .c-message__label .c-mrkdwn__member--link, .c-message--sli_highlight .c-message__label .c-mrkdwn__channel.internal_channel_link | |
{ | |
color: #a3839f; | |
} | |
.c-message--sli_highlight_negative .c-message__label | |
{ | |
background: rgba(55, 44, 54, 0.1); | |
} | |
.c-message--resend .c-message__body | |
{ | |
color: #a3839f; | |
} | |
.c-message--deleting | |
{ | |
background: rgba(191, 54, 12, 0.6); | |
} | |
.c-message--standalone | |
{ | |
border-color: rgba(97, 72, 94, 0.1); | |
} | |
.c-message--unprocessed .c-message__body | |
{ | |
animation: to-grey 50ms linear 10s forwards; | |
} | |
.c-message__broadcast_preamble_outer, .c-message__broadcast_preamble | |
{ | |
color: #a3839f; | |
} | |
.c-message__sender | |
{ | |
color: #f0d9ed; | |
} | |
.c-message__sender a | |
{ | |
color: #f0d9ed; | |
} | |
.c-message__sender .c-emoji__text_mode_icon | |
{ | |
color: #a3839f; | |
} | |
.c-message__body | |
{ | |
color: #f0d9ed; | |
} | |
.c-message__body--unknown | |
{ | |
background: rgba(97, 72, 94, 0.1); | |
} | |
.c-message__body--automated | |
{ | |
color: #a3839f; | |
} | |
.c-message__body--tombstone | |
{ | |
color: #a3839f; | |
} | |
.c-message__label | |
{ | |
color: #a3839f; | |
} | |
.c-message__label__highlight_title | |
{ | |
color: #f0d9ed; | |
} | |
.c-message__label__highlight_positive, .c-message__label__highlight_negative | |
{ | |
color: #a3839f; | |
} | |
.c-message__label__highlight_positive--active, .c-message__label__highlight_negative--active | |
{ | |
color: #f0d9ed; | |
} | |
.c-message__resend_controls | |
{ | |
color: #a3839f; | |
} | |
.c-message__resend_column | |
{ | |
background-color: rgba(97, 72, 94, 0.1); | |
} | |
.c-message__resend, .c-message__cancel | |
{ | |
color: #f0d9ed; | |
} | |
.c-message__edited_label | |
{ | |
color: #a3839f; | |
} | |
.c-message__tombstone_icon | |
{ | |
background: rgba(97, 72, 94, 0.1); | |
color: #a3839f; | |
} | |
.c-message__bot_label | |
{ | |
background: rgba(97, 72, 94, 0.1); | |
color: #a3839f; | |
} | |
.c-message__comment:before | |
{ | |
color: #a3839f; | |
} | |
.c-message__call_attachment | |
{ | |
background: #3e313c; | |
border-color: rgba(97, 72, 94, 0.1); | |
} | |
.c-message__call_icon | |
{ | |
color: #f0d9ed; | |
} | |
.c-message__call--ended .c-message__call_icon | |
{ | |
color: #a3839f; | |
} | |
.c-message__call_info | |
{ | |
color: #f0d9ed; | |
} | |
.c-message__call_name--linked | |
{ | |
color: #f0d9ed; | |
} | |
.c-message__call_name + .c-message__call_description::before | |
{ | |
color: #a3839f; | |
} | |
.c-message__call_sub | |
{ | |
color: #a3839f; | |
} | |
.c-message_actions__container | |
{ | |
background: #3e313c; | |
border-color: #4d394b; | |
} | |
.c-message_actions__container:hover | |
{ | |
border-color: #61485e; | |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); | |
} | |
.c-message_actions__button | |
{ | |
border-right-color: #4d394b; | |
color: #a3839f; | |
} | |
.c-message_actions__button:hover | |
{ | |
color: #f0d9ed; | |
} | |
.c-message_actions__button:active | |
{ | |
background: #4d394b; | |
} | |
.c-message_group | |
{ | |
background-color: #3e313c; | |
border-color: #4d394b; | |
} | |
.c-message_group:hover .c-message_group__header | |
{ | |
color: #a3839f; | |
} | |
.c-message_group__header | |
{ | |
color: #f0d9ed; | |
} | |
.c-message_group__divider_text | |
{ | |
background-color: #3e313c; | |
color: #f0d9ed; | |
} | |
.c-message_list__unread_divider__separator | |
{ | |
border-color: #61485e; | |
} | |
.c-message_list__unread_divider__label | |
{ | |
background: #3e313c; | |
box-shadow: 0 0 2px rgba(0, 0, 0, 0.25); | |
color: #61485e; | |
} | |
.c-message_list__spinner | |
{ | |
color: #a3839f; | |
} | |
.c-message_list .c-scrollbar__bar | |
{ | |
background: #4a3b49; | |
} | |
.c-virtual_list__item--focus:focus .c-message_list__focus_indicator | |
{ | |
box-shadow: inset 0 0 0 3px rgba(135, 100, 132, 0.8); | |
} | |
ts-message | |
{ | |
color: #f0d9ed; | |
} | |
ts-message.active:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply), ts-message.message--focus:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply), ts-message:hover:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply) | |
{ | |
background: rgba(55, 44, 54, 0.1); | |
box-shadow: inset 1px 0 0 0 #3e313c; | |
} | |
ts-message.active:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply).is_pinned, ts-message.active:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply).show_recap:not(.is_pinned), ts-message.message--focus:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply).is_pinned, ts-message.message--focus:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply).show_recap:not(.is_pinned), ts-message:hover:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply).is_pinned, ts-message:hover:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply).show_recap:not(.is_pinned) | |
{ | |
background: rgba(55, 44, 54, 0.2); | |
} | |
ts-message.active .edited, ts-message.active .reply_bar .last_reply_at, ts-message.active .timestamp, ts-message.active.automated .message_body, ts-message.message--focus .edited, ts-message.message--focus .reply_bar .last_reply_at, ts-message.message--focus .timestamp, ts-message.message--focus.automated .message_body, ts-message:hover .edited, ts-message:hover .reply_bar .last_reply_at, ts-message:hover .timestamp, ts-message:hover.automated .message_body | |
{ | |
color: #a3839f; | |
} | |
ts-message.active .meta, ts-message.message--focus .meta, ts-message:hover .meta | |
{ | |
color: #a3839f !important; | |
} | |
ts-message.active .meta.msg_inline_file_preview_toggler a, ts-message.message--focus .meta.msg_inline_file_preview_toggler a, ts-message:hover .meta.msg_inline_file_preview_toggler a | |
{ | |
color: #a3839f !important; | |
} | |
ts-message.is_pinned | |
{ | |
background: rgba(55, 44, 54, 0.15); | |
} | |
ts-message .timestamp | |
{ | |
color: #a3839f; | |
} | |
ts-message .temp_msg_controls | |
{ | |
color: #a3839f; | |
} | |
ts-message .edited | |
{ | |
color: rgba(163, 131, 159, 0.8); | |
} | |
ts-message:hover .edited | |
{ | |
color: #a3839f; | |
} | |
ts-message .only_visible_to_user | |
{ | |
color: #a3839f; | |
} | |
ts-message.ephemeral | |
{ | |
color: #f0d9ed; | |
} | |
ts-message .bot_label | |
{ | |
background: #372c36; | |
color: #a3839f; | |
} | |
ts-message .in_reply_to | |
{ | |
background: #372c36; | |
color: #a3839f; | |
} | |
ts-message.standalone:not(.for_mention_display):not(.for_search_display):not(.for_top_results_search_display):not(.for_star_display) | |
{ | |
border: 1px solid #4d394b; | |
} | |
ts-message.unprocessed | |
{ | |
color: rgba(240, 217, 237, 0.75); | |
} | |
ts-message.highlight | |
{ | |
background: rgba(191, 54, 12, 0.4); | |
} | |
ts-message.highlight:hover | |
{ | |
background: rgba(191, 54, 12, 0.4); | |
} | |
ts-message .is_highlights_holder | |
{ | |
color: #a3839f; | |
} | |
ts-message .is_highlights_holder ts-icon | |
{ | |
color: #a3839f; | |
} | |
ts-message .is_highlights_holder .highlights_feedback_link | |
{ | |
color: #a3839f; | |
} | |
ts-message .is_highlights_holder .highlights_feedback a:not(.highlights_feedback_link) | |
{ | |
color: #f0d9ed; | |
} | |
ts-message .recap_highlight | |
{ | |
background: rgba(191, 54, 12, 0.4); | |
} | |
ts-message .recap_highlight a | |
{ | |
color: #f0d9ed; | |
} | |
ts-message.delete_mode, ts-message.multi_delete_mode | |
{ | |
background: rgba(191, 54, 12, 0.75); | |
} | |
ts-message.automated .message_body | |
{ | |
color: rgba(240, 217, 237, 0.8); | |
} | |
ts-message .action_hover_container | |
{ | |
border: 1px solid #4d394b; | |
} | |
ts-message .action_hover_container:hover | |
{ | |
border-color: #61485e; | |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); | |
} | |
ts-message .action_hover_container:hover a | |
{ | |
background: #4d394b; | |
border-right: 1px solid #61485e; | |
} | |
ts-message .action_hover_container .btn_msg_action | |
{ | |
background: #3e313c; | |
border-right: 1px solid #4d394b; | |
color: #a3839f; | |
} | |
ts-message .action_hover_container .btn_msg_action:hover | |
{ | |
color: #f0d9ed; | |
} | |
ts-message .action_hover_container .btn_msg_action.active, ts-message .action_hover_container .btn_msg_action:active | |
{ | |
background: #4d394b; | |
color: #f0d9ed; | |
} | |
ts-message.selected | |
{ | |
background: #3e313c; | |
} | |
ts-message.selected:not(.delete_mode) | |
{ | |
background: #3e313c; | |
} | |
ts-message.selected:hover | |
{ | |
background: rgba(0, 0, 0, 0.15); | |
} | |
ts-message .meta | |
{ | |
color: #a3839f; | |
} | |
ts-message .meta.msg_inline_img_toggler .member, ts-message .meta.msg_inline_img_toggler .service_link, ts-message .meta.msg_inline_file_preview_toggler .member, ts-message .meta.msg_inline_file_preview_toggler .service_link | |
{ | |
color: #a3839f !important; | |
} | |
ts-message .meta.msg_inline_img_toggler .msg_inline_media_toggler, ts-message .meta.msg_inline_img_toggler .ts_icon_dropbox, ts-message .meta.msg_inline_img_toggler a, ts-message .meta.msg_inline_file_preview_toggler .msg_inline_media_toggler, ts-message .meta.msg_inline_file_preview_toggler .ts_icon_dropbox, ts-message .meta.msg_inline_file_preview_toggler a | |
{ | |
color: #a3839f !important; | |
} | |
ts-message .pinned_item_message_header | |
{ | |
color: #a3839f; | |
} | |
ts-message .mention | |
{ | |
background: #876484 !important; | |
color: #f0d9ed !important; | |
} | |
ts-message .internal_member_link | |
{ | |
background: #3e313c !important; | |
border: 0; | |
color: #a3839f !important; | |
} | |
ts-message .internal_member_link:hover | |
{ | |
color: #d4bbd1 !important; | |
} | |
ts-message.show_recap:not(.is_pinned) | |
{ | |
background: rgba(55, 44, 54, 0.15); | |
} | |
ts-message.show_recap:not(.is_pinned):hover | |
{ | |
background: rgba(55, 44, 54, 0.15); | |
} | |
.ephemeral.message .message_content | |
{ | |
color: #f0d9ed; | |
} | |
ts-mention | |
{ | |
background: rgba(135, 100, 132, 0.1) !important; | |
color: #f0d9ed !important; | |
} | |
.selecting_messages ts-message:hover | |
{ | |
background: #372c36; | |
} | |
.selecting_messages ts-message.multi_delete_mode:hover | |
{ | |
background: rgba(191, 54, 12, 0.75); | |
} | |
#convo_container | |
{ | |
background-color: #3e313c; | |
} | |
#convo_container #message_edit_container | |
{ | |
border-bottom: 1px solid #61485e; | |
border-top: 1px solid #61485e; | |
} | |
#convo_container ts-conversation::after | |
{ | |
background: rgba(55, 44, 54, 0.08); | |
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(1, rgba(55, 44, 54, 0.08))); | |
background: -moz-linear-gradient(center bottom, transparent 0, rgba(55, 44, 54, 0.08) 100%); | |
} | |
#convo_container ts-conversation::before | |
{ | |
background: transparent; | |
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(55, 44, 54, 0.08)), color-stop(1, transparent)); | |
background: -moz-linear-gradient(center bottom, rgba(55, 44, 54, 0.08) 0, transparent 100%); | |
} | |
#convo_container ts-conversation ts-message.selected | |
{ | |
background: #3e313c; | |
} | |
#convo_container ts-conversation ts-relatives::after | |
{ | |
background: #61485e; | |
} | |
#convo_container ts-conversation ts-relatives ts-message.deleted .message_icon i | |
{ | |
background-color: #61485e; | |
color: #a3839f; | |
} | |
#convo_container ts-conversation ts-relatives ts-message.deleted .message_content | |
{ | |
color: #f0d9ed; | |
} | |
#convo_container ts-conversation ts-relatives ts-message:not(.selected):not(.highlight):not(.delete_mode) | |
{ | |
background-color: #3e313c; | |
} | |
#convo_container ts-conversation ts-relatives ts-message:not(.selected):not(.highlight):not(.delete_mode).new | |
{ | |
background-color: #4c3c4a; | |
} | |
#msgs_div .unread_divider hr | |
{ | |
border-top: 1px solid #61485e; | |
} | |
#msgs_div .unread_divider .divider_label | |
{ | |
background: #3e313c; | |
color: #61485e; | |
} | |
#msgs_div .unread_divider.no_unreads hr | |
{ | |
border-top-color: #4d394b; | |
} | |
#msgs_div .unread_divider.no_unreads .divider_label | |
{ | |
color: #a3839f; | |
} | |
.channel_archive_messages.card .col:first-child | |
{ | |
border-right: 1px solid #61485e; | |
} | |
.star | |
{ | |
color: #a3839f; | |
} | |
.star_item | |
{ | |
border-bottom: 1px solid #372c36; | |
} | |
.star_item .star_meta | |
{ | |
color: #a3839f; | |
} | |
.bot_message .message_sender | |
{ | |
color: #f0d9ed; | |
} | |
.bot_message .message_sender a | |
{ | |
color: #f0d9ed; | |
} | |
.color_USLACKBOT:not(.nuc), #col_channels ul li:not(.active):not(.away) > .color_USLACKBOT:not(.nuc), #col_channels:not(.show_presence) ul li > .color_USLACKBOT:not(.nuc) | |
{ | |
color: #f0d9ed; | |
} | |
#msgs_scroller_div #end_display_div #end_display_status | |
{ | |
color: #a3839f; | |
} | |
#msgs_scroller_div #end_display_div #end_display_meta | |
{ | |
color: #a3839f; | |
} | |
#msgs_scroller_div #end_display_div #end_display_meta h1 | |
{ | |
color: #f0d9ed; | |
} | |
#msgs_scroller_div #end_display_div p | |
{ | |
color: #f0d9ed; | |
} | |
.member_mentions_options | |
{ | |
background-color: #372c36; | |
border-top: 1px solid #4d394b; | |
} | |
.dm_badge .dm_badge_meta | |
{ | |
color: #f0d9ed; | |
} | |
.dm_badge a | |
{ | |
color: #a3839f; | |
} | |
.dm_badge a.member_preview_link | |
{ | |
color: #a3839f; | |
} | |
.dm_badge .dm_badge:hover a | |
{ | |
color: #a3839f; | |
} | |
.dm_badge .hint | |
{ | |
color: #a3839f; | |
} | |
#toggle-subscription-status .subscription_desc | |
{ | |
color: #a3839f; | |
} | |
.bot_label | |
{ | |
background: #372c36; | |
color: #a3839f; | |
} | |
@keyframes to-grey | |
{ | |
0% | |
{ | |
color: inherit; | |
} | |
100% | |
{ | |
color: #a3839f; | |
} | |
} | |
@keyframes fade-background-highlight | |
{ | |
0% | |
{ | |
background: #61485e; | |
} | |
100% | |
{ | |
background: transparent; | |
} | |
} | |
@keyframes border_focus_animation | |
{ | |
0% | |
{ | |
box-shadow: 0 0 4px 0.25px #61485e, 0 0 0 0.5px #876484; | |
} | |
100% | |
{ | |
box-shadow: 0 0 4px 0 #61485e, 0 0 0 0 #876484; | |
} | |
} | |
.c-message_attachment | |
{ | |
color: #f0d9ed; | |
} | |
.c-message_attachment__border | |
{ | |
background-color: #61485e; | |
} | |
.c-message_attachment__delete | |
{ | |
color: #a3839f; | |
} | |
.c-message_attachment__delete:hover | |
{ | |
color: #d4bbd1; | |
} | |
.c-message_attachment__pretext | |
{ | |
color: #f0d9ed; | |
} | |
.c-message_attachment__part + .c-message_attachment__part::before | |
{ | |
color: #61485e; | |
} | |
.c-message_attachment__author .c-message_attachment__autor--distinct | |
{ | |
color: #a3839f; | |
} | |
.c-message_attachment__author_link + .c-message_attachment__author_link | |
{ | |
color: #a3839f; | |
} | |
.c-message_attachment__title_link span | |
{ | |
color: #f0d9ed; | |
} | |
.c-message_attachment__text_expander | |
{ | |
color: #a3839f; | |
} | |
.c-message_attachment__footer | |
{ | |
color: #a3839f; | |
} | |
.c-message_attachment__image, .c-message_attachment__thumb, .c-message_attachment__video_thumb | |
{ | |
box-shadow: 0 0 0 1px rgba(55, 44, 54, 0.1) inset; | |
} | |
.c-message_attachment__video_html | |
{ | |
background-color: rgba(62, 49, 60, 0.4); | |
} | |
.c-message_attachment__video_buttons | |
{ | |
background: rgba(55, 44, 54, 0.4); | |
} | |
.c-message_attachment__video_link:visited, .c-message_attachment__video_link:link | |
{ | |
color: #f0d9ed; | |
} | |
.c-message_attachment__video_play, .c-message_attachment__video_link | |
{ | |
color: #f0d9ed; | |
text-shadow: 0 1px 1px rgba(55, 44, 54, 0.5); | |
} | |
.c-message_attachment__video_play:hover, .c-message_attachment__video_link:hover | |
{ | |
color: #f0d9ed; | |
} | |
.c-message_attachment__media_trigger .c-expandable_trigger | |
{ | |
color: #a3839f; | |
} | |
.c-message_attachment__media_trigger--too_large | |
{ | |
color: #a3839f; | |
} | |
.c-message_attachment__select | |
{ | |
border-color: #372c36; | |
} | |
.c-message_attachment__select:hover, .c-message_attachment__select:active | |
{ | |
border-color: #61485e; | |
} | |
.c-message__reply_bar:hover, .c-message__reply_bar--focus | |
{ | |
background-color: #3e313c; | |
border-color: #372c36; | |
} | |
.c-message__reply_bar:hover .c-message__reply_bar_arrow, .c-message__reply_bar--focus .c-message__reply_bar_arrow | |
{ | |
color: #a3839f; | |
} | |
.c-message__reply_bar:hover .c-message__reply_bar_view_thread, .c-message__reply_bar--focus .c-message__reply_bar_view_thread | |
{ | |
background-color: #61485e; | |
} | |
.c-message__reply_bar_description | |
{ | |
color: #a3839f; | |
} | |
.c-message__file_meta | |
{ | |
color: #a3839f; | |
} | |
.c-message__image_container | |
{ | |
background: rgba(55, 44, 54, 0.1); | |
} | |
.c-message__image_wrapper:after | |
{ | |
border-color: transparent; | |
} | |
.attachment_group.has_container | |
{ | |
background: #3e313c; | |
border: 1px solid #4d394b; | |
} | |
.attachment_group.has_container .inline_attachment::after | |
{ | |
background-color: #4d394b; | |
} | |
.attachment_group.has_container.has_link:hover | |
{ | |
border-bottom-color: #4d394b; | |
border-left-color: #4d394b; | |
border-right-color: #4d394b; | |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); | |
} | |
.attachment_group .media_caret | |
{ | |
color: #a3839f; | |
} | |
.attachment_group .attachment_source span | |
{ | |
color: #a3839f !important; | |
} | |
.attachment_group .attachment_source .attachment_source_name + .attachment_author_name::before | |
{ | |
color: #a3839f; | |
} | |
.attachment_group .inline_attachment.reply_broadcast + .attachment_rule | |
{ | |
color: #a3839f; | |
} | |
.attachment_group .inline_attachment.reply_broadcast + .attachment_rule::after | |
{ | |
border-bottom: 1px solid #4d394b; | |
} | |
.attachment_group .inline_attachment.message_unfurl .attachment_source .attachment_source_name a, .attachment_group .inline_attachment.message_unfurl .attachment_source .attachment_source_name span | |
{ | |
color: #a3839f; | |
} | |
.attachment_group .attachment_title a | |
{ | |
color: #f0d9ed; | |
} | |
.attachment_group .attachment_footer_text + .attachment_ts::before | |
{ | |
color: #a3839f; | |
} | |
.attachment_group .delete_attachment_link ts-icon::before | |
{ | |
color: #a3839f; | |
} | |
.attachment_group .delete_attachment_link:hover ts-icon::before | |
{ | |
color: #d4bbd1; | |
} | |
.attachment_still_pending ts-inline-saver | |
{ | |
color: #a3839f; | |
} | |
.msg_inline_attachment_column.column_border | |
{ | |
background-color: #61485e; | |
} | |
.msg_inline_img_holder .msg_inline_img | |
{ | |
box-shadow: inset 0 0 0 1px #372c36; | |
} | |
.msg_inline_attachment_collapser, .msg_inline_attachment_expander, .msg_inline_img_collapser, .msg_inline_img_expander, .msg_inline_media_toggler, .msg_inline_room_preview_collapser, .msg_inline_room_preview_expander | |
{ | |
color: #a3839f; | |
} | |
.msg_inline_attachment_collapser:hover, .msg_inline_attachment_expander:hover, .msg_inline_img_collapser:hover, .msg_inline_img_expander:hover, .msg_inline_media_toggler:hover, .msg_inline_room_preview_collapser:hover, .msg_inline_room_preview_expander:hover | |
{ | |
color: #d4bbd1; | |
} | |
.msg_inline_img | |
{ | |
background: #61485e; | |
} | |
.msg_inline_room_preview_collapser | |
{ | |
color: #a3839f; | |
} | |
.msg_inline_room_preview_collapser:hover | |
{ | |
color: #a3839f; | |
} | |
.inline_attachment span.attachment_author_name | |
{ | |
color: #a3839f; | |
} | |
.inline_attachment span.attachment_author_subname, .inline_attachment span.attachment_service_name | |
{ | |
color: #a3839f; | |
} | |
.inline_attachment a span:active, .inline_attachment a span:hover | |
{ | |
color: #d4bbd1 !important; | |
} | |
.inline_attachment .attachment_footer, .inline_attachment .attachment_ts | |
{ | |
color: #a3839f; | |
} | |
.inline_attachment .attachment_footer a, .inline_attachment .attachment_ts a | |
{ | |
color: #a3839f; | |
} | |
.inline_attachment .attachment_footer a:active, .inline_attachment .attachment_footer a:hover | |
{ | |
color: #d4bbd1 !important; | |
} | |
.inline_attachment .attachment_ts a:active, .inline_attachment .attachment_ts a:hover | |
{ | |
color: #d4bbd1 !important; | |
} | |
.inline_attachment .iframe_placeholder, .inline_attachment iframe | |
{ | |
background-color: #372c36; | |
} | |
.meta.msg_inline_file_preview_toggler, .meta.msg_inline_img_toggler, .dense_meta.msg_inline_file_preview_toggler, .dense_meta.msg_inline_img_toggler | |
{ | |
color: #a3839f !important; | |
} | |
.meta.msg_inline_file_preview_toggler a[data-file-id], .meta.msg_inline_img_toggler a[data-file-id], .dense_meta.msg_inline_file_preview_toggler a[data-file-id], .dense_meta.msg_inline_img_toggler a[data-file-id] | |
{ | |
color: #a3839f !important; | |
} | |
.meta.msg_inline_file_preview_toggler:hover, .meta.msg_inline_img_toggler:hover, .dense_meta.msg_inline_file_preview_toggler:hover, .dense_meta.msg_inline_img_toggler:hover | |
{ | |
color: #d4bbd1 !important; | |
} | |
.meta.msg_inline_file_preview_toggler:hover a[data-file-id], .meta.msg_inline_img_toggler:hover a[data-file-id], .dense_meta.msg_inline_file_preview_toggler:hover a[data-file-id], .dense_meta.msg_inline_img_toggler:hover a[data-file-id] | |
{ | |
color: #d4bbd1 !important; | |
} | |
.meta.msg_inline_file_preview_toggler .msg_inline_file_preview_title, .meta.msg_inline_img_toggler .msg_inline_file_preview_title, .dense_meta.msg_inline_file_preview_toggler .msg_inline_file_preview_title, .dense_meta.msg_inline_img_toggler .msg_inline_file_preview_title | |
{ | |
color: #f0d9ed; | |
} | |
.meta.msg_inline_file_preview_toggler .msg_inline_file_preview_title:hover, .meta.msg_inline_img_toggler .msg_inline_file_preview_title:hover, .dense_meta.msg_inline_file_preview_toggler .msg_inline_file_preview_title:hover, .dense_meta.msg_inline_img_toggler .msg_inline_file_preview_title:hover | |
{ | |
color: #a3839f; | |
} | |
.meta.msg_inline_file_preview_toggler .ts_icon.msg_inline_media_toggler:hover, .meta.msg_inline_img_toggler .ts_icon.msg_inline_media_toggler:hover, .dense_meta.msg_inline_file_preview_toggler .ts_icon.msg_inline_media_toggler:hover, .dense_meta.msg_inline_img_toggler .ts_icon.msg_inline_media_toggler:hover | |
{ | |
color: #d4bbd1 !important; | |
} | |
.meta.meta_feature_fix_files .file_new_window_link:hover, .dense_meta.meta_feature_fix_files .file_new_window_link:hover | |
{ | |
color: #d4bbd1 !important; | |
} | |
.meta.meta_feature_fix_files .file_new_window_link:hover .file_inline_icon, .dense_meta.meta_feature_fix_files .file_new_window_link:hover .file_inline_icon | |
{ | |
color: #d4bbd1 !important; | |
} | |
.meta.meta_feature_fix_files .member, .dense_meta.meta_feature_fix_files .member | |
{ | |
color: #a3839f !important; | |
} | |
.delete_attachment_link | |
{ | |
color: #a3839f; | |
} | |
.delete_attachment_link:hover | |
{ | |
color: #d4bbd1; | |
} | |
.file_container, .c-file_container | |
{ | |
background: #372c36; | |
border: 1px solid #4d394b; | |
color: #f0d9ed; | |
} | |
.file_container:hover, .file_container:focus, .file_container.file_menu_open, .c-file_container:hover, .c-file_container:focus, .c-file_container.file_menu_open | |
{ | |
border-bottom-color: #4d394b; | |
border-left-color: #4d394b; | |
border-right-color: #4d394b; | |
} | |
.file_container::after, .file_container.post_container::after, .c-file_container::after, .c-file_container.post_container::after | |
{ | |
background-image: -webkit-linear-gradient(top, rgba(62, 49, 60, 0) 0, #3e313c 100%); | |
background-image: -moz-linear-gradient(top, rgba(62, 49, 60, 0) 0, #3e313c 100%); | |
background-image: -o-linear-gradient(top, rgba(62, 49, 60, 0) 0, #3e313c 100%); | |
background-image: linear-gradient(top, rgba(62, 49, 60, 0) 0, #3e313c 100%); | |
} | |
.file_container.generic_container .file_header_icon .ts_icon, .c-file_container.generic_container .file_header_icon .ts_icon | |
{ | |
background: #3e313c; | |
box-shadow: 0 0 0 3px #3e313c; | |
color: #f0d9ed; | |
} | |
.file_container.generic_container .file_header_icon .ts_icon.snippet, .c-file_container.generic_container .file_header_icon .ts_icon.snippet | |
{ | |
background: #4d394b; | |
} | |
.file_container.generic_container .file_header_meta .meta_hover, .c-file_container.generic_container .file_header_meta .meta_hover | |
{ | |
background: #372c36; | |
color: #f0d9ed; | |
} | |
.file_container .file_header .file_header_meta, .c-file_container .file_header .file_header_meta | |
{ | |
color: #a3839f; | |
} | |
.file_container .file_header + .file_body, .c-file_container .file_header + .file_body | |
{ | |
border-top: 1px solid #372c36; | |
} | |
.file_container .preview_actions .btn, .c-file_container .preview_actions .btn | |
{ | |
background-color: #4d394b; | |
color: #f0d9ed !important; | |
} | |
.file_container .preview_actions .btn::after, .c-file_container .preview_actions .btn::after | |
{ | |
border-color: #372c36; | |
} | |
.file_container .preview_actions .btn.preview_show_less_header, .c-file_container .preview_actions .btn.preview_show_less_header | |
{ | |
background-color: rgba(135, 100, 132, 0.9); | |
color: #f0d9ed !important; | |
} | |
.file_container .preview_actions .btn.preview_show_less_header::after, .c-file_container .preview_actions .btn.preview_show_less_header::after | |
{ | |
border: 2px solid #372c36; | |
} | |
.file_container .preview_actions .btn.preview_show_less_header:focus, .file_container .preview_actions .btn.preview_show_less_header:hover, .c-file_container .preview_actions .btn.preview_show_less_header:focus, .c-file_container .preview_actions .btn.preview_show_less_header:hover | |
{ | |
background-color: #4d394b; | |
} | |
.file_container .preview_actions .btn.preview_show_less_header:focus::after, .file_container .preview_actions .btn.preview_show_less_header:hover::after, .c-file_container .preview_actions .btn.preview_show_less_header:focus::after, .c-file_container .preview_actions .btn.preview_show_less_header:hover::after | |
{ | |
border-color: #4d394b; | |
} | |
.file_container.image_container .image_body, .c-file_container.image_container .image_body | |
{ | |
background-color: #3e313c; | |
} | |
.file_container.image_container .preview_actions .btn, .c-file_container.image_container .preview_actions .btn | |
{ | |
background-color: rgba(135, 100, 132, 0.9); | |
} | |
.file_container.image_container .preview_actions .btn:focus, .file_container.image_container .preview_actions .btn:hover, .c-file_container.image_container .preview_actions .btn:focus, .c-file_container.image_container .preview_actions .btn:hover | |
{ | |
background-color: #4d394b; | |
} | |
.file_container.image_container .preview_actions.overflow_preview_actions, .c-file_container.image_container .preview_actions.overflow_preview_actions | |
{ | |
background: rgba(135, 100, 132, 0.9); | |
border: 1px solid rgba(55, 44, 54, 0.1); | |
} | |
.file_container .preview_show .preview_show_btn, .c-file_container .preview_show .preview_show_btn | |
{ | |
background: linear-gradient(rgba(97, 72, 94, 0.8), rgba(97, 72, 94, 0.8)), linear-gradient(rgba(135, 100, 132, 0.3), rgba(135, 100, 132, 0.3)); | |
color: #f0d9ed; | |
} | |
.file_container.file_menu_open .preview_show_less .preview_show_btn, .file_container:focus .preview_show_less .preview_show_btn, .file_container:hover .preview_show_less .preview_show_btn, .c-file_container.file_menu_open .preview_show_less .preview_show_btn, .c-file_container:focus .preview_show_less .preview_show_btn, .c-file_container:hover .preview_show_less .preview_show_btn | |
{ | |
background: rgba(97, 72, 94, 0.8); | |
color: #f0d9ed; | |
} | |
.file_container .c-file__title, .c-file_container .c-file__title | |
{ | |
color: #f0d9ed; | |
} | |
.c-file_container--has_thumb .c-file__actions::before | |
{ | |
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #372c36 20px); | |
} | |
.message--focus .file_container .preview_show.preview_show_less .preview_show_btn | |
{ | |
background: #61485e; | |
color: #f0d9ed; | |
} | |
.msg_inline_video_buttons_div | |
{ | |
background-color: rgba(62, 49, 60, 0.4); | |
} | |
.msg_inline_video_buttons_div a | |
{ | |
color: #f0d9ed; | |
text-shadow: 0 1px 1px rgba(55, 44, 54, 0.5); | |
} | |
.msg_inline_video_buttons_div a:visited | |
{ | |
color: #f0d9ed; | |
text-shadow: 0 1px 1px rgba(55, 44, 54, 0.5); | |
} | |
.post_body ul.checklist | |
{ | |
background-color: #4d394b; | |
} | |
.post_body ul.checklist li::before | |
{ | |
background: #4d394b; | |
} | |
.post_body ul.checklist li.checked | |
{ | |
color: #a3839f; | |
} | |
.post_body ul.list.checklist li | |
{ | |
border-bottom: 1px solid #61485e; | |
} | |
.post_body ul.list.checklist li.checked | |
{ | |
color: #a3839f; | |
} | |
.post_body .message | |
{ | |
background-color: #f0d9ed; | |
} | |
.post_body code, .post_body pre | |
{ | |
background: #4d394b; | |
} | |
ts-message .reply_bar .reply_bar_caret, ts-message .reply_bar .view_conv_hover, ts-message .reply_bar .last_reply_at | |
{ | |
color: #a3839f; | |
} | |
ts-message .reply_bar:hover | |
{ | |
background: #3e313c; | |
border-color: #372c36; | |
} | |
.inline_color_block | |
{ | |
border-color: #61485e; | |
} | |
.p-message_pane .c-message_list.c-virtual_list--scrollbar > .c-scrollbar__hider | |
{ | |
background: #3e313c; | |
} | |
.p-message_pane .c-message_list.c-virtual_list--scrollbar > .c-scrollbar__hider::before | |
{ | |
background: #3e313c; | |
border-bottom: 1px solid #3e313c; | |
} | |
.p-message_pane .p-message_pane__top_banners:not(:empty) + div .c-message_list:not(.c-virtual_list--scrollbar):before, .p-message_pane .p-message_pane__top_banners:not(:empty) + div .c-message_list.c-virtual_list--scrollbar > .c-scrollbar__hider:before | |
{ | |
box-shadow: 0 32px #3e313c; | |
} | |
.p-message_pane__foreword__description, .p-message_pane__limited_history_alert | |
{ | |
color: #f0d9ed; | |
} | |
.p-message_pane__limited_history_foreword | |
{ | |
background: #4d394b; | |
background-image: none; | |
color: #f0d9ed; | |
} | |
.p-message_pane__unread_banner__banner | |
{ | |
background: #61485e; | |
text-shadow: 0 1px rgba(0, 0, 0, 0.15); | |
} | |
.messages_banner | |
{ | |
color: #f0d9ed; | |
text-shadow: 0 1px rgba(0, 0, 0, 0.15); | |
} | |
.messages_banner a | |
{ | |
color: #f0d9ed; | |
} | |
.messages_banner a:hover | |
{ | |
color: #f0d9ed; | |
} | |
#connection_div | |
{ | |
background: #bf360c; | |
} | |
#archives_return | |
{ | |
background: padding-box #876484; | |
color: #f0d9ed; | |
} | |
#archives_return.warning | |
{ | |
background: #bf360c; | |
} | |
#archives_return a | |
{ | |
color: #f0d9ed; | |
} | |
#archives_return a:hover | |
{ | |
color: rgba(240, 217, 237, 0.8); | |
} | |
#messages_unread_status | |
{ | |
background: #61485e; | |
} | |
#messages_unread_status:hover | |
{ | |
background: #876484; | |
} | |
#messages_unread_status:hover .clear_unread_messages | |
{ | |
background: #876484; | |
} | |
#messages_unread_status:hover .clear_unread_messages:hover | |
{ | |
background: #61485e; | |
} | |
#messages_unread_status.quiet | |
{ | |
background: #876484; | |
color: #f0d9ed; | |
text-shadow: 0 1px rgba(0, 0, 0, 0.15); | |
} | |
#messages_unread_status.quiet a | |
{ | |
color: #f0d9ed; | |
} | |
.clear_unread_messages | |
{ | |
border-left: 1px solid rgba(0, 0, 0, 0.15); | |
} | |
#messages_container.has_top_messages_banner::before | |
{ | |
background: none; | |
} | |
.end_div_msg_lim | |
{ | |
background-color: #4d394b; | |
background-image: none; | |
} | |
#archives_end_div_msg_lim h1, #end_display_msg_lim h1 | |
{ | |
color: #f0d9ed; | |
} | |
#archives_end_div_msg_lim h2, #end_display_msg_lim h2 | |
{ | |
color: rgba(240, 217, 237, 0.8); | |
} | |
code | |
{ | |
background-color: #372c36; | |
border: 1px solid #4d394b; | |
color: #f0d9ed; | |
} | |
code a.app_preview_link | |
{ | |
background: #4d394b; | |
border: 1px solid #61485e; | |
color: #f0d9ed; | |
} | |
.file_list_item.snippet .snippet_preview | |
{ | |
background: #372c36; | |
} | |
.snippet_preview, .snippet_body | |
{ | |
background: #372c36; | |
} | |
.snippet_preview pre, .snippet_body pre | |
{ | |
color: #f0d9ed !important; | |
} | |
.file_container .CodeMirror .CodeMirror-code > div::before, .file_container .CodeMirror .sssh-line::before, .file_container .sssh-code .CodeMirror-code > div::before, .file_container .sssh-code .sssh-line::before, .c-file_container .CodeMirror .CodeMirror-code > div::before, .c-file_container .CodeMirror .sssh-line::before, .c-file_container .sssh-code .CodeMirror-code > div::before, .c-file_container .sssh-code .sssh-line::before | |
{ | |
background-color: #4d394b; | |
border-right: 1px solid #4d394b; | |
color: #a3839f; | |
} | |
.c-snippet .c-file_container | |
{ | |
background-color: #3e313c; | |
} | |
.c-snippet .c-file_container.c-file_container--gradient::after | |
{ | |
background: linear-gradient(180deg, rgba(255, 255, 255, 0), #3e313c); | |
border-bottom-left-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.CodeMirror | |
{ | |
background: #372c36; | |
border: 1px solid #4d394b; | |
color: #f0d9ed !important; | |
} | |
.CodeMirror pre | |
{ | |
background: transparent !important; | |
} | |
.CodeMirror div.CodeMirror-cursor | |
{ | |
border-left: 1px solid #f0d9ed; | |
} | |
.CodeMirror.cm-fat-cursor div.CodeMirror-cursor | |
{ | |
background: #f0d9ed; | |
} | |
.CodeMirror .CodeMirror-gutters | |
{ | |
background-color: #4d394b; | |
border-right: 1px solid #3e313c; | |
} | |
.CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler | |
{ | |
background-color: #4d394b; | |
} | |
.CodeMirror-linenumber | |
{ | |
color: #a3839f !important; | |
} | |
.CodeMirror-guttermarker | |
{ | |
color: #a3839f; | |
} | |
.CodeMirror-guttermarker-subtle | |
{ | |
color: #a3839f; | |
} | |
.CodeMirror-ruler | |
{ | |
border-left: 1px solid #876484; | |
} | |
.cm-s-default .cm-keyword | |
{ | |
color: #ce93d8; | |
} | |
.cm-s-default .cm-atom | |
{ | |
color: #9fa8da; | |
} | |
.cm-s-default .cm-number | |
{ | |
color: #a5d6a7; | |
} | |
.cm-s-default .cm-def | |
{ | |
color: #536dfe; | |
} | |
.cm-s-default .cm-variable-2 | |
{ | |
color: #9fa8da; | |
} | |
.cm-s-default .cm-variable-3 | |
{ | |
color: #c5e1a5; | |
} | |
.cm-s-default .cm-comment | |
{ | |
color: #ffcc80; | |
} | |
.cm-s-default .cm-string | |
{ | |
color: #ef9a9a; | |
} | |
.cm-s-default .cm-string-2 | |
{ | |
color: #ffab91; | |
} | |
.cm-s-default .cm-meta | |
{ | |
color: #eee; | |
} | |
.cm-s-default .cm-qualifier | |
{ | |
color: #eee; | |
} | |
.cm-s-default .cm-builtin | |
{ | |
color: #b39ddb; | |
} | |
.cm-s-default .cm-bracket | |
{ | |
color: #e6ee9c; | |
} | |
.cm-s-default .cm-tag | |
{ | |
color: #a5d6a7; | |
} | |
.cm-s-default .cm-attribute | |
{ | |
color: #40c4ff; | |
} | |
.cm-s-default .cm-header | |
{ | |
color: #80cbc4; | |
} | |
.cm-s-default .cm-quote | |
{ | |
color: #b0bec5; | |
} | |
.cm-s-default .cm-hr | |
{ | |
color: #4d394b; | |
} | |
.cm-s-default .cm-link | |
{ | |
color: #a3839f; | |
} | |
.cm-negative | |
{ | |
color: #bf360c; | |
} | |
.cm-positive | |
{ | |
color: #0cbf72; | |
} | |
.cm-invalidchar, .cm-s-default .cm-error | |
{ | |
color: #bf360c; | |
} | |
div.CodeMirror span.CodeMirror-matchingbracket | |
{ | |
color: #0cbf72; | |
} | |
div.CodeMirror span.CodeMirror-nonmatchingbracket | |
{ | |
color: #bf360c; | |
} | |
.CodeMirror-matchingtag | |
{ | |
background: #372c36; | |
} | |
.CodeMirror-activeline-background | |
{ | |
background: #876484; | |
} | |
.CodeMirror-selected | |
{ | |
background: #876484; | |
} | |
.CodeMirror-focused .CodeMirror-selected | |
{ | |
background: #876484; | |
} | |
.cm-searching | |
{ | |
background: #876484; | |
} | |
.sssh-keyword | |
{ | |
color: #ce93d8; | |
} | |
.sssh-atom | |
{ | |
color: #9fa8da; | |
} | |
.sssh-number | |
{ | |
color: #a5d6a7; | |
} | |
.sssh-def | |
{ | |
color: #536dfe; | |
} | |
.sssh-variable | |
{ | |
color: #9fa8da; | |
} | |
.sssh-variable-2 | |
{ | |
color: #c5e1a5; | |
} | |
.sssh-variable-3 | |
{ | |
color: #c1a5e1; | |
} | |
.sssh-operator | |
{ | |
color: #f0d9ed; | |
} | |
.sssh-property | |
{ | |
color: #f0d9ed; | |
} | |
.sssh-comment | |
{ | |
color: #ffcc80; | |
} | |
.sssh-string | |
{ | |
color: #ef9a9a; | |
} | |
.sssh-string-2 | |
{ | |
color: #ffab91; | |
} | |
.sssh-meta | |
{ | |
color: #eee; | |
} | |
.sssh-error | |
{ | |
color: #bf360c; | |
} | |
.sssh-qualifier | |
{ | |
color: #eee; | |
} | |
.sssh-builtin | |
{ | |
color: #b39ddb; | |
} | |
.sssh-bracket | |
{ | |
color: #e6ee9c; | |
} | |
.sssh-tag | |
{ | |
color: #a5d6a7; | |
} | |
.sssh-attribute | |
{ | |
color: #40c4ff; | |
} | |
.sssh-header | |
{ | |
color: #80cbc4; | |
} | |
.sssh-quote | |
{ | |
color: #b0bec5; | |
} | |
.sssh-hr | |
{ | |
color: #4d394b; | |
} | |
.sssh-link | |
{ | |
color: #a3839f; | |
} | |
.c-message--dense .c-timestamp__label | |
{ | |
color: #a3839f; | |
} | |
.c-message--dense .c-message__content_header .c-custom_status | |
{ | |
border-color: #4d394b; | |
} | |
.dense_theme ts-message | |
{ | |
color: #f0d9ed; | |
} | |
.dense_theme ts-message.first .message_gutter .timestamp, .dense_theme ts-message.selected .message_gutter .timestamp | |
{ | |
color: #a3839f; | |
} | |
.dense_theme ts-message .message_content .message_current_status | |
{ | |
border-color: #4d394b; | |
} | |
.c-message--light .c-message__sender .c-message__sender_link | |
{ | |
color: #f0d9ed; | |
} | |
.light_theme ts-message | |
{ | |
color: #f0d9ed; | |
} | |
.light_theme ts-message .message_content .message_sender, .light_theme ts-message .message_content .meta .message_sender:hover | |
{ | |
color: #f0d9ed !important; | |
} | |
.light_theme ts-message .comment::before | |
{ | |
color: #a3839f; | |
} | |
.channel_overlay | |
{ | |
border-color: #4d394b; | |
color: #a3839f; | |
} | |
.channel_overlay.channel_overlay_redesign .channel_overlay_title | |
{ | |
color: #f0d9ed; | |
} | |
.channel_overlay.channel_overlay_redesign li | |
{ | |
color: #a3839f; | |
} | |
.channel_overlay_title_wrap | |
{ | |
border-color: #4d394b; | |
} | |
.channel_overlay_title_shared | |
{ | |
color: #f0d9ed; | |
} | |
pre | |
{ | |
background: #372c36; | |
border: 1px solid #4d394b; | |
color: #f0d9ed; | |
} | |
pre span.mention | |
{ | |
padding: 2px 0 !important; | |
} | |
#page pre, body > pre | |
{ | |
background: #372c36; | |
color: #f0d9ed !important; | |
} | |
body > pre | |
{ | |
background: #876484; | |
} | |
.special_formatting_quote .quote_bar | |
{ | |
background-color: #61485e; | |
} | |
#threads_msgs_scroller_div | |
{ | |
background: #3e313c; | |
} | |
#threads_msgs_scroller_div:not(.loading)::before | |
{ | |
background: #3e313c; | |
} | |
#threads_msgs_scroller_div.loading::before | |
{ | |
color: #a3839f; | |
} | |
#threads_msgs_scroller_div .threads_caught_up_divider .divider_line | |
{ | |
border-top: 1px solid #4d394b; | |
} | |
#threads_msgs_scroller_div .threads_caught_up_divider .divider_label | |
{ | |
background: #61485e; | |
color: #f0d9ed; | |
} | |
#threads_msgs_scroller_div.loading | |
{ | |
background: none; | |
} | |
#threads_msgs_scroller_div.loading::before | |
{ | |
color: #f0d9ed; | |
} | |
#threads_view_banner.messages_banner | |
{ | |
background: #4d394b; | |
} | |
#threads_view_banner.messages_banner:hover | |
{ | |
background: #61485e; | |
} | |
#threads_view_banner.messages_banner:hover .clear_unread_messages | |
{ | |
background: #61485e; | |
} | |
#threads_msgs.new_banner_is_showing::before | |
{ | |
background: #3e313c; | |
} | |
ts-thread | |
{ | |
background: #3e313c; | |
} | |
ts-thread .reply_input_container .inline_message_input_container form textarea | |
{ | |
border-color: #4d394b; | |
color: #f0d9ed; | |
} | |
ts-thread .reply_input_container .collapsed_input_placeholder, ts-thread .reply_input_container .join_channel_from_thread_container, ts-thread .reply_input_container .reply_limited_in_general | |
{ | |
background: #4d394b; | |
border-color: #4d394b; | |
} | |
ts-thread .thread_messages | |
{ | |
background: #4d394b; | |
border-color: #4d394b; | |
} | |
ts-thread ts-message.new_reply | |
{ | |
background: #3e313c; | |
} | |
ts-thread ts-message.new_reply:hover | |
{ | |
background: #4d394b; | |
} | |
ts-thread .thread_header .thread_channel_name a | |
{ | |
color: #f0d9ed; | |
} | |
ts-thread .thread_header .thread_action_btns button | |
{ | |
color: #a3839f; | |
} | |
ts-thread .new_reply_indicator .blue_dot | |
{ | |
color: #bf360c; | |
} | |
#convo_tab .thread_participants, ts-thread .thread_participants | |
{ | |
color: #a3839f; | |
} | |
#convo_loading_indicator | |
{ | |
background-image: none; | |
} | |
.reply_input_container .inline_message_input_container .ql-container | |
{ | |
background-color: #61485e; | |
border: 1px solid #4d394b; | |
} | |
.reply_input_container .inline_message_input_container .ql-container .ql-editor::-webkit-scrollbar-thumb | |
{ | |
background-color: rgba(0, 0, 0, 0.15); | |
} | |
.reply_input_container .inline_message_input_container .ql-container .ql-editor::-webkit-scrollbar-thumb:hover | |
{ | |
background-color: rgba(0, 0, 0, 0.25); | |
} | |
.reply_input_container .inline_message_input_container .ql-container.focus | |
{ | |
border-color: rgba(0, 0, 0, 0.15); | |
} | |
.reply_input_container .inline_message_input_container .ql-container.focus ~ .emo_menu | |
{ | |
color: #f0d9ed; | |
} | |
.reply_input_container .inline_message_input_container .ql-container ~ .emo_menu | |
{ | |
color: #a3839f; | |
} | |
#file_reply_container .reply_container_info .reply_broadcast_buttons_container .reply_broadcast_label_container, #reply_container .reply_container_info .reply_broadcast_buttons_container .reply_broadcast_label_container, .reply_input_container .reply_container_info .reply_broadcast_buttons_container .reply_broadcast_label_container | |
{ | |
color: #a3839f; | |
} | |
#unread_msgs_scroller_div::after | |
{ | |
background: transparent; | |
} | |
#unread_msgs_scroller_div.loading | |
{ | |
background-image: none; | |
} | |
#unread_msgs_scroller_div.loading::before | |
{ | |
color: #a3839f; | |
} | |
#unread_msgs_div .day_divider .day_divider_line | |
{ | |
border-top-color: #4d394b; | |
} | |
.unread_group.marked_as_read .unread_group_header | |
{ | |
background: #3e313c; | |
} | |
.unread_group .unread_group_header | |
{ | |
background: #4d394b; | |
border-top-color: #61485e; | |
color: #f0d9ed; | |
} | |
.unread_group .unread_group_header .unread_group_collapse_toggle:hover ts-icon | |
{ | |
color: #f0d9ed; | |
} | |
.unread_group .unread_group_header .unread_group_collapse_caret .ts_icon_caret_down | |
{ | |
color: #a3839f; | |
} | |
.unread_group .unread_group_header .unread_group_mark, .unread_group .unread_group_header .unread_keyboard | |
{ | |
background: #3e313c; | |
} | |
.unread_group.active .unread_group_header | |
{ | |
background: #372c36; | |
border-top-color: #61485e; | |
color: #f0d9ed; | |
} | |
.collapsed .unread_group_header .ts_icon_caret_right, .collapsing .unread_group_header .ts_icon_caret_right | |
{ | |
color: #a3839f; | |
} | |
.mark_as_read_checkmark | |
{ | |
color: #a3839f; | |
} | |
.bottom_mark_all_read | |
{ | |
border-top-color: #4d394b; | |
} | |
.unread_group_header_name a | |
{ | |
color: #f0d9ed; | |
} | |
.unread_group_footer .unread_group_new .unread_group_new_text | |
{ | |
color: #a3839f; | |
} | |
.unread_group_footer .unread_group_new:hover .unread_group_new_text | |
{ | |
color: #a3839f; | |
} | |
.unread_empty_state_message | |
{ | |
color: #a3839f; | |
} | |
.unread_empty_state_undo_inner | |
{ | |
background: #372c36; | |
color: #f0d9ed; | |
} | |
.unread_empty_state_undo_action | |
{ | |
color: #f0d9ed; | |
} | |
.unread_empty_state_refresh | |
{ | |
background: rgba(62, 49, 60, 0.97); | |
} | |
.unread_msgs_loading | |
{ | |
background: #3e313c; | |
background-image: none; | |
} | |
#col_flex | |
{ | |
background: transparent; | |
} | |
#flex_contents | |
{ | |
background: #3e313c; | |
} | |
#flex_contents .heading | |
{ | |
background: #30262e; | |
border-bottom-color: #4d394b; | |
color: #a3839f; | |
} | |
#flex_contents .heading a | |
{ | |
color: #a3839f; | |
} | |
#flex_contents .heading a:hover | |
{ | |
color: #d4bbd1; | |
} | |
#flex_contents .heading a.close_flexpane | |
{ | |
color: #a3839f; | |
} | |
#flex_contents .heading .cancel_link | |
{ | |
color: #a3839f; | |
} | |
#flex_contents .heading .menu_heading:hover | |
{ | |
color: #f0d9ed; | |
} | |
#flex_contents .heading .menu_icon | |
{ | |
color: #a3839f; | |
} | |
#flex_contents .heading .menu_icon:hover | |
{ | |
color: #d4bbd1; | |
} | |
#flex_contents .heading_text | |
{ | |
color: #a3839f; | |
} | |
#flex_contents .subheading:not(.empty) | |
{ | |
background: #3e313c; | |
border-top: 1px solid #372c36; | |
color: #a3839f; | |
} | |
#flex_contents .subheading:not(.empty) p a | |
{ | |
color: #f0d9ed; | |
} | |
#flex_contents .subheading:not(.empty) .filter_menu_label.active .arrow_down | |
{ | |
color: #a3839f; | |
} | |
#flex_contents .toolbar_container | |
{ | |
background: #3e313c; | |
} | |
#flex_contents .flexpane_tab_bar li .tab, #flex_contents .flexpane_tab_bar li a | |
{ | |
color: #a3839f; | |
} | |
#flex_contents .flexpane_tab_bar li:hover | |
{ | |
border-bottom: 4px solid #4d394b; | |
} | |
#flex_contents .flexpane_tab_bar li:hover a, #flex_contents .flexpane_tab_bar li:hover .tab | |
{ | |
color: #a3839f; | |
} | |
#flex_contents .flexpane_tab_bar li.active | |
{ | |
border-bottom: 4px solid #4d394b; | |
} | |
#flex_contents .flexpane_tab_bar li.active a, #flex_contents .flexpane_tab_bar li.active .tab | |
{ | |
color: #a3839f; | |
} | |
#flex_contents .help | |
{ | |
border-top: 5px solid #372c36; | |
color: #f0d9ed; | |
} | |
#flex_contents i.callout | |
{ | |
color: #a3839f; | |
} | |
.close_flexpane | |
{ | |
color: #a3839f; | |
} | |
.close_flexpane:focus, .close_flexpane:hover | |
{ | |
color: #f0d9ed; | |
} | |
#client-ui.flex_pane_showing #col_flex | |
{ | |
border-left-color: #4d394b; | |
} | |
.toolbar_container | |
{ | |
background: #3e313c; | |
border-bottom: 1px solid #372c36; | |
color: #f0d9ed; | |
} | |
.msg_right_link | |
{ | |
color: #a3839f; | |
} | |
.message_location_label | |
{ | |
color: #a3839f; | |
} | |
.p-flexpane_header | |
{ | |
background: #4d394b; | |
border-color: #61485e; | |
color: #f0d9ed; | |
} | |
#client_body:not(.onboarding):not(.feature_global_nav_layout):before | |
{ | |
background: #4d394b; | |
} | |
#details_tab .heading | |
{ | |
background: #30262e; | |
} | |
#details_tab .heading a.close_flexpane | |
{ | |
color: #a3839f; | |
} | |
#details_tab .heading a.close_flexpane:hover | |
{ | |
color: #d4bbd1; | |
} | |
#details_tab hr | |
{ | |
border-top-color: #4d394b; | |
} | |
#details_tab .conversation_details .member_name:hover | |
{ | |
color: #a3839f; | |
} | |
#details_tab .conversation_details .member_username:hover | |
{ | |
color: #f0d9ed; | |
} | |
#details_tab .conversation_details .member_info_timezone | |
{ | |
border-top-color: #61485e; | |
} | |
#details_tab .channel_page_section | |
{ | |
background: #3e313c; | |
border-top: 1px solid #4d394b; | |
} | |
#details_tab .channel_page_section .section_header:hover .disclosure_triangle | |
{ | |
color: #d4bbd1; | |
} | |
#details_tab .channel_page_section .section_header a | |
{ | |
color: #a3839f; | |
} | |
#details_tab .channel_page_section .section_title | |
{ | |
color: #f0d9ed; | |
} | |
#details_tab .channel_page_section .disclosure_triangle | |
{ | |
color: #a3839f; | |
} | |
#details_tab .channel_page_section .channel_page_members_highlighter, #details_tab .channel_page_section .channel_page_pinned_items_highlighter | |
{ | |
background: rgba(191, 54, 12, 0.25) !important; | |
} | |
#details_tab .created_by | |
{ | |
color: #f0d9ed; | |
} | |
#details_tab .channel_page_member_tabs .icon_member_header | |
{ | |
color: #a3839f; | |
} | |
#details_tab .pinned_item:hover | |
{ | |
border-color: #61485e; | |
} | |
#details_tab .channel_page_action .leave_link | |
{ | |
color: #a3839f; | |
} | |
#details_tab .channel_page_action .leave_link:hover | |
{ | |
color: #d4bbd1; | |
} | |
#details_tab .channel_section_label .ts_icon_info_circle | |
{ | |
color: #a3839f; | |
} | |
#details_tab .feature_sli_channel_insights .channel_created_section .creator_link, #details_tab .feature_sli_channel_insights .channel_purpose_section .channel_purpose_text | |
{ | |
color: #a3839f; | |
} | |
.channel_page_member_row | |
{ | |
color: #f0d9ed; | |
} | |
.channel_page_member_row a | |
{ | |
color: #a3839f; | |
} | |
.channel_page_member_row.away | |
{ | |
color: #f0d9ed; | |
} | |
.channel_page_member_row.away a | |
{ | |
color: #a3839f; | |
} | |
.channel_page_member_row:hover | |
{ | |
background-color: #61485e; | |
border-color: #4d394b; | |
} | |
.pinned_item | |
{ | |
color: #f0d9ed; | |
} | |
.pinned_item .pin_file_title | |
{ | |
color: #a3839f; | |
} | |
.pinned_item .pin_member_name a | |
{ | |
color: #a3839f !important; | |
} | |
.pinned_item .pin_metadata | |
{ | |
color: #a3839f; | |
} | |
.pinned_item .remove_pin | |
{ | |
color: #a3839f; | |
} | |
.pinned_item .remove_pin:hover | |
{ | |
color: #d4bbd1; | |
} | |
.pinned_item .pinned_message_text .pin_truncate_fade | |
{ | |
background: #3e313c; | |
} | |
.pinned_item.delete_mode | |
{ | |
border-color: #bf360c !important; | |
} | |
.p-channel_insights .c-member__title | |
{ | |
color: #a3839f; | |
} | |
.p-channel_insights_activity_bar_container:hover | |
{ | |
background-color: rgba(55, 44, 54, 0.05); | |
} | |
.p-channel_insights_activity_bar_container:hover .p-channel_insights__activity_bar | |
{ | |
background-color: #61485e; | |
} | |
.p-channel_insights__activity | |
{ | |
border-color: #61485e; | |
} | |
.p-channel_insights__activity_bar | |
{ | |
background-color: rgba(97, 72, 94, 0.5); | |
} | |
.p-channel_insights__channel .channel_link | |
{ | |
color: #f0d9ed; | |
} | |
.p-channel_insights__date_heading span | |
{ | |
background-color: #3e313c; | |
color: #f0d9ed; | |
} | |
.p-channel_insights__date_heading::before | |
{ | |
background-color: #61485e; | |
} | |
.p-channel_insights__drawer_title | |
{ | |
color: #a3839f; | |
} | |
.p-channel_insights__highlights_description | |
{ | |
color: #a3839f; | |
} | |
.p-channel_insights__item--user .member_preview_link, .p-channel_insights__item--user .message_sender | |
{ | |
color: #f0d9ed !important; | |
} | |
.p-channel_insights__member_count | |
{ | |
color: #a3839f; | |
} | |
.p-channel_insights__member_count .ts_icon_user | |
{ | |
color: #a3839f; | |
} | |
.p-channel_insights__message--truncate::before | |
{ | |
background: linear-gradient(180deg, transparent, #3e313c 90%); | |
} | |
.p-channel_insights__message ts-message.standalone:not(.for_mention_display):not(.for_search_display):not(.for_top_results_search_display):not(.for_star_display) | |
{ | |
background-color: #3e313c; | |
border-color: #61485e; | |
} | |
.p-channel_insights__section:not(.p-channel_insights__section--no_border) | |
{ | |
border-color: #61485e; | |
} | |
.p-channel_insights__title | |
{ | |
color: #f0d9ed; | |
} | |
.p-channel_insights__user_title | |
{ | |
color: #a3839f; | |
} | |
.p-download_item | |
{ | |
padding: 12px 12px 4px 16px; | |
margin: 0; | |
} | |
.p-download_item__container .p-download_item__name_row | |
{ | |
color: #f0d9ed; | |
} | |
.p-download_item__actions | |
{ | |
background: #3e313c; | |
} | |
.p-download_item__link--open, .p-download_item__link--retry, .p-download_item__link--show | |
{ | |
color: #f0d9ed; | |
} | |
.p-downloads_list__shift_hint | |
{ | |
background: linear-gradient(180deg, rgba(255, 255, 255, 0), #4d394b 25%, #4d394b); | |
color: #f0d9ed; | |
} | |
#file_list_toggle_users | |
{ | |
color: #a3839f; | |
} | |
#file_list_toggle_users.active:hover, #file_list_toggle_users:hover | |
{ | |
color: #d4bbd1; | |
} | |
#file_list_toggle_users.active | |
{ | |
color: #a3839f; | |
} | |
.file_list_item .icon, .file_reference .icon | |
{ | |
background: #876484; | |
border: 1px solid #61485e; | |
color: #f0d9ed !important; | |
} | |
.filetype_button | |
{ | |
background: #876484; | |
border: 1px solid #61485e; | |
color: #f0d9ed !important; | |
} | |
.filetype_button:hover | |
{ | |
background: #876484; | |
} | |
.filetype_button:hover .file_download_label | |
{ | |
background: #61485e; | |
color: #f0d9ed; | |
} | |
.filetype_button .file_title | |
{ | |
color: #f0d9ed; | |
} | |
.filetype_button .file_download_label | |
{ | |
background: #876484; | |
border-top: 1px solid #61485e; | |
} | |
a.filetype_button_web | |
{ | |
background: #876484; | |
border: 1px solid #61485e; | |
color: #f0d9ed; | |
} | |
a.filetype_button_web .filetype_icon | |
{ | |
background-color: #61485e; | |
} | |
a.file_download_link | |
{ | |
color: #a3839f; | |
} | |
a.file_download_link:hover | |
{ | |
color: #d4bbd1; | |
} | |
a:hover .file_inline_icon | |
{ | |
color: #a3839f; | |
} | |
a.gsheet img, a.pdf img | |
{ | |
background: #3e313c !important; | |
} | |
html.no_touch a.filetype_button_web:hover | |
{ | |
border-color: #61485e; | |
} | |
html.no_touch a.filetype_button_web:hover .file_title | |
{ | |
color: #f0d9ed; | |
} | |
.file_header_detailed | |
{ | |
color: #a3839f; | |
} | |
.file_header_detailed .member | |
{ | |
color: #f0d9ed !important; | |
} | |
.file_inline_icon | |
{ | |
color: #a3839f; | |
} | |
.file_header .member | |
{ | |
color: #a3839f !important; | |
} | |
.file_header .title | |
{ | |
color: #f0d9ed; | |
} | |
.file_header .title a | |
{ | |
color: #a3839f; | |
} | |
.file_header .title a:hover | |
{ | |
color: #d4bbd1; | |
} | |
.flexpane_file_title .member, .flexpane_file_title .service_link | |
{ | |
color: #a3839f !important; | |
} | |
.flexpane_file_title .title a, .flexpane_file_title .file_action_list a | |
{ | |
color: #a3839f; | |
} | |
.flexpane_file_title .title a:hover, .flexpane_file_title .file_action_list a:hover | |
{ | |
color: #d4bbd1; | |
} | |
.file_actions_cog | |
{ | |
color: #a3839f !important; | |
} | |
.file_actions_cog:hover | |
{ | |
color: #d4bbd1 !important; | |
} | |
.file_list_item | |
{ | |
color: #f0d9ed; | |
} | |
.file_list_item a | |
{ | |
color: #a3839f; | |
} | |
.file_list_item a.member | |
{ | |
color: #d4bbd1; | |
} | |
.file_list_item .bullet | |
{ | |
color: #a3839f; | |
} | |
.file_list_item .icon | |
{ | |
background: #876484; | |
border-color: #61485e; | |
} | |
.file_list_item .ts_icon_comment | |
{ | |
color: #a3839f; | |
} | |
.file_list_item .file_comment_link:hover | |
{ | |
color: #a3839f; | |
} | |
.file_list_item .file_comment_link:hover .ts_icon_comment | |
{ | |
color: #a3839f; | |
} | |
.file_list_item .title a | |
{ | |
color: #a3839f; | |
} | |
.file_list_item .share_info .unshare_link | |
{ | |
color: #a3839f; | |
} | |
.file_list_item .share_info .unshare_link:hover | |
{ | |
color: #d4bbd1; | |
} | |
.file_list_item .actions a, .file_list_item .actions span | |
{ | |
background-color: #4d394b; | |
border: 1px solid #876484; | |
color: #a3839f; | |
} | |
.file_list_item .actions a:hover | |
{ | |
background-color: #3e313c !important; | |
border-color: #876484; | |
color: #d4bbd1; | |
} | |
.file_list_item.post .preview, .file_list_item.space .preview | |
{ | |
color: #f0d9ed; | |
} | |
.file_list_item #share_dialog, .file_list_item.active, .file_list_item:active, .file_list_item:hover | |
{ | |
background-color: #4d394b; | |
border-color: #61485e; | |
} | |
.file_list_item #share_dialog .title a, .file_list_item.active .title a, .file_list_item:active .title a, .file_list_item:hover .title a | |
{ | |
color: #a3839f; | |
} | |
.file_list_item #share_dialog .actions, .file_list_item.active .actions, .file_list_item:active .actions, .file_list_item:hover .actions | |
{ | |
background-color: transparent; | |
} | |
.file_list_item #share_dialog .actions a, .file_list_item #share_dialog .actions span, .file_list_item.active .actions a, .file_list_item.active .actions span, .file_list_item:active .actions a, .file_list_item:active .actions span, .file_list_item:hover .actions a, .file_list_item:hover .actions span | |
{ | |
background-color: #4d394b; | |
} | |
.unshare_link | |
{ | |
color: #a3839f !important; | |
} | |
.unshare_link i::before | |
{ | |
color: #a3839f !important; | |
} | |
.unshare_link i.ts_icon_minus_circle_small:hover::before | |
{ | |
color: #bf360c !important; | |
} | |
.snippet_preview pre | |
{ | |
color: #f0d9ed; | |
} | |
.file_preview_wrapper .file_preview | |
{ | |
background: #3e313c; | |
} | |
.file_preview_wrapper .file_preview:hover | |
{ | |
background: #4d394b; | |
} | |
#file_preview_container .file_meta | |
{ | |
color: #a3839f; | |
} | |
.file_page_meta | |
{ | |
color: #a3839f; | |
} | |
#file_page_preview img | |
{ | |
background: #3e313c; | |
border: 1px solid #372c36; | |
} | |
#file_page_preview img:hover | |
{ | |
background: #4d394b; | |
} | |
.comment_meta | |
{ | |
color: #a3839f; | |
} | |
.comment .special_formatting_quote .content | |
{ | |
color: #f0d9ed; | |
} | |
.comment .member | |
{ | |
color: #f0d9ed !important; | |
} | |
.comment_body | |
{ | |
color: #f0d9ed; | |
} | |
.comment_actions | |
{ | |
color: #a3839f; | |
} | |
.comment_actions:hover | |
{ | |
color: #f0d9ed; | |
} | |
.icon_quote | |
{ | |
color: #f0d9ed; | |
} | |
.edit_comment_form .texty_comment_input, .comment_form .texty_comment_input | |
{ | |
background: #61485e; | |
border-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.edit_comment_form .texty_comment_input.focus, .edit_comment_form .texty_comment_input:hover, .comment_form .texty_comment_input.focus, .comment_form .texty_comment_input:hover | |
{ | |
border-color: #4d394b; | |
} | |
.tab_container .star_item .message .actions .btn_icon, .tab_container .star_item .message .actions .star_jump, .tab_container .star_item ts-message .actions .btn_icon, .tab_container .star_item ts-message .actions .star_jump, .tab_container .file_list_item .actions .btn_icon, .tab_container .file_list_item .actions .star_jump, .tab_container .file_comment_item .actions .btn_icon, .tab_container .file_comment_item .actions .star_jump | |
{ | |
background-color: #3e313c; | |
} | |
.tab_container .star_item .message .actions .btn::after, .tab_container .star_item ts-message .actions .btn::after, .tab_container .file_list_item .actions .btn::after, .tab_container .file_comment_item .actions .btn::after | |
{ | |
border-color: #4d394b; | |
} | |
.tab_container .star_item ts-message .timestamp | |
{ | |
color: #a3839f; | |
} | |
.tab_container .file_list_item:focus, .tab_container .file_list_item:hover | |
{ | |
background-color: #3e313c; | |
border-color: #4d394b; | |
} | |
.tab_container .file_list_item .star | |
{ | |
color: #a3839f; | |
} | |
.tab_container .file_list_item .contents .file_comment_link | |
{ | |
color: #a3839f; | |
} | |
.tab_container .file_list_item .contents .file_comment_link .ts_icon | |
{ | |
color: #a3839f; | |
} | |
.tab_container .file_list_item .contents .file_comment_link:focus, .tab_container .file_list_item .contents .file_comment_link:hover | |
{ | |
color: #d4bbd1; | |
} | |
.tab_container .file_list_item .contents .file_comment_link:focus .ts_icon, .tab_container .file_list_item .contents .file_comment_link:hover .ts_icon | |
{ | |
color: #d4bbd1; | |
} | |
.tab_container .file_list_item .contents .member, .tab_container .file_list_item .contents .service_link, .tab_container .file_list_item .contents .share_info, .tab_container .file_list_item .contents .time | |
{ | |
color: #a3839f; | |
} | |
.tab_container .file_list_item .filetype_image | |
{ | |
background-color: #372c36; | |
} | |
.active .tab_container .file_list_item | |
{ | |
background-color: #3e313c; | |
} | |
.c-file__action_button, .c-file__action_button:link, .c-file__action_button:focus, .c-file__action_button:hover | |
{ | |
background: #61485e; | |
border-color: #4d394b; | |
color: #fff; | |
} | |
.c-file__meta | |
{ | |
color: #f0d9ed; | |
} | |
.c-file__slide--meta | |
{ | |
background-color: #372c36; | |
} | |
.p-file_details__name, .p-file_details__share_channel | |
{ | |
color: #f0d9ed; | |
} | |
.p-file_details__meta_container .c-file__action_button | |
{ | |
color: #fff; | |
} | |
.c-pillow_file__description, .c-pillow_file__title | |
{ | |
color: #f0d9ed; | |
} | |
.p-file_list, .p-file_list__filters | |
{ | |
background: #4d394b; | |
} | |
.p-file_list__filters | |
{ | |
border-color: #4d394b; | |
} | |
.p-file_list__file.c-pillow_file_container, .p-file_list__file.c-pillow_file_container--full_width | |
{ | |
background: #4d394b; | |
border-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.p-file_list__file.c-pillow_file_container--full_width:hover | |
{ | |
background: #61485e; | |
border-color: #61485e; | |
} | |
.p-downloads_list__shift_hint | |
{ | |
background: linear-gradient(180deg, rgba(255, 255, 255, 0), #3e313c 25%, #3e313c); | |
color: #f0d9ed; | |
} | |
.p-download_item__container .p-download_item__actions | |
{ | |
background-color: #3e313c; | |
} | |
.p-download_item__container .p-download_item__link__open, .p-download_item__container .p-download_item__link__retry, .p-download_item__container .p-download_item__link__show | |
{ | |
color: #a3839f; | |
} | |
.p-download_item__container .p-download_item__name_row | |
{ | |
color: #f0d9ed; | |
} | |
#user_groups_pane .mention | |
{ | |
background: rgba(191, 54, 12, 0.25); | |
border: 0; | |
border-radius: 3px; | |
padding: 2px; | |
} | |
#user_groups_container .info_panel | |
{ | |
background: #3e313c; | |
border: 1px solid #61485e; | |
} | |
#user_groups_container .mention | |
{ | |
background-color: rgba(191, 54, 12, 0.25) !important; | |
} | |
#user_groups_header .user_groups_search .icon_search | |
{ | |
color: #a3839f; | |
} | |
#user_groups_header a.icon_close | |
{ | |
color: #a3839f; | |
} | |
#user_groups_header a.icon_close:hover | |
{ | |
color: #d4bbd1; | |
} | |
.user_group_item | |
{ | |
border-bottom: 1px solid #61485e; | |
} | |
.user_group_item a | |
{ | |
color: #a3839f; | |
} | |
#flex_contents .user_group_item:hover | |
{ | |
background-color: #3e313c; | |
} | |
#flex_contents .user_group_item:hover h4 | |
{ | |
color: #f0d9ed; | |
} | |
#flex_contents .flexpane_tab_toolbar #user_group_edit | |
{ | |
background-color: #3e313c; | |
} | |
#flex_contents .flexpane_tab_toolbar #user_group_edit.user_group_edit--flexpane .tab_action_button | |
{ | |
color: #f0d9ed; | |
} | |
.user_group_invite_member_small .add_icon | |
{ | |
color: #a3839f; | |
} | |
#user_group_member_invite_div .disabled .lfs_item.lfs_token | |
{ | |
background-color: #876484; | |
border-color: #876484; | |
} | |
#flex_contents .subheading:not(.empty)#mentions_options | |
{ | |
background-color: #3e313c; | |
border-bottom-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.mention_day_container_div .day_divider::before | |
{ | |
background: none; | |
border-color: #4d394b; | |
} | |
#member_mentions h3 a | |
{ | |
color: #a3839f; | |
} | |
a.internal_member_link | |
{ | |
background: #4d394b; | |
color: #f0d9ed; | |
} | |
a.c-member_slug, .c-member_slug--link, .c-mrkdwn__subteam--link | |
{ | |
background: #4d394b; | |
border: 1px solid #61485e; | |
color: #f0d9ed; | |
} | |
a.c-member_slug.active, a.c-member_slug:hover, .c-member_slug--link.active, .c-member_slug--link:hover, .c-mrkdwn__subteam--link.active, .c-mrkdwn__subteam--link:hover | |
{ | |
background: #4a3b49; | |
color: #f0d9ed; | |
} | |
.mention_rxn .mention_rxn_summary | |
{ | |
color: #f0d9ed; | |
} | |
.mention_rxn .mention_rxn_summary .member_preview_link, .mention_rxn .mention_rxn_summary .mention_rxn_summary_members | |
{ | |
color: #a3839f; | |
} | |
.search_message_result | |
{ | |
background: #3e313c !important; | |
border-color: #4d394b !important; | |
color: #f0d9ed !important; | |
} | |
.search_message_result .search_message_result_meta | |
{ | |
color: #a3839f; | |
} | |
.search_message_result .search_message_result_meta a | |
{ | |
color: #a3839f; | |
} | |
.search_message_result .search_message_result_meta .date_links a | |
{ | |
color: #a3839f; | |
} | |
.search_message_result_text .result_msg_format a | |
{ | |
color: #a3839f; | |
} | |
span.match | |
{ | |
background: rgba(191, 54, 12, 0.25); | |
} | |
#search_filters .tab | |
{ | |
background: #3e313c; | |
color: #f0d9ed; | |
} | |
#search_filters .tab:hover | |
{ | |
border-bottom: 4px solid #4d394b; | |
} | |
#search_filters.files #filter_files, #search_filters.messages #filter_messages | |
{ | |
border-bottom: 4px solid #4d394b; | |
color: #f0d9ed; | |
} | |
#search_file_list_toggle_users.active:hover | |
{ | |
border: 2px solid #d4bbd1; | |
color: #d4bbd1 !important; | |
} | |
.no_results | |
{ | |
color: #f0d9ed; | |
} | |
#search_results_team .team_results_heading | |
{ | |
color: #f0d9ed; | |
} | |
#search_results_team .team_result | |
{ | |
background-color: #61485e; | |
border-color: #876484; | |
color: #f0d9ed; | |
} | |
#search_results_team .team_result a | |
{ | |
color: #a3839f; | |
} | |
#search_results_team .team_result:hover a | |
{ | |
color: #d4bbd1; | |
} | |
#search_results_team .team_result a:hover | |
{ | |
color: #d4bbd1; | |
} | |
#search_results_team .member_name | |
{ | |
color: #f0d9ed !important; | |
} | |
.suggestion | |
{ | |
color: #f0d9ed; | |
} | |
.suggestion.active, .suggestion:hover | |
{ | |
background: #61485e; | |
} | |
#paging_in_options .search_paging | |
{ | |
color: #a3839f; | |
} | |
#search_results_items .search_paging | |
{ | |
color: #f0d9ed; | |
} | |
.search_paging i.disabled | |
{ | |
color: #a3839f; | |
} | |
.search_paging a | |
{ | |
color: #a3839f; | |
} | |
.search_paging a:hover | |
{ | |
color: #d4bbd1; | |
} | |
.search_sort_prefix | |
{ | |
color: #f0d9ed; | |
} | |
.search_segmented_control | |
{ | |
border-color: #4d394b; | |
color: #a3839f !important; | |
} | |
.search_segmented_control:hover | |
{ | |
color: #d4bbd1 !important; | |
} | |
.search_segmented_control.active | |
{ | |
background: #372c36; | |
color: #d4bbd1 !important; | |
} | |
.search_result_with_extract | |
{ | |
background: #4d394b; | |
border-color: #61485e; | |
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); | |
} | |
.search_result_with_extract:hover | |
{ | |
border-color: #876484; | |
} | |
.search_result_for_context::after | |
{ | |
background: rgba(62, 49, 60, 0.1); | |
} | |
.extract_expand_text, .extract_expand_icons | |
{ | |
color: #a3839f; | |
} | |
.search_result_with_extract:hover .extract_expand_text, .search_result_with_extract:hover .extract_expand_icons | |
{ | |
color: #d4bbd1; | |
} | |
.search_module_header | |
{ | |
color: #f0d9ed; | |
} | |
.search_module_footer | |
{ | |
background-color: #4d394b; | |
border-bottom-color: #61485e; | |
border-left-color: #61485e; | |
border-right-color: #61485e; | |
} | |
.search_module_footer p | |
{ | |
color: #f0d9ed; | |
} | |
.search_module_footer #see_more | |
{ | |
color: #f0d9ed; | |
} | |
.search_module_footer #see_more a | |
{ | |
color: #f0d9ed; | |
} | |
.search_module_footer .top_results_feedback a | |
{ | |
color: #f0d9ed; | |
} | |
.search_module_footer ts-icon | |
{ | |
color: #f0d9ed; | |
} | |
.top_results_search_message_result | |
{ | |
background-color: #4d394b; | |
border-bottom-color: #61485e; | |
border-left-color: #61485e; | |
border-right-color: #61485e; | |
} | |
.top_results_search_message_result.duplicate | |
{ | |
background-color: #4d394b; | |
} | |
.top_results_search_message_result .timestamp | |
{ | |
color: #a3839f; | |
} | |
.top_results_search_message_result .channel | |
{ | |
color: #a3839f; | |
} | |
.top_results_search_message_result .channel a | |
{ | |
color: #a3839f; | |
} | |
.top_results_search_message_result .jump | |
{ | |
color: #f0d9ed; | |
} | |
.top_results_search_message_result:hover | |
{ | |
border-color: rgba(135, 100, 132, 0.6) !important; | |
border-top: 2px solid #61485e !important; | |
} | |
.top_results_search_message_result:first-child | |
{ | |
border-top: 2px solid #61485e; | |
} | |
.sli_expert_search | |
{ | |
background-color: #3e313c; | |
color: #f0d9ed; | |
} | |
.sli_expert_search__result | |
{ | |
border-color: #61485e; | |
} | |
.sli_expert_search__result .app_preview_link, .sli_expert_search__result .member_preview_link | |
{ | |
color: #f0d9ed !important; | |
} | |
.sli_expert_search__fg_face::before | |
{ | |
background-color: #3e313c; | |
} | |
.sli_expert_search_cta | |
{ | |
border-color: #61485e; | |
} | |
.sli_expert_search_cta:hover | |
{ | |
border-color: #876484; | |
} | |
.sli_expert_search_cta__text | |
{ | |
color: #f0d9ed; | |
} | |
.sli_expert_search_cta__text:hover | |
{ | |
color: #f0d9ed; | |
} | |
.sli_expert_search__plus_sign_overlay | |
{ | |
background-color: #4d394b; | |
color: #a3839f; | |
} | |
.sli_expert_search__arrow | |
{ | |
color: #a3839f; | |
} | |
.sli_expert_search_cta:hover .sli_expert_search__arrow, .sli_expert_search_header:hover .sli_expert_search__arrow | |
{ | |
color: #a3839f; | |
} | |
.sli_expert_search__partial_terms | |
{ | |
color: #a3839f; | |
} | |
.feature_sli_file_search #search_filters.all #filter_all | |
{ | |
border-bottom-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.feature_sli_file_search #search_results .file_list_item | |
{ | |
background-color: #3e313c; | |
border-color: #61485e; | |
} | |
.feature_sli_file_search #search_results.all, .feature_sli_file_search #search_results.messages | |
{ | |
background-color: #3e313c; | |
} | |
.feature_sli_file_search #search_results.all .search_message_result, .feature_sli_file_search #search_results.messages .search_message_result | |
{ | |
background-color: #3e313c; | |
border-color: #61485e; | |
} | |
.feature_sli_file_search #search_results.all .search_result_with_extract.first_extract_message_in_group, .feature_sli_file_search #search_results.all .search_result_with_extract:first-child, .feature_sli_file_search #search_results.messages .search_result_with_extract.first_extract_message_in_group, .feature_sli_file_search #search_results.messages .search_result_with_extract:first-child | |
{ | |
border-top-color: #61485e; | |
} | |
.feature_sli_file_search #search_results.all .search_result_with_extract.first_extract_message_in_group:hover, .feature_sli_file_search #search_results.all .search_result_with_extract:first-child:hover, .feature_sli_file_search #search_results.messages .search_result_with_extract.first_extract_message_in_group:hover, .feature_sli_file_search #search_results.messages .search_result_with_extract:first-child:hover | |
{ | |
border-top-color: #61485e; | |
} | |
.feature_sli_file_search #search_results.all .search_result_with_extract.last_extract_message_in_group, .feature_sli_file_search #search_results.messages .search_result_with_extract.last_extract_message_in_group | |
{ | |
border-bottom-color: #61485e; | |
} | |
.feature_sli_file_search #search_results.all .search_result_with_extract.last_extract_message_in_group:hover, .feature_sli_file_search #search_results.messages .search_result_with_extract.last_extract_message_in_group:hover | |
{ | |
border-bottom-color: #61485e; | |
} | |
.feature_sli_file_search #search_results.all .search_message_result_meta, .feature_sli_file_search #search_results.messages .search_message_result_meta | |
{ | |
color: #a3839f; | |
} | |
.feature_sli_file_search #search_results.all .channel_link, .feature_sli_file_search #search_results.messages .channel_link | |
{ | |
color: #a3839f; | |
} | |
.feature_sli_file_search #search_results.all .sli_expert_search .channel_link, .feature_sli_file_search #search_results.messages .sli_expert_search .channel_link | |
{ | |
color: #f0d9ed; | |
} | |
.feature_sli_file_search #search_results.all .new_jump_link, .feature_sli_file_search #search_results.messages .new_jump_link | |
{ | |
color: #f0d9ed; | |
} | |
.feature_sli_file_search #search_results.all | |
{ | |
background-color: #3e313c; | |
} | |
.feature_sli_file_search #search_results.all .top_search_results .search_message_result | |
{ | |
background-color: #3e313c; | |
border-color: #61485e; | |
} | |
.feature_sli_file_search #search_results.all .top_search_results .search_message_result__channel a | |
{ | |
color: #a3839f; | |
} | |
.feature_sli_file_search #search_results.all .sli_expert_search_cta | |
{ | |
border-color: #61485e; | |
} | |
.feature_sli_file_search #search_results.all .sli_expert_search_cta:hover | |
{ | |
border-color: #876484; | |
} | |
.feature_sli_file_search #search_results.all .sli_expert_search__result | |
{ | |
border-color: #876484; | |
} | |
.feature_sli_file_search #search_results.all .team_result | |
{ | |
background-color: #3e313c; | |
border-color: #61485e; | |
} | |
.feature_sli_file_search #search_results.files | |
{ | |
background-color: #3e313c; | |
} | |
.feature_sli_file_search #search_results.files #search_file_list_clear_filter, .feature_sli_file_search #search_results.files #search_file_list_heading | |
{ | |
color: #f0d9ed; | |
} | |
.feature_sli_file_search #search_results_loading | |
{ | |
background-color: #3e313c; | |
} | |
.feature_sli_file_search #search_results_container #search_options | |
{ | |
background-color: #3e313c; | |
} | |
.feature_sli_file_search #search_results_container .heading | |
{ | |
background-color: #3e313c; | |
} | |
#client-ui .file_list_item.file_list_item--redesign | |
{ | |
border-color: #61485e; | |
} | |
#client-ui .file_list_item.file_list_item--redesign .file_list_item__channel | |
{ | |
color: #a3839f; | |
} | |
#client-ui .file_list_item.file_list_item--redesign .message_sender | |
{ | |
color: #a3839f; | |
} | |
.p-shortcuts_flexpane__shortcut | |
{ | |
border-color: #372c36; | |
} | |
.p-shortcuts_flexpane__shortcut:last-of-type | |
{ | |
border-bottom-color: #372c36; | |
} | |
.p-shortcuts_flexpane__shortcut_hoverable .p-shortcuts_flexpane__shortcut_title | |
{ | |
color: #f0d9ed; | |
} | |
.p-shortcuts_flexpane__shortcut_title | |
{ | |
color: #a3839f; | |
} | |
.p-shortcuts_flexpane__title | |
{ | |
color: #f0d9ed; | |
} | |
.p-shortcuts_flexpane__tip | |
{ | |
color: #a3839f; | |
} | |
.p-shortcuts_flexpane__section_description | |
{ | |
color: #a3839f; | |
} | |
.p-shortcuts_flexpane__sub_heading | |
{ | |
color: #a3839f; | |
} | |
.c-keyboard_key | |
{ | |
background: #61485e; | |
border-color: #876484; | |
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); | |
color: #f0d9ed; | |
} | |
.tab_container .star_item .message .timestamp, .tab_container .star_item ts-message .timestamp | |
{ | |
color: #a3839f; | |
} | |
#member_preview_scroller a:not(.member_name):not(.current_status_preset_option), .team_list_item a:not(.member_name):not(.current_status_preset_option) | |
{ | |
color: #a3839f; | |
} | |
#member_preview_scroller a:not(.member_name):not(.current_status_preset_option):hover, .team_list_item a:not(.member_name):not(.current_status_preset_option):hover | |
{ | |
color: #d4bbd1; | |
} | |
#member_preview_scroller .member_data_table a, #team_list .member_data_table a | |
{ | |
color: #a3839f; | |
} | |
#member_preview_scroller .member_data_table a:hover, #team_list .member_data_table a:hover | |
{ | |
color: #d4bbd1; | |
} | |
#member_preview_scroller a.member_action_button, #team_list a.member_action_button | |
{ | |
color: #a3839f !important; | |
} | |
#member_preview_scroller a.member_action_button:hover, #team_list a.member_action_button:hover | |
{ | |
border-color: #876484 !important; | |
color: #d4bbd1 !important; | |
} | |
#member_preview_scroller .member_data_table tr, #member_preview_web_container .member_data_table tr, #team_list .member_data_table tr, .menu_member_header .member_data_table tr | |
{ | |
color: #f0d9ed; | |
} | |
#member_preview_scroller .member_data_table a, #member_preview_web_container .member_data_table a, #team_list .member_data_table a, .menu_member_header .member_data_table a | |
{ | |
color: #a3839f !important; | |
} | |
#member_preview_scroller .member_data_table a:hover, #member_preview_web_container .member_data_table a:hover, #team_list .member_data_table a:hover, .menu_member_header .member_data_table a:hover | |
{ | |
color: #d4bbd1 !important; | |
} | |
#member_preview_scroller .member_data_table .bot_label, #member_preview_web_container .member_data_table .bot_label, #team_list .member_data_table .bot_label, .menu_member_header .member_data_table .bot_label | |
{ | |
background: #372c36; | |
color: #a3839f; | |
} | |
#member_preview_scroller | |
{ | |
background-color: #4d394b; | |
} | |
#member_preview_scroller .member_data_table .current_status_cell .current_status_container .current_status_cover:hover | |
{ | |
border-color: #4d394b; | |
} | |
#member_preview_scroller .member_data_table .current_status_cell .current_status_container:not(.active) .current_status_cover.without_status_set .current_status_placeholder | |
{ | |
color: rgba(240, 217, 237, 0.35) !important; | |
} | |
#team_tab #member_preview_scroller | |
{ | |
background-color: #3e313c; | |
} | |
#team_tab #member_preview_scroller .member_details .member_name | |
{ | |
color: #f0d9ed; | |
} | |
#member_preview_scroller .member_details .member_name_and_presence .member_name, #member_preview_web_container .member_details .member_name_and_presence .member_name, .menu_member_header .member_details .member_name_and_presence .member_name | |
{ | |
color: #f0d9ed; | |
} | |
#member_preview_scroller .member_details .member_title, #member_preview_web_container .member_details .member_title, .menu_member_header .member_details .member_title | |
{ | |
color: #f0d9ed; | |
} | |
#member_preview_scroller .member_details .member_restriction, #member_preview_scroller .member_details .member_timezone_value, #member_preview_scroller .member_details .member_current_status, #member_preview_web_container .member_details .member_restriction, #member_preview_web_container .member_details .member_timezone_value, #member_preview_web_container .member_details .member_current_status, .menu_member_header .member_details .member_restriction, .menu_member_header .member_details .member_timezone_value, .menu_member_header .member_details .member_current_status | |
{ | |
color: #a3839f; | |
} | |
#member_preview_scroller .member_details .member_restriction a, #member_preview_scroller .member_details .member_timezone_value a, #member_preview_scroller .member_details .member_current_status a, #member_preview_web_container .member_details .member_restriction a, #member_preview_web_container .member_details .member_timezone_value a, #member_preview_web_container .member_details .member_current_status a, .menu_member_header .member_details .member_restriction a, .menu_member_header .member_details .member_timezone_value a, .menu_member_header .member_details .member_current_status a | |
{ | |
color: #a3839f; | |
} | |
#member_preview_scroller .member_details .member_restriction a:hover, #member_preview_scroller .member_details .member_timezone_value a:hover, #member_preview_scroller .member_details .member_current_status a:hover, #member_preview_web_container .member_details .member_restriction a:hover, #member_preview_web_container .member_details .member_timezone_value a:hover, #member_preview_web_container .member_details .member_current_status a:hover, .menu_member_header .member_details .member_restriction a:hover, .menu_member_header .member_details .member_timezone_value a:hover, .menu_member_header .member_details .member_current_status a:hover | |
{ | |
color: #d4bbd1; | |
} | |
#member_preview_scroller .member_details .member_restriction .ts_icon_question_circle:focus, #member_preview_scroller .member_details .member_restriction .ts_icon_question_circle:hover, #member_preview_scroller .member_details .member_timezone_value .ts_icon_question_circle:focus, #member_preview_scroller .member_details .member_timezone_value .ts_icon_question_circle:hover, #member_preview_scroller .member_details .member_current_status .ts_icon_question_circle:focus, #member_preview_scroller .member_details .member_current_status .ts_icon_question_circle:hover, #member_preview_web_container .member_details .member_restriction .ts_icon_question_circle:focus, #member_preview_web_container .member_details .member_restriction .ts_icon_question_circle:hover, #member_preview_web_container .member_details .member_timezone_value .ts_icon_question_circle:focus, #member_preview_web_container .member_details .member_timezone_value .ts_icon_question_circle:hover, #member_preview_web_container .member_details .member_current_status .ts_icon_question_circle:focus, #member_preview_web_container .member_details .member_current_status .ts_icon_question_circle:hover, .menu_member_header .member_details .member_restriction .ts_icon_question_circle:focus, .menu_member_header .member_details .member_restriction .ts_icon_question_circle:hover, .menu_member_header .member_details .member_timezone_value .ts_icon_question_circle:focus, .menu_member_header .member_details .member_timezone_value .ts_icon_question_circle:hover, .menu_member_header .member_details .member_current_status .ts_icon_question_circle:focus, .menu_member_header .member_details .member_current_status .ts_icon_question_circle:hover | |
{ | |
color: #a3839f; | |
} | |
#member_preview_scroller .member_details_divider, #member_preview_web_container .member_details_divider, .menu_member_header .member_details_divider | |
{ | |
border-color: #4d394b; | |
} | |
#disabled_members_tab a | |
{ | |
color: #a3839f; | |
} | |
#disabled_members_tab a:hover | |
{ | |
background: #4a3b49; | |
color: #d4bbd1; | |
} | |
#disabled_members_tab.active a | |
{ | |
color: #a3839f; | |
} | |
.team_list_item | |
{ | |
border-top: 1px solid #61485e; | |
color: #a3839f; | |
} | |
.team_list_item .member_name | |
{ | |
color: #f0d9ed; | |
} | |
#client-ui .searchable_member_list .team_list_item a, #client-ui #team_list .team_list_item a, #member_preview_scroller .team_list_item a | |
{ | |
color: #f0d9ed !important; | |
} | |
#client-ui .searchable_member_list .team_list_item.expanded, #client-ui #team_list .team_list_item.expanded, #member_preview_scroller .team_list_item.expanded | |
{ | |
border-color: #4d394b !important; | |
} | |
#client-ui .searchable_member_list .team_list_item:hover, #client-ui #team_list .team_list_item:hover, #member_preview_scroller .team_list_item:hover | |
{ | |
border-color: #61485e !important; | |
} | |
#client-ui .searchable_member_list .team_list_item | |
{ | |
border-bottom-color: #372c36; | |
} | |
#client-ui .searchable_member_list .team_list_item:hover | |
{ | |
background: #61485e; | |
} | |
.c-unified_member__display-name, .c-unified_member__secondary-name, .c-unified_member__title, .c-unified_member__other-names, .c-unified_member__other-names | |
{ | |
color: #f0d9ed !important; | |
} | |
#convo_tab #convo_tab_btns .close_flexpane:focus, #convo_tab #convo_tab_btns .close_flexpane:hover | |
{ | |
color: #f0d9ed; | |
} | |
#convo_tab textarea.message_input | |
{ | |
color: #f0d9ed; | |
} | |
#reply_container .inline_message_input_container .message_input div, #reply_container .inline_message_input_container textarea, .reply_input_container .inline_message_input_container .message_input div, .reply_input_container .inline_message_input_container textarea | |
{ | |
border-color: #4d394b; | |
color: #f0d9ed; | |
} | |
#reply_container .inline_message_input_container .message_input div:active, #reply_container .inline_message_input_container .message_input div:focus, #reply_container .inline_message_input_container textarea:active, #reply_container .inline_message_input_container textarea:focus, .reply_input_container .inline_message_input_container .message_input div:active, .reply_input_container .inline_message_input_container .message_input div:focus, .reply_input_container .inline_message_input_container textarea:active, .reply_input_container .inline_message_input_container textarea:focus | |
{ | |
border-color: #372c36; | |
} | |
#reply_container .reply_broadcast_buttons_container .reply_broadcast_label_container, .reply_input_container .reply_broadcast_buttons_container .reply_broadcast_label_container | |
{ | |
color: #f0d9ed; | |
} | |
#reply_container .reply_broadcast_buttons_container .reply_broadcast_label_container ts-icon.ts_icon_question_circle, .reply_input_container .reply_broadcast_buttons_container .reply_broadcast_label_container ts-icon.ts_icon_question_circle | |
{ | |
color: #a3839f !important; | |
} | |
#reply_container .reply_limited_in_general, .reply_input_container .reply_limited_in_general | |
{ | |
background: #3e313c; | |
color: #a3839f; | |
} | |
#convo_container .convo_flexpane_divider | |
{ | |
border-top-color: #4d394b; | |
color: #a3839f; | |
} | |
#convo_container .convo_flexpane_divider .reply_count | |
{ | |
background: #3e313c; | |
} | |
#convo_container ts-conversation ts-message.selected .message_content .thread_channel_link | |
{ | |
color: #a3839f; | |
} | |
#convo_tab .message_input, #convo_tab textarea#msg_text | |
{ | |
color: #f0d9ed; | |
} | |
ts-message.message:hover, ts-message.message:active, ts-message.active:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply):not(.show_broadcast_indicator), ts-message.message--focus:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply):not(.show_broadcast_indicator), ts-message:hover:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply):not(.show_broadcast_indicator) | |
{ | |
background-color: #222222; | |
} | |
ts-thread .collapse_inline_thread_container:hover, ts-thread .view_all_replies_container:hover | |
{ | |
background-color: #222222; | |
} | |
#whats_new_tab p | |
{ | |
color: #f0d9ed; | |
} | |
#whats_new_tab .flex_heading_controls label | |
{ | |
color: #a3839f; | |
} | |
.c-member__display-name, .c-team__display-name, .c-usergroup__handle | |
{ | |
color: #f0d9ed; | |
} | |
.c-member__current-status--small::before, .c-member__secondary-name--large + .c-member__current-status--large::before, .c-member__secondary-name--medium + .c-member__current-status--medium::before | |
{ | |
color: #f0d9ed; | |
} | |
.c-member .external_team_badge | |
{ | |
background-color: #61485e; | |
box-shadow: 0 0 0 2px #61485e; | |
} | |
.c-member .external_team_badge.default | |
{ | |
background-color: #a3839f; | |
color: #f0d9ed; | |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); | |
} | |
.c-member .external_team_badge::after | |
{ | |
box-shadow: inset 0 0 0 1px #61485e; | |
} | |
.c-member__name--small, .c-team__name--small, .c-usergroup__name--small | |
{ | |
color: #f0d9ed; | |
} | |
.c-member--small .presence | |
{ | |
color: #a3839f; | |
} | |
.c-member--small .team_image.icon_16 | |
{ | |
border-color: #4d394b; | |
} | |
.c-member--small .team_image.default | |
{ | |
background-color: #a3839f; | |
color: #f0d9ed; | |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); | |
} | |
.c-member--dark .c-member__current-status | |
{ | |
color: #a3839f; | |
} | |
.c-member--dark .c-member__current-status::before | |
{ | |
color: #a3839f; | |
} | |
.c-member--dark .c-member__name, .c-member--dark .c-member__secondary-name | |
{ | |
color: #a3839f; | |
} | |
.c-member--dark .c-member__display-name, .c-member--dark .presence | |
{ | |
color: #f0d9ed; | |
} | |
.c-member--medium | |
{ | |
color: #a3839f; | |
} | |
.c-member--medium .presence | |
{ | |
color: #a3839f; | |
} | |
.c-member__secondary-name--medium | |
{ | |
color: #f0d9ed; | |
} | |
.c-member--large | |
{ | |
color: #a3839f; | |
} | |
.c-member__display-name--large, .c-member__title--large | |
{ | |
color: #f0d9ed; | |
} | |
.c-member__other-names--large | |
{ | |
color: #a3839f; | |
} | |
.c-usergroup--small .c-usergroup__icon | |
{ | |
background-color: #a3839f; | |
color: #f0d9ed; | |
} | |
.c-usergroup__not-in-channel-context--small | |
{ | |
color: #a3839f; | |
} | |
.p-emoji_picker | |
{ | |
background: #372c36 !important; | |
color: #f0d9ed !important; | |
} | |
.p-emoji_picker[data-using-keyboard="true"] .p-emoji_picker__list_item[data-color-index="0"].key_selection | |
{ | |
background: rgba(183, 232, 135, 0.5); | |
} | |
.p-emoji_picker[data-using-keyboard="true"] .p-emoji_picker__list_item[data-color-index="1"].key_selection | |
{ | |
background: rgba(181, 224, 254, 0.5); | |
} | |
.p-emoji_picker[data-using-keyboard="true"] .p-emoji_picker__list_item[data-color-index="2"].key_selection | |
{ | |
background: rgba(249, 239, 103, 0.5); | |
} | |
.p-emoji_picker[data-using-keyboard="true"] .p-emoji_picker__list_item[data-color-index="3"].key_selection | |
{ | |
background: rgba(243, 193, 253, 0.5); | |
} | |
.p-emoji_picker[data-using-keyboard="true"] .p-emoji_picker__list_item[data-color-index="4"].key_selection | |
{ | |
background: rgba(255, 225, 174, 0.5); | |
} | |
.p-emoji_picker[data-using-keyboard="true"] .p-emoji_picker__list_item[data-color-index="5"].key_selection | |
{ | |
background: rgba(224, 223, 255, 0.5); | |
} | |
.p-emoji_picker__list_item | |
{ | |
text-shadow: 0 1px rgba(0, 0, 0, 0.15); | |
} | |
.p-emoji_picker__list_item[data-color-index="0"]:hover, .p-emoji_picker__list_item[data-color-index="0"].key_selection | |
{ | |
background: rgba(183, 232, 135, 0.5); | |
} | |
.p-emoji_picker__list_item[data-color-index="1"]:hover, .p-emoji_picker__list_item[data-color-index="1"].key_selection | |
{ | |
background: rgba(181, 224, 254, 0.5); | |
} | |
.p-emoji_picker__list_item[data-color-index="2"]:hover, .p-emoji_picker__list_item[data-color-index="2"].key_selection | |
{ | |
background: rgba(249, 239, 103, 0.5); | |
} | |
.p-emoji_picker__list_item[data-color-index="3"]:hover, .p-emoji_picker__list_item[data-color-index="3"].key_selection | |
{ | |
background: rgba(243, 193, 253, 0.5); | |
} | |
.p-emoji_picker__list_item[data-color-index="4"]:hover, .p-emoji_picker__list_item[data-color-index="4"].key_selection | |
{ | |
background: rgba(255, 225, 174, 0.5); | |
} | |
.p-emoji_picker__list_item[data-color-index="5"]:hover, .p-emoji_picker__list_item[data-color-index="5"].key_selection | |
{ | |
background: rgba(224, 223, 255, 0.5); | |
} | |
.p-emoji_picker__heading, .p-emoji_picker__list_container, .p-emoji_picker__input_container | |
{ | |
background: #3e313c; | |
} | |
.p-emoji_picker__group_tabs | |
{ | |
border-bottom-color: #4a3b49; | |
} | |
.p-emoji_picker__group_tab | |
{ | |
color: #a3839f; | |
} | |
.p-emoji_picker__group_tab:hover | |
{ | |
background: #4d394b; | |
color: #d4bbd1; | |
} | |
.p-emoji_picker__group_tab--active | |
{ | |
background: #61485e; | |
border-bottom-color: #4a3b49; | |
color: #f0d9ed; | |
} | |
.p-emoji_picker__icon_search | |
{ | |
color: #a3839f; | |
} | |
.p-emoji_picker__content:hover .p-emoji_picker__skintone_btn_container | |
{ | |
background: #3e313c; | |
border-color: #3e313c; | |
} | |
.p-emoji_picker__skintone_options | |
{ | |
background: #3e313c; | |
} | |
.p-emoji_picker__tip i, .p-emoji_picker__no_results i | |
{ | |
color: #a3839f; | |
} | |
.p-emoji_picker__tip | |
{ | |
color: #f0d9ed; | |
} | |
.p-emoji_picker__no_results | |
{ | |
color: #a3839f; | |
} | |
.p-emoji_picker__preview_text | |
{ | |
background: #372c36; | |
color: #f0d9ed; | |
} | |
.p-emoji_picker__footer | |
{ | |
background: #372c36; | |
border-top-color: #4d394b; | |
} | |
.p-emoji_picker__footer .p-emoji_picker__heading | |
{ | |
background: #372c36; | |
} | |
.p-emoji_picker__emoji_deluxe_label | |
{ | |
color: #a3839f; | |
} | |
input[type="text"].p-emoji_picker__input:focus | |
{ | |
border-color: #61485e; | |
box-shadow: none; | |
} | |
#message_edit_form .current_status_empty_emoji, #message_edit_form .current_status_empty_emoji_cover, #message_edit_form .emo_menu, #msg_form .current_status_empty_emoji, #msg_form .current_status_empty_emoji_cover, #msg_form .emo_menu, .current_status_container .current_status_empty_emoji, .current_status_container .current_status_empty_emoji_cover, .current_status_container .emo_menu, .current_status_input_container .current_status_empty_emoji, .current_status_input_container .current_status_empty_emoji_cover, .current_status_input_container .emo_menu, .inline_message_input_container .current_status_empty_emoji, .inline_message_input_container .current_status_empty_emoji_cover, .inline_message_input_container .emo_menu, .share_channel_modal_contents .current_status_empty_emoji, .share_channel_modal_contents .current_status_empty_emoji_cover, .share_channel_modal_contents .emo_menu | |
{ | |
color: #a3839f; | |
} | |
#message_edit_form .current_status_input.focus ~ .current_status_emoji_picker .current_status_empty_emoji, #msg_form .current_status_input.focus ~ .current_status_emoji_picker .current_status_empty_emoji, .current_status_container .current_status_input.focus ~ .current_status_emoji_picker .current_status_empty_emoji, .current_status_input_container .current_status_input.focus ~ .current_status_emoji_picker .current_status_empty_emoji, .inline_message_input_container .current_status_input.focus ~ .current_status_emoji_picker .current_status_empty_emoji, .share_channel_modal_contents .current_status_input.focus ~ .current_status_emoji_picker .current_status_empty_emoji | |
{ | |
color: #f0d9ed; | |
} | |
#message_edit_form #msg_input.focus ~ #primary_file_button:not(:hover):not(.active), #message_edit_form #msg_input.focus ~ .emo_menu, #message_edit_form #msg_input:focus ~ #primary_file_button:not(:hover):not(.active), #message_edit_form #msg_input:focus ~ .emo_menu, #msg_form #msg_input.focus ~ #primary_file_button:not(:hover):not(.active), #msg_form #msg_input.focus ~ .emo_menu, #msg_form #msg_input:focus ~ #primary_file_button:not(:hover):not(.active), #msg_form #msg_input:focus ~ .emo_menu, .current_status_container #msg_input.focus ~ #primary_file_button:not(:hover):not(.active), .current_status_container #msg_input.focus ~ .emo_menu, .current_status_container #msg_input:focus ~ #primary_file_button:not(:hover):not(.active), .current_status_container #msg_input:focus ~ .emo_menu, .current_status_input_container #msg_input.focus ~ #primary_file_button:not(:hover):not(.active), .current_status_input_container #msg_input.focus ~ .emo_menu, .current_status_input_container #msg_input:focus ~ #primary_file_button:not(:hover):not(.active), .current_status_input_container #msg_input:focus ~ .emo_menu, .inline_message_input_container #msg_input.focus ~ #primary_file_button:not(:hover):not(.active), .inline_message_input_container #msg_input.focus ~ .emo_menu, .inline_message_input_container #msg_input:focus ~ #primary_file_button:not(:hover):not(.active), .inline_message_input_container #msg_input:focus ~ .emo_menu, .share_channel_modal_contents #msg_input.focus ~ #primary_file_button:not(:hover):not(.active), .share_channel_modal_contents #msg_input.focus ~ .emo_menu, .share_channel_modal_contents #msg_input:focus ~ #primary_file_button:not(:hover):not(.active), .share_channel_modal_contents #msg_input:focus ~ .emo_menu | |
{ | |
color: #f0d9ed; | |
} | |
#message_edit_form .message_input:focus ~ #primary_file_button:not(:hover):not(.active), #message_edit_form .message_input:focus ~ .emo_menu, #msg_form .message_input:focus ~ #primary_file_button:not(:hover):not(.active), #msg_form .message_input:focus ~ .emo_menu, .current_status_container .message_input:focus ~ #primary_file_button:not(:hover):not(.active), .current_status_container .message_input:focus ~ .emo_menu, .current_status_input_container .message_input:focus ~ #primary_file_button:not(:hover):not(.active), .current_status_input_container .message_input:focus ~ .emo_menu, .inline_message_input_container .message_input:focus ~ #primary_file_button:not(:hover):not(.active), .inline_message_input_container .message_input:focus ~ .emo_menu, .share_channel_modal_contents .message_input:focus ~ #primary_file_button:not(:hover):not(.active), .share_channel_modal_contents .message_input:focus ~ .emo_menu | |
{ | |
color: #f0d9ed; | |
} | |
.current_status_emoji_picker | |
{ | |
border-right-color: #4d394b; | |
} | |
.current_status_input_for_team_menu .current_status_presets | |
{ | |
border-top: 1px solid #372c36; | |
} | |
.current_status_input_for_team_menu .current_status_presets .current_status_presets_section_header .header_label | |
{ | |
color: #a3839f; | |
} | |
.rxn, .c-reaction, .c-reaction_add, .c-member_slug | |
{ | |
background: #4d394b; | |
border: 1px solid #61485e; | |
} | |
.rxn.active, .rxn:hover, .c-reaction.active, .c-reaction:hover, .c-reaction_add.active, .c-reaction_add:hover, .c-member_slug.active, .c-member_slug:hover | |
{ | |
background: #4a3b49; | |
} | |
.rxn.active .emoji_rxn_count, .rxn:hover .emoji_rxn_count, .c-reaction.active .emoji_rxn_count, .c-reaction:hover .emoji_rxn_count, .c-reaction_add.active .emoji_rxn_count, .c-reaction_add:hover .emoji_rxn_count, .c-member_slug.active .emoji_rxn_count, .c-member_slug:hover .emoji_rxn_count | |
{ | |
color: #f0d9ed; | |
} | |
.rxn.c-reaction--reacted, .c-reaction.c-reaction--reacted, .c-reaction_add.c-reaction--reacted, .c-member_slug.c-reaction--reacted | |
{ | |
background-color: rgba(74, 59, 73, 0.08); | |
border-color: rgba(135, 100, 132, 0.4) !important; | |
} | |
.rxn.c-reaction--reacted .emoji_rxn_count, .rxn.c-reaction--reacted .c-reaction__count, .c-reaction.c-reaction--reacted .emoji_rxn_count, .c-reaction.c-reaction--reacted .c-reaction__count, .c-reaction_add.c-reaction--reacted .emoji_rxn_count, .c-reaction_add.c-reaction--reacted .c-reaction__count, .c-member_slug.c-reaction--reacted .emoji_rxn_count, .c-member_slug.c-reaction--reacted .c-reaction__count | |
{ | |
color: #f0d9ed; | |
} | |
.rxn .emoji_rxn_count, .rxn .c-reaction__count, .c-reaction .emoji_rxn_count, .c-reaction .c-reaction__count, .c-reaction_add .emoji_rxn_count, .c-reaction_add .c-reaction__count, .c-member_slug .emoji_rxn_count, .c-member_slug .c-reaction__count | |
{ | |
color: #f0d9ed; | |
} | |
.rxn.menu_rxn .ts_icon, .c-reaction.menu_rxn .ts_icon, .c-reaction_add.menu_rxn .ts_icon, .c-member_slug.menu_rxn .ts_icon | |
{ | |
color: rgba(240, 217, 237, 0.25); | |
} | |
a.c-member_slug--mention, a.c-member_slug--mention:hover | |
{ | |
background-color: #fff6d1; | |
color: #4d394b; | |
} | |
.modal | |
{ | |
background-color: #3e313c; | |
border: 0; | |
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); | |
} | |
.modal .close, .modal label | |
{ | |
color: #f0d9ed; | |
} | |
.modal_input_note, .modal_input_note_full_width, .input_note_special | |
{ | |
color: #a3839f; | |
} | |
.modal-footer | |
{ | |
background: padding-box #3e313c; | |
border-top: 1px solid transparent; | |
box-shadow: none; | |
} | |
.modal-header | |
{ | |
background: padding-box #372c36; | |
border-bottom: 1px solid #4d394b; | |
color: #f0d9ed; | |
} | |
.modal-backdrop | |
{ | |
background-color: #3e313c; | |
} | |
.close | |
{ | |
color: #f0d9ed; | |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); | |
} | |
#fs_modal_bg | |
{ | |
background: #3e313c; | |
} | |
#fs_modal | |
{ | |
background: #3e313c; | |
} | |
#fs_modal h1, #fs_modal h2, #fs_modal h3, #fs_modal h4, #fs_modal h5, #fs_modal h6 | |
{ | |
color: #f0d9ed; | |
} | |
#fs_modal #fs_modal_sidebar a | |
{ | |
color: #f0d9ed; | |
} | |
#fs_modal #fs_modal_sidebar a:hover | |
{ | |
background: #4d394b; | |
} | |
#fs_modal #fs_modal_sidebar a.active | |
{ | |
background: #372c36; | |
color: #f0d9ed; | |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); | |
} | |
#fs_modal .fs_modal_btn | |
{ | |
color: rgba(240, 217, 237, 0.5); | |
} | |
#fs_modal .fs_modal_btn:hover | |
{ | |
background: #876484; | |
color: #f0d9ed; | |
} | |
#fs_modal .fs_modal_btn:active | |
{ | |
background: #876484; | |
color: #f0d9ed; | |
} | |
#fs_modal.fs_modal_header .fs_modal_btn:active | |
{ | |
color: #f0d9ed; | |
} | |
#fs_modal #fs_modal_footer | |
{ | |
background-color: #4d394b; | |
} | |
.p-apps_browser__apps_list--loading::before | |
{ | |
background-color: #4d394b; | |
} | |
.p-apps_browser__category_section--tutorial .p-apps_browser__app | |
{ | |
border-color: #61485e; | |
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); | |
} | |
.p-apps_browser__category_section--tutorial .p-apps_browser__app--selected | |
{ | |
background: #4d394b; | |
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); | |
} | |
.p-apps_browser__category_header | |
{ | |
background: #3e313c; | |
color: #a3839f; | |
} | |
.p-apps_browser__app | |
{ | |
border-top-color: #61485e; | |
} | |
.p-apps_browser__app--selected | |
{ | |
background: #4d394b; | |
border-color: #876484; | |
} | |
.p-apps_browser__app_info | |
{ | |
color: #f0d9ed; | |
} | |
.p-apps_browser__browse_apps, .p-apps_browser__app_action | |
{ | |
background-color: #61485e; | |
border-color: #876484; | |
color: #f0d9ed; | |
} | |
.p-apps_browser__browse_apps:hover, .p-apps_browser__browse_apps:focus, .p-apps_browser__app_action:hover, .p-apps_browser__app_action:focus | |
{ | |
background-color: #876484; | |
color: #f0d9ed; | |
} | |
.p-apps_browser__browse_apps:active, .p-apps_browser__app_action:active | |
{ | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15); | |
} | |
.p-apps_browser__app_description | |
{ | |
color: #a3839f; | |
} | |
#fs_modal.p-apps_browser_modal .contents_container .contents .links_container a | |
{ | |
color: #a3839f; | |
} | |
#fs_modal.p-apps_browser_modal .contents_container .contents .links_container a:active, #fs_modal.p-apps_browser_modal .contents_container .contents .links_container a:hover, #fs_modal.p-apps_browser_modal .contents_container .contents .links_container a:visited | |
{ | |
color: #f0d9ed; | |
} | |
#incoming_call | |
{ | |
background-color: rgba(55, 44, 54, 0.97); | |
color: #f0d9ed; | |
} | |
#fs_modal.channel_options_modal .channel_options_header | |
{ | |
border-bottom-color: #4d394b; | |
} | |
#fs_modal.channel_options_modal .convert_to_shared label | |
{ | |
color: #a3839f; | |
} | |
#fs_modal.channel_options_modal .channel_option_item | |
{ | |
border-top-color: #4d394b; | |
} | |
#fs_modal.channel_options_modal .channel_option_item .channel_option_open | |
{ | |
color: #f0d9ed; | |
} | |
#fs_modal.channel_options_modal .channel_option_item:hover | |
{ | |
background: rgba(55, 44, 54, 0.75); | |
border-color: #4d394b; | |
} | |
#channel_invite_container .lfs_list_container .lfs_item | |
{ | |
border-top-color: #4d394b; | |
} | |
#channel_invite_container .lfs_list_container .lfs_item.active | |
{ | |
border-color: #4d394b; | |
} | |
#channel_invite_container.page_needs_enterprise .channel_invite_row | |
{ | |
border-top-color: #4d394b; | |
} | |
#channel_invite_container.page_needs_enterprise .channel_invite_row.disabled | |
{ | |
color: #a3839f; | |
} | |
#channel_invite_modal #channel_invite_container:not(.keyboard_active).not_scrolling .channel_invite_row:not(.disabled):hover, #channel_invite_modal .channel_invite_row.highlighted:not(.disabled) | |
{ | |
background: #3e313c; | |
border-color: #4d394b; | |
} | |
#channel_prefs_dialog | |
{ | |
color: #f0d9ed; | |
} | |
#at_channel_warning_dialog | |
{ | |
background-color: #3e313c; | |
} | |
#at_channel_warning_dialog.fullsize | |
{ | |
background-color: #3e313c; | |
} | |
#at_channel_warning_dialog.fullsize .modal-body | |
{ | |
background-color: #3e313c; | |
} | |
.channel_prefs_modal_header | |
{ | |
color: #f0d9ed; | |
} | |
.channel_prefs_body__section_header_title | |
{ | |
color: #f0d9ed; | |
} | |
.channel_prefs_body__section_header_icon::before | |
{ | |
color: #f0d9ed; | |
} | |
.channel_prefs_body__mute_help_text | |
{ | |
color: #a3839f; | |
} | |
.channel_prefs_notifications_table | |
{ | |
border-bottom-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.channel_prefs_notifications_table__large_cell, .channel_prefs_notifications_table__small_cell, .channel_prefs_notifications_table__row_title | |
{ | |
border-bottom-color: #61485e !important; | |
} | |
.channel_prefs__muting_checkbox_label | |
{ | |
color: #f0d9ed; | |
} | |
.channel_prefs__muting_checkbox_label:not(.subtle_silver) | |
{ | |
color: #f0d9ed !important; | |
} | |
.notification_prefs_icon::before | |
{ | |
color: #f0d9ed; | |
} | |
.channel_modal_header | |
{ | |
color: #f0d9ed; | |
} | |
#channel_browser .channel_browser_row | |
{ | |
border-top: 1px solid #4d394b; | |
color: #f0d9ed; | |
} | |
#channel_browser .channel_browser_row_header | |
{ | |
color: #f0d9ed; | |
} | |
#channel_browser .channel_browser_creator_name | |
{ | |
color: #a3839f; | |
} | |
#channel_browser .channel_browser_open, #channel_browser .channel_browser_preview | |
{ | |
color: #a3839f; | |
} | |
#channel_browser #channel_list_container:not(.keyboard_active).not_scrolling .channel_browser_row:hover, #channel_browser .channel_browser_row.highlighted | |
{ | |
background: #372c36; | |
border: 1px solid #61485e; | |
} | |
#channel_browser .channel_browser_divider | |
{ | |
background: transparent; | |
color: #a3839f; | |
} | |
#channel_browser .channel_browser_sort_container::after | |
{ | |
color: #f0d9ed; | |
} | |
#channel_browser .channel_browser_channel_purpose | |
{ | |
color: #f0d9ed; | |
} | |
.channel_invite_member .add_icon, .channel_invite_member_small .add_icon | |
{ | |
color: #a3839f; | |
} | |
.channel_invite_member .name_container .not_in_token, .channel_invite_member_small .name_container .not_in_token | |
{ | |
color: #a3839f !important; | |
} | |
.channel_invite_member .invite_user_group_avatar, .channel_invite_member_small .invite_user_group_avatar | |
{ | |
background-color: #372c36; | |
color: #f0d9ed; | |
} | |
#invite_members_container .lfs_input_container | |
{ | |
background: #61485e; | |
} | |
#notifications_not_working p.highlight_yellow_bg a | |
{ | |
color: #f0d9ed; | |
} | |
.c-dialog__header | |
{ | |
background: #372c36; | |
} | |
.c-dialog__header .c-dialog__title, .c-dialog__header .c-dialog__close | |
{ | |
color: #f0d9ed; | |
} | |
.c-dialog__header .c-dialog__close:hover | |
{ | |
color: #a3839f; | |
} | |
.c-dialog__body | |
{ | |
background: #222222; | |
} | |
.c-dialog__body .p-share_dialog_message_input | |
{ | |
background-color: #372c36; | |
border-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.c-dialog__body .p-share_dialog_message_input.focus | |
{ | |
border-color: #61485e; | |
box-shadow: unset; | |
} | |
.c-dialog__body .p-file_upload_dialog__preview, .c-dialog__body .p-file_upload_dialog__preview_image | |
{ | |
background-color: #372c36; | |
border-color: #4d394b; | |
} | |
.c-dialog__body input.c-input_text | |
{ | |
border-color: #4d394b; | |
} | |
.c-dialog__body input.c-input_text .c-input_character_count | |
{ | |
background-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.c-dialog__body input.c-input_text:focus | |
{ | |
border-color: #61485e; | |
box-shadow: unset; | |
} | |
.c-dialog__footer | |
{ | |
background: #222222; | |
} | |
.c-dialog__footer .c-button | |
{ | |
background-color: #61485e; | |
color: #f0d9ed; | |
} | |
.c-dialog__footer .p-file_upload_dialog__footer_share_inputs | |
{ | |
color: #f0d9ed; | |
} | |
#im_browser .im_browser_row | |
{ | |
border-top: 1px solid #61485e; | |
} | |
#im_browser .im_browser_row.multiparty | |
{ | |
color: #f0d9ed; | |
} | |
#im_browser .im_browser_row.multiparty .member_image + .member_image:not(.ra):not(.ura) | |
{ | |
border: 2px solid #372c36; | |
} | |
#im_browser .im_browser_row .im_unread_cnt | |
{ | |
background: #bf360c; | |
color: #f0d9ed; | |
} | |
#im_browser .im_browser_row.disabled | |
{ | |
color: #a3839f; | |
} | |
#im_browser #im_list_container:not(.keyboard_active).not_scrolling .im_browser_row:not(.disabled_dm):hover, #im_browser .im_browser_row.highlighted | |
{ | |
background: #372c36 !important; | |
border: 1px solid #61485e !important; | |
} | |
#im_browser_tokens | |
{ | |
background: #61485e; | |
border: 1px solid #876484; | |
} | |
#im_browser_tokens.active | |
{ | |
border-color: #876484; | |
box-shadow: 0 0 7px rgba(135, 100, 132, 0.15); | |
} | |
#im_browser_tokens .member_token | |
{ | |
background: #3e313c; | |
border: 1px solid #372c36; | |
color: #f0d9ed; | |
} | |
#im_browser_tokens .member_token.ra | |
{ | |
background: #bf360c; | |
} | |
.fs_modal_file_viewer_header | |
{ | |
background-color: #4d394b; | |
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); | |
} | |
.fs_modal_file_viewer_header .btn | |
{ | |
color: #f0d9ed; | |
} | |
.fs_modal_file_viewer_header .star | |
{ | |
color: #a3839f; | |
} | |
.fs_modal_file_viewer_header .control_btn, .fs_modal_file_viewer_header a.control_btn | |
{ | |
color: #f0d9ed; | |
} | |
.fs_modal_file_viewer_header .control_btn:link, .fs_modal_file_viewer_header .control_btn:visited, .fs_modal_file_viewer_header a.control_btn:link, .fs_modal_file_viewer_header a.control_btn:visited | |
{ | |
color: #f0d9ed; | |
} | |
.fs_modal_file_viewer_header .control_btn:focus, .fs_modal_file_viewer_header .control_btn:hover, .fs_modal_file_viewer_header a.control_btn:focus, .fs_modal_file_viewer_header a.control_btn:hover | |
{ | |
color: #a3839f; | |
} | |
.fs_modal_file_viewer_header .control_btn.active, .fs_modal_file_viewer_header .control_btn:active, .fs_modal_file_viewer_header a.control_btn.active, .fs_modal_file_viewer_header a.control_btn:active | |
{ | |
background: #61485e; | |
} | |
.fs_modal_file_viewer_header .file_size, .fs_modal_file_viewer_header .muted_tooltip_info | |
{ | |
color: #a3839f; | |
} | |
.fs_modal_file_viewer_header .close_btn::after | |
{ | |
border-right: 1px solid #61485e; | |
} | |
.fs_modal_file_viewer_content .viewer | |
{ | |
background-color: #372c36; | |
color: #f0d9ed !important; | |
} | |
.fs_modal_file_viewer_content .viewer .next_btn ts-icon, .fs_modal_file_viewer_content .viewer .previous_btn ts-icon | |
{ | |
background: #61485e; | |
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25); | |
} | |
.fs_modal_file_viewer_content .viewer .next_btn:focus:not([disabled]), .fs_modal_file_viewer_content .viewer .next_btn:hover:not([disabled]), .fs_modal_file_viewer_content .viewer .previous_btn:focus:not([disabled]), .fs_modal_file_viewer_content .viewer .previous_btn:hover:not([disabled]) | |
{ | |
background: rgba(135, 100, 132, 0.25); | |
color: #f0d9ed; | |
} | |
.fs_modal_file_viewer_content .viewer .next_btn[disabled]:focus, .fs_modal_file_viewer_content .viewer .next_btn[disabled]:hover, .fs_modal_file_viewer_content .viewer .previous_btn[disabled]:focus, .fs_modal_file_viewer_content .viewer .previous_btn[disabled]:hover | |
{ | |
color: rgba(163, 131, 159, 0.8); | |
} | |
.fs_modal_file_viewer_content .aside_panel | |
{ | |
background-color: #3e313c; | |
box-shadow: -1px 0 0 rgba(0, 0, 0, 0.25); | |
} | |
.fs_modal_file_viewer_content .comment_header | |
{ | |
background-color: transparent; | |
border-bottom: 1px solid #372c36; | |
} | |
.fs_modal_file_viewer_content .no_comment | |
{ | |
background-color: #3e313c; | |
color: #a3839f; | |
} | |
.fs_modal_file_viewer_content .aside_close_btn | |
{ | |
color: #f0d9ed; | |
} | |
.fs_modal_file_viewer_content #file_comment | |
{ | |
color: #f0d9ed; | |
} | |
#file_comment_textarea.texty_comment_input | |
{ | |
background: #3e313c; | |
border-color: #4d394b; | |
color: #f0d9ed; | |
} | |
#file_comment_textarea.texty_comment_input.focus, #file_comment_textarea.texty_comment_input:hover | |
{ | |
border-color: #4d394b; | |
} | |
#fs_modal.help_modal #fs_modal_footer .help_modal_status #no_open_issues | |
{ | |
color: #a3839f; | |
} | |
#fs_modal.help_modal .help_modal_header | |
{ | |
background-color: #4d394b; | |
border-color: #61485e; | |
} | |
#fs_modal.help_modal .help_modal_header a | |
{ | |
color: #f0d9ed; | |
} | |
#fs_modal.help_modal .help_modal_divider | |
{ | |
color: #a3839f; | |
} | |
#fs_modal.help_modal .help_modal_article_row | |
{ | |
border-top: 1px solid #4d394b; | |
} | |
#fs_modal.help_modal .help_modal_article_row .channel_browser_open | |
{ | |
color: #a3839f; | |
} | |
#fs_modal.help_modal #help_modal_list_container:not(.keyboard_active).not_scrolling .help_modal_article_row:hover, #fs_modal.help_modal .help_modal_article_row.highlighted | |
{ | |
background-color: #4d394b; | |
border-color: #372c36; | |
} | |
.admin_invites_account_type_option | |
{ | |
border-bottom: 1px solid #4d394b; | |
} | |
.admin_invites_account_type_option p | |
{ | |
color: #f0d9ed; | |
} | |
.admin_invites_account_type_option .option_arrow | |
{ | |
color: #a3839f; | |
} | |
.admin_invites_account_type_option:hover:not(.disabled) h3 | |
{ | |
color: #f0d9ed; | |
} | |
.admin_invites_account_type_option.disabled .account_type_disabled_hover | |
{ | |
background: rgba(255, 255, 255, 0); | |
} | |
.admin_invites_account_type_option.disabled:hover .account_type_disabled_hover | |
{ | |
background: rgba(62, 49, 60, 0.95); | |
} | |
.admin_invite_row .delete_row, .admin_invite_row .hide_custom_message, .admin_invites_custom_message_container .delete_row, .admin_invites_custom_message_container .hide_custom_message | |
{ | |
color: #a3839f; | |
} | |
.admin_invite_row .delete_row:hover, .admin_invite_row .hide_custom_message:hover, .admin_invites_custom_message_container .delete_row:hover, .admin_invites_custom_message_container .hide_custom_message:hover | |
{ | |
color: #bf360c; | |
} | |
.admin_invite_row.delete_highlight, .admin_invites_custom_message_container.delete_highlight | |
{ | |
background: rgba(191, 54, 12, 0.4); | |
} | |
#admin_invites_channel_picker_container | |
{ | |
border-bottom: 1px solid #4d394b; | |
} | |
#admin_invites_add_row | |
{ | |
background: #61485e; | |
border: 1px solid #4d394b; | |
} | |
#admin_invites_workflow .lazy_filter_select .lfs_input_container | |
{ | |
background-color: #61485e; | |
} | |
#channel_invite_tokens | |
{ | |
background-color: #61485e; | |
border-color: #876484; | |
} | |
#channel_invite_tokens.active | |
{ | |
border-color: #a3839f; | |
box-shadow: 0 0 7px rgba(163, 131, 159, 0.15); | |
} | |
#channel_invite_tokens .member_token | |
{ | |
background: #3e313c; | |
color: #f0d9ed; | |
} | |
#channel_invite_tokens .member_token.ra | |
{ | |
background: rgba(191, 54, 12, 0.4); | |
} | |
#admin_invites_alert | |
{ | |
background: #61485e; | |
border-color: #876484; | |
} | |
.channel_invite_member .add_icon, .channel_invite_member_small .add_icon, .channel_invite_pending_user_small .add_icon | |
{ | |
color: #f0d9ed; | |
} | |
.channel_invite_member .invite_user_group_avatar, .channel_invite_member_small .invite_user_group_avatar, .channel_invite_pending_user_small .invite_user_group_avatar | |
{ | |
background-color: #3e313c; | |
color: #f0d9ed; | |
} | |
#shortcuts_dialog | |
{ | |
background: rgba(62, 49, 60, 0.95); | |
text-shadow: 0 1px 1px rgba(55, 44, 54, 0.7); | |
} | |
#shortcuts_dialog.modal .modal-body, #shortcuts_dialog.modal h1, #shortcuts_dialog.modal h3 | |
{ | |
color: #f0d9ed; | |
} | |
#shortcuts_dialog.modal ul ul | |
{ | |
border-left-color: #61485e; | |
} | |
#shortcuts_dialog.modal .info_block | |
{ | |
color: #a3839f; | |
} | |
#shortcuts_dialog.modal .close | |
{ | |
background: #61485e; | |
border-color: #876484; | |
box-shadow: 0 1px 2px rgba(55, 44, 54, 0.5); | |
color: #f0d9ed; | |
} | |
#shortcuts_dialog.modal .close:hover | |
{ | |
box-shadow: 0 1px 2px rgba(55, 44, 54, 0.9); | |
} | |
#fs_modal.prefs_modal label.sound_option:hover:not(.disabled) ts-icon | |
{ | |
color: #a3839f; | |
} | |
#fs_modal.prefs_modal #prefs_sidebar .theme_thumb | |
{ | |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); | |
} | |
#fs_modal.prefs_modal #prefs_sidebar #prefs_themes_customize .custom_theme_label | |
{ | |
border: 1px solid #4d394b; | |
} | |
#fs_modal.prefs_modal #prefs_sidebar #prefs_themes_customize .custom_theme_label .color_swatch | |
{ | |
border: 1px solid #4d394b; | |
} | |
#fs_modal.prefs_modal #prefs_sidebar #prefs_themes_customize .colpick | |
{ | |
background: #4a3b49; | |
border: 1px solid #4d394b; | |
} | |
#fs_modal.prefs_modal #prefs_sidebar #prefs_sidebar_theme::after | |
{ | |
background: #bf360c; | |
border-radius: 3px; | |
content: "Light sidebar themes (e.g. Hoth) will break this Stylish theme."; | |
display: block; | |
font-size: 14px; | |
line-height: 18px; | |
margin: 12px 0 6px; | |
padding: 6px; | |
width: 100%; | |
} | |
#fs_modal.prefs_modal legend | |
{ | |
color: #f0d9ed; | |
} | |
#fs_modal.prefs_modal .global_notification_block | |
{ | |
background: #3e313c; | |
border-color: #372c36; | |
} | |
#fs_modal.prefs_modal .global_notification_block.selected | |
{ | |
background: #4d394b; | |
border-color: #372c36; | |
} | |
#fs_modal.prefs_modal .channel_overrides_row | |
{ | |
border-top-color: #372c36; | |
} | |
#fs_modal.prefs_modal .channel_overrides_row:hover | |
{ | |
background: #4d394b; | |
border-color: #372c36; | |
} | |
#fs_modal.prefs_modal .channel_overrides_row .channel_overrides_summary | |
{ | |
color: #f0d9ed; | |
} | |
#fs_modal.prefs_modal .notification_example.mac | |
{ | |
background: #372c36; | |
box-shadow: 0 1px 8px 2px #4d394b; | |
} | |
#fs_modal.prefs_modal .notification_example.linux, #fs_modal.prefs_modal .notification_example.windows | |
{ | |
background: #372c36; | |
color: #f0d9ed; | |
} | |
#fs_modal.prefs_modal .badge_example | |
{ | |
background: #bf360c; | |
} | |
#fs_modal.prefs_modal .message_theme_preview | |
{ | |
border-bottom-color: #372c36; | |
border-top-color: #372c36; | |
} | |
#fs_modal.prefs_modal .display_real_names_block_sample | |
{ | |
background: #3e313c; | |
} | |
.sidebar_menu_list_item | |
{ | |
border: 0; | |
color: #f0d9ed; | |
} | |
.sidebar_menu_list_item.is_active | |
{ | |
background-color: #372c36; | |
color: #f0d9ed; | |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); | |
} | |
.sidebar_menu_list_item:not(.is_active):hover | |
{ | |
background-color: #4d394b; | |
} | |
.jumbomoji_pref_disabled | |
{ | |
color: #a3839f; | |
} | |
.jumbomoji_disabled_note | |
{ | |
color: rgba(163, 131, 159, 0.6); | |
} | |
#edit_team_profile_container input:disabled, #edit_team_profile_container select:disabled | |
{ | |
background: #61485e; | |
border: 1px solid #372c36; | |
} | |
#edit_team_profile_container .lazy_filter_select.disabled | |
{ | |
background: #61485e; | |
} | |
#edit_team_profile_container .lazy_filter_select.disabled input | |
{ | |
background: #61485e; | |
} | |
#edit_team_profile_add .row, #edit_team_profile_list .row | |
{ | |
border-top: 1px solid #4d394b; | |
} | |
#edit_team_profile_list .row:nth-last-child(2):hover | |
{ | |
border-color: #4d394b !important; | |
} | |
#edit_team_profile_list .row:nth-child(n+5).active, #edit_team_profile_list .row:nth-child(n+5):hover | |
{ | |
background: #4d394b; | |
border: 1px solid #372c36; | |
} | |
#edit_team_profile_list .row:nth-child(n+5).active .edit_team_profile_list_controls i.ts_icon_cog_o | |
{ | |
color: #a3839f; | |
} | |
#edit_team_profile_list .edit_team_profile_list_controls i | |
{ | |
color: #f0d9ed; | |
} | |
#edit_team_profile_list .edit_team_profile_list_controls i.ts_icon_cog_o:hover | |
{ | |
color: #a3839f; | |
} | |
#edit_team_profile_list .edit_team_profile_list_controls i.ts_icon_grabby_patty:hover | |
{ | |
color: #a3839f; | |
} | |
#edit_team_profile_list .sortable-placeholder::before | |
{ | |
border-top: 1px solid #61485e; | |
} | |
#edit_team_profile_add .row:last-child | |
{ | |
border-bottom: 1px solid #61485e; | |
} | |
#edit_team_profile_add .row:not(.header_row):hover | |
{ | |
background: #4d394b; | |
border: 1px solid #372c36; | |
} | |
#edit_team_profile_add .row:not(.header_row):hover .col:first-child | |
{ | |
color: #f0d9ed; | |
} | |
#edit_team_profile_add .row:not(.header_row):hover i | |
{ | |
border-color: #372c36; | |
color: #f0d9ed; | |
} | |
#edit_team_profile_add i | |
{ | |
color: #a3839f; | |
} | |
#edit_team_profile_edit .profile_field_preview_protector label.select::after, #edit_team_profile_edit .profile_field_preview_protector label.select:hover::after | |
{ | |
color: #a3839f; | |
} | |
#edit_team_profile_edit .row.option_row.show_remove_action i | |
{ | |
border: 1px solid #372c36; | |
} | |
#edit_team_profile_edit .row.option_row.show_remove_action i:hover | |
{ | |
background-color: #bf360c; | |
border-color: #bf360c !important; | |
color: #f0d9ed; | |
} | |
#edit_team_profile_edit .row i | |
{ | |
border: 1px solid #372c36; | |
color: #f0d9ed; | |
} | |
#edit_team_profile_custom .row .col .profile_field_preview | |
{ | |
background: #4d394b; | |
border: 2px solid #372c36; | |
} | |
#edit_team_profile_custom .row .col .profile_field_preview:active, #edit_team_profile_custom .row .col .profile_field_preview:hover | |
{ | |
border-color: #4d394b; | |
} | |
#edit_team_profile_custom .row .col .profile_field_preview:active span, #edit_team_profile_custom .row .col .profile_field_preview:hover span | |
{ | |
color: #a3839f; | |
} | |
#edit_team_profile_custom .row .col input | |
{ | |
background: #61485e; | |
border: 1px solid #372c36; | |
} | |
#edit_team_profile_custom .row .col[data-type=options_list] span::after | |
{ | |
color: #a3839f; | |
} | |
#edit_team_profile_custom .row .col[data-type=options_list] input | |
{ | |
border-right: 1px solid #372c36; | |
} | |
.profile_field_preview_protector .profile_field_preview | |
{ | |
background: #3e313c; | |
border: 1px solid #61485e; | |
} | |
.profile_field_preview_protector .profile_field_preview::after | |
{ | |
background-color: #3e313c; | |
box-shadow: 0 0.75rem 0.75rem rgba(0, 0, 0, 0.25); | |
} | |
.profile_field_preview_protector .profile_field_preview::before | |
{ | |
background-color: #3e313c; | |
box-shadow: 0 0.75rem 0.75rem rgba(0, 0, 0, 0.25); | |
} | |
.profile_field_preview_protector .profile_field_preview input:disabled, .profile_field_preview_protector .profile_field_preview select:disabled | |
{ | |
background: #61485e; | |
color: #a3839f; | |
} | |
.profile_field_preview_protector .profile_field_preview .profile_field_preview_fade_out_mask | |
{ | |
background: linear-gradient(to left, #372c36, rgba(255, 255, 255, 0)); | |
} | |
.profile_field_preview_protector .profile_field_preview .profile_field_preview_ribbon::before | |
{ | |
border-color: transparent transparent transparent #372c36; | |
} | |
.profile_field_preview_protector .profile_field_preview .profile_field_preview_ribbon::after | |
{ | |
border-color: #372c36 transparent transparent; | |
} | |
ts-jumper ts-jumper-container | |
{ | |
background: #3e313c; | |
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); | |
} | |
ts-jumper ts-jumper-help, ts-jumper .p-jumper__help | |
{ | |
background: #3e313c; | |
color: #a3839f; | |
} | |
ts-jumper input[type=text] | |
{ | |
border: 1px solid #372c36 !important; | |
color: #f0d9ed; | |
} | |
ts-jumper input[type=text]:focus | |
{ | |
border: 1px solid rgba(77, 57, 75, 0.8) !important; | |
color: #f0d9ed; | |
} | |
ts-jumper input[type=text]::-webkit-input-placeholder, ts-jumper input[type=text]:focus::-webkit-input-placeholder, ts-jumper input[type=text]::-moz-placeholder, ts-jumper input[type=text]:focus::-moz-placeholder | |
{ | |
color: #f0d9ed; | |
} | |
ts-jumper ol li | |
{ | |
color: #f0d9ed; | |
} | |
ts-jumper ol li .channel_name, ts-jumper ol li .member_real_name, ts-jumper ol li .member_username, ts-jumper ol li .team_username | |
{ | |
color: #a3839f; | |
} | |
ts-jumper ol li .channel_not_member, ts-jumper ol li .team_username, ts-jumper ol li .member_real_name + .member_username, ts-jumper ol li .member_username + .member_real_name, ts-jumper ol li ts-icon | |
{ | |
color: #a3839f; | |
} | |
ts-jumper ol li .unread_count | |
{ | |
background: #bf360c; | |
color: #f0d9ed; | |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); | |
} | |
ts-jumper ol li.highlighted | |
{ | |
background: #876484 !important; | |
color: #f0d9ed !important; | |
} | |
ts-jumper ol:not(.keyboard_active) li:hover | |
{ | |
background: #876484 !important; | |
color: #f0d9ed !important; | |
} | |
ts-jumper ol li.highlighted .channel_not_member, ts-jumper ol li.highlighted .member_real_name + .member_username, ts-jumper ol li.highlighted .member_username + .member_real_name, ts-jumper ol li.highlighted i.presence_icon, ts-jumper ol li.highlighted ts-icon, ts-jumper ol:not(.keyboard_active) li:hover .channel_not_member, ts-jumper ol:not(.keyboard_active) li:hover .member_real_name + .member_username, ts-jumper ol:not(.keyboard_active) li:hover .member_username + .member_real_name, ts-jumper ol:not(.keyboard_active) li:hover i.presence_icon, ts-jumper ol:not(.keyboard_active) li:hover ts-icon | |
{ | |
color: #f0d9ed; | |
} | |
.basic_share_dialog .share_dialog_divider | |
{ | |
border-top-color: transparent; | |
} | |
.share_dialog_attachment_container | |
{ | |
color: #f0d9ed; | |
} | |
#share_dialog .file_list_item | |
{ | |
border-color: #372c36; | |
} | |
#generic_dialog.basic_share_dialog .lazy_filter_select .lfs_item .ts_icon:not(.presence_icon), #share_dialog .lazy_filter_select .lfs_item .ts_icon:not(.presence_icon) | |
{ | |
color: #a3839f; | |
} | |
#share_dialog_input_container #file_comment_textarea.ql-container | |
{ | |
border-color: #4d394b; | |
} | |
#share_dialog_input_container #file_comment_textarea.ql-container.focus | |
{ | |
border-color: #61485e; | |
} | |
#share_dialog_input_container #file_comment_textarea.ql-container.focus ~ .emo_menu | |
{ | |
color: #f0d9ed; | |
} | |
.ts_tip .ts_tip_multiline_inner, .ts_tip:not(.ts_tip_multiline) .ts_tip_tip | |
{ | |
background: #61485e; | |
} | |
.ts_tip .ts_tip_tip | |
{ | |
color: #f0d9ed; | |
} | |
.ts_tip.ts_tip_left .ts_tip_tip::after | |
{ | |
border-left-color: #61485e; | |
} | |
.ts_tip.ts_tip_right .ts_tip_tip::after | |
{ | |
border-right-color: #61485e; | |
} | |
.ts_tip.ts_tip_top .ts_tip_tip::after | |
{ | |
border-top-color: #61485e; | |
} | |
.ts_tip.ts_tip_bottom .ts_tip_tip::after | |
{ | |
border-bottom-color: #61485e; | |
} | |
.ts_tip.success .ts_tip_tip | |
{ | |
background: #876484; | |
} | |
.ts_tip.success.ts_tip_left .ts_tip_tip::after | |
{ | |
border-left-color: #876484; | |
} | |
.ts_tip.success.ts_tip_right .ts_tip_tip::after | |
{ | |
border-right-color: #876484; | |
} | |
.ts_tip.success.ts_tip_top .ts_tip_tip::after | |
{ | |
border-top-color: #876484; | |
} | |
.ts_tip.success.ts_tip_bottom .ts_tip_tip::after | |
{ | |
border-bottom-color: #876484; | |
} | |
.c-tooltip__tip | |
{ | |
background-color: #61485e; | |
color: #f0d9ed; | |
} | |
.c-tooltip__tip--top .c-tooltip__tip__arrow | |
{ | |
border-top-color: #61485e; | |
} | |
.c-tooltip__tip--top-left .c-tooltip__tip__arrow | |
{ | |
border-top-color: #61485e; | |
} | |
.c-tooltip__tip--top-right .c-tooltip__tip__arrow | |
{ | |
border-top-color: #61485e; | |
} | |
.c-tooltip__tip--right .c-tooltip__tip__arrow | |
{ | |
border-right-color: #61485e; | |
} | |
.c-tooltip__tip--bottom .c-tooltip__tip__arrow | |
{ | |
border-bottom-color: #61485e; | |
} | |
.c-tooltip__tip--bottom-left .c-tooltip__tip__arrow | |
{ | |
border-bottom-color: #61485e; | |
} | |
.c-tooltip__tip--bottom-right .c-tooltip__tip__arrow | |
{ | |
border-bottom-color: #61485e; | |
} | |
.c-tooltip__tip--left .c-tooltip__tip__arrow | |
{ | |
border-left-color: #61485e; | |
} | |
.c-tooltip__tip--success | |
{ | |
background-color: #0cbf72; | |
} | |
.c-tooltip__tip--success.c-tooltip__tip--top::after, .c-tooltip__tip--success.c-tooltip__tip--top-left::after, .c-tooltip__tip--success.c-tooltip__tip--top-right::after | |
{ | |
border-top-color: #0cbf72; | |
} | |
.c-tooltip__tip--success.c-tooltip__tip--right::after | |
{ | |
border-right-color: #0cbf72; | |
} | |
.c-tooltip__tip--success.c-tooltip__tip--bottom::after, .c-tooltip__tip--success.c-tooltip__tip--bottom-left::after, .c-tooltip__tip--success.c-tooltip__tip--bottom-right::after | |
{ | |
border-bottom-color: #0cbf72; | |
} | |
.c-tooltip__tip--success.c-tooltip__tip--left::after | |
{ | |
border-left-color: #0cbf72; | |
} | |
#coachmark.calls_interactive_mas_migration_coachmark_div, #coachmark.calls_iss_window_coachmark_div, #coachmark.calls_ss_main_coachmark_div, #coachmark.calls_ss_window_coachmark_div, #coachmark.calls_video_beta_coachmark_div, #coachmark.calls_video_ga_coachmark_div, #coachmark.channels_coachmark_div, #coachmark.direct_messages_coachmark_div, #coachmark.enterprise_analytics_usage_callouts_coachmark_div, #coachmark.gdrive_coachmark_div, #coachmark.highlights_arrows_coachmark_div, #coachmark.highlights_feedback_coachmark_div, #coachmark.highlights_message_coachmark_div, #coachmark.intl_channel_names_coachmark_div, #coachmark.invites_coachmark_div, #coachmark.name_tagging_coachmark_div, #coachmark.onboarding_coachmark_div, #coachmark.recent_mentions_coachmark_div, #coachmark.replies_coachmark_div, #coachmark.screenhero_deprecation_coachmark_div, #coachmark.starred_items_coachmark_div, #coachmark.unread_view_coachmark_div | |
{ | |
background: #61485e; | |
} | |
#coachmark.calls_interactive_mas_migration_coachmark_div #coachmark_callout, #coachmark.calls_interactive_mas_migration_coachmark_div #coachmark_interior, #coachmark.calls_iss_window_coachmark_div #coachmark_callout, #coachmark.calls_iss_window_coachmark_div #coachmark_interior, #coachmark.calls_ss_main_coachmark_div #coachmark_callout, #coachmark.calls_ss_main_coachmark_div #coachmark_interior, #coachmark.calls_ss_window_coachmark_div #coachmark_callout, #coachmark.calls_ss_window_coachmark_div #coachmark_interior, #coachmark.calls_video_beta_coachmark_div #coachmark_callout, #coachmark.calls_video_beta_coachmark_div #coachmark_interior, #coachmark.calls_video_ga_coachmark_div #coachmark_callout, #coachmark.calls_video_ga_coachmark_div #coachmark_interior, #coachmark.channels_coachmark_div #coachmark_callout, #coachmark.channels_coachmark_div #coachmark_interior, #coachmark.direct_messages_coachmark_div #coachmark_callout, #coachmark.direct_messages_coachmark_div #coachmark_interior, #coachmark.enterprise_analytics_usage_callouts_coachmark_div #coachmark_callout, #coachmark.enterprise_analytics_usage_callouts_coachmark_div #coachmark_interior, #coachmark.gdrive_coachmark_div #coachmark_callout, #coachmark.gdrive_coachmark_div #coachmark_interior, #coachmark.highlights_arrows_coachmark_div #coachmark_callout, #coachmark.highlights_arrows_coachmark_div #coachmark_interior, #coachmark.highlights_feedback_coachmark_div #coachmark_callout, #coachmark.highlights_feedback_coachmark_div #coachmark_interior, #coachmark.highlights_message_coachmark_div #coachmark_callout, #coachmark.highlights_message_coachmark_div #coachmark_interior, #coachmark.intl_channel_names_coachmark_div #coachmark_callout, #coachmark.intl_channel_names_coachmark_div #coachmark_interior, #coachmark.invites_coachmark_div #coachmark_callout, #coachmark.invites_coachmark_div #coachmark_interior, #coachmark.name_tagging_coachmark_div #coachmark_callout, #coachmark.name_tagging_coachmark_div #coachmark_interior, #coachmark.onboarding_coachmark_div #coachmark_callout, #coachmark.onboarding_coachmark_div #coachmark_interior, #coachmark.recent_mentions_coachmark_div #coachmark_callout, #coachmark.recent_mentions_coachmark_div #coachmark_interior, #coachmark.replies_coachmark_div #coachmark_callout, #coachmark.replies_coachmark_div #coachmark_interior, #coachmark.screenhero_deprecation_coachmark_div #coachmark_callout, #coachmark.screenhero_deprecation_coachmark_div #coachmark_interior, #coachmark.starred_items_coachmark_div #coachmark_callout, #coachmark.starred_items_coachmark_div #coachmark_interior, #coachmark.unread_view_coachmark_div #coachmark_callout, #coachmark.unread_view_coachmark_div #coachmark_interior | |
{ | |
background: #61485e; | |
} | |
#coachmark_footer .coachmark_done, #coachmark_footer .coachmark_got_it, #coachmark_footer .coachmark_next_tip, #coachmark_footer .coachmark_ok | |
{ | |
background: rgba(135, 100, 132, 0.5) !important; | |
} | |
#coachmark_interior | |
{ | |
color: #f0d9ed; | |
} | |
#coachmark_interior .coachmark_close_btn | |
{ | |
color: #f0d9ed; | |
} | |
.menu_member_header | |
{ | |
background: #372c36; | |
} | |
.menu_member_header .member_details .member_name_and_presence | |
{ | |
color: #f0d9ed; | |
} | |
.menu_member_header .member_details .member_name_and_presence .member_name | |
{ | |
color: #f0d9ed; | |
} | |
.menu_member_header .member_details .member_name_and_presence .presence.away | |
{ | |
color: #fff; | |
} | |
.menu_member_header .member_details .member_title | |
{ | |
color: #a3839f; | |
} | |
.menu_member_header .member_details .member_restriction, .menu_member_header .member_details .member_timezone_value | |
{ | |
color: #a3839f; | |
} | |
.menu_member_header .member_details .member_restriction a, .menu_member_header .member_details .member_timezone_value a | |
{ | |
color: #a3839f; | |
} | |
.menu_member_header .member_details .member_restriction a:hover, .menu_member_header .member_details .member_timezone_value a:hover | |
{ | |
color: #d4bbd1; | |
} | |
.menu_member_header .member_details_divider | |
{ | |
border-color: #61485e; | |
} | |
.menu_member_footer | |
{ | |
background: #372c36; | |
border-top: 1px solid #61485e; | |
} | |
.menu_member_footer p | |
{ | |
color: #a3839f; | |
} | |
.menu_member_footer #menu_member_dm_input p | |
{ | |
color: #f0d9ed; | |
} | |
.member_meta | |
{ | |
color: #a3839f; | |
} | |
.mini, .dull_grey, .flat_grey, .blue_link, .blue_fill, .slate_blue, .charcoal_grey, .indifferent_grey, .ts_tip_tip .subtle_silver | |
{ | |
color: #f0d9ed !important; | |
} | |
.greigh, .sky_blue, .severe_grey, .havana_blue, .burnt_violet, .plastic_grey, .cloud_silver, .sk_dark_gray, .sk_dark_grey, .subtle_silver, .old_petunia_grey | |
{ | |
color: #a3839f !important; | |
} | |
.clear_blue | |
{ | |
color: #a3839f !important; | |
} | |
.moscow_red, .yolk_orange, .mustard_yellow, .candy_red_on_hover:hover, .moscow_red_on_hover:hover | |
{ | |
color: #bf360c !important; | |
} | |
.seafoam_green | |
{ | |
color: #0cbf72 !important; | |
} | |
.candy_red_bg | |
{ | |
background-color: #bf360c !important; | |
} | |
.off_white_bg, .neutral_white_bg | |
{ | |
background-color: #4d394b !important; | |
} | |
.yolk_orange_bg, .burnt_violet_bg, .flexpane_grey_bg | |
{ | |
background-color: #4a3b49 !important; | |
} | |
.sky_blue_bg, .clear_blue_bg, .seafoam_green_bg | |
{ | |
background-color: #61485e !important; | |
} | |
.sk_black | |
{ | |
color: inherit; | |
} | |
.monkey_scroll_bar | |
{ | |
z-index: 99; | |
} | |
.client_header_icon | |
{ | |
-moz-filter: brightness(0.6) contrast(3) invert(1) sepia(0.5); | |
-webkit-filter: brightness(0.6) contrast(3) invert(1) sepia(0.5); | |
filter: brightness(0.6) contrast(3) invert(1) sepia(0.5); | |
} | |
nav.top.persistent | |
{ | |
background: #4d394b; | |
} | |
nav.top.persistent .logo | |
{ | |
background-position: 50% 0 !important; | |
} | |
.widescreen #header_team_name a i | |
{ | |
margin-left: 1.5em; | |
} | |
.widescreen #user_menu | |
{ | |
border-right: none; | |
} | |
header #menu_toggle | |
{ | |
color: #a3839f; | |
} | |
header #header_team_nav | |
{ | |
background: #4d394b; | |
border: 1px solid #372c36; | |
} | |
header #header_team_nav li.active a | |
{ | |
background: #3e313c; | |
color: #f0d9ed; | |
} | |
header .header_btns a | |
{ | |
color: #a3839f; | |
} | |
header .header_btns a .label | |
{ | |
color: #a3839f; | |
} | |
header .vert_divider | |
{ | |
border-left: 1px solid #372c36; | |
} | |
footer, #autocomplete_menu.search_menu footer.unified | |
{ | |
background-color: #4d394b; | |
border-color: #372c36; | |
color: #f0d9ed; | |
} | |
footer ul a, #autocomplete_menu.search_menu footer.unified ul a | |
{ | |
color: #f0d9ed; | |
} | |
footer ul a:link, footer ul a:visited, #autocomplete_menu.search_menu footer.unified ul a:link, #autocomplete_menu.search_menu footer.unified ul a:visited | |
{ | |
color: #f0d9ed; | |
} | |
.plastic_row h3 | |
{ | |
color: #f0d9ed; | |
} | |
.plastic_row h4 a | |
{ | |
color: #f0d9ed; | |
} | |
.plastic_row .icon | |
{ | |
color: #f0d9ed; | |
} | |
.plastic_row .chevron | |
{ | |
color: #a3839f; | |
} | |
.plastic_row .description | |
{ | |
color: #f0d9ed; | |
} | |
.plastic_row:active | |
{ | |
background: #3e313c; | |
border-color: #372c36; | |
} | |
.plastic_row:active .chevron | |
{ | |
color: #f0d9ed; | |
} | |
html.no_touch .plastic_row:hover | |
{ | |
background: #3e313c; | |
border-color: #372c36; | |
} | |
html.no_touch .plastic_row:hover .chevron | |
{ | |
color: #f0d9ed; | |
} | |
html.no_touch .pagination ul > li > a:hover | |
{ | |
background-color: #372c36; | |
} | |
html.no_touch .pagination ul > .disabled > a:hover | |
{ | |
background: #4d394b; | |
color: #a3839f; | |
} | |
html.no_touch .pager li > a:hover, html.no_touch .pager li > a:focus | |
{ | |
color: #d4bbd1; | |
} | |
.card, .tab_pane | |
{ | |
background: #4d394b; | |
border: 1px solid #372c36; | |
color: #f0d9ed; | |
} | |
.card h3 a | |
{ | |
color: #f0d9ed; | |
} | |
#page_contents .card | |
{ | |
background: rgba(77, 57, 75, 0.8) !important; | |
} | |
#page_contents .card p | |
{ | |
color: #f0d9ed; | |
} | |
.tab_set a.secondary | |
{ | |
color: #a3839f; | |
} | |
.tab_set a.selected, .tab_set a.secondary.selected | |
{ | |
background: #4d394b; | |
border: 1px solid #372c36; | |
border-bottom-color: #4d394b; | |
color: #d4bbd1; | |
} | |
.tab_actions | |
{ | |
background: #4d394b; | |
border: 1px solid #372c36; | |
border-color: #372c36; | |
} | |
.accordion_section | |
{ | |
border-bottom-color: #3e313c; | |
} | |
.accordion_section h4 | |
{ | |
color: #f0d9ed; | |
} | |
.accordion_section h4 a | |
{ | |
color: #f0d9ed; | |
} | |
.no_touch .accordion_section h4 a:hover | |
{ | |
color: #f0d9ed; | |
} | |
.accordion_section_fixed | |
{ | |
border-bottom-color: #3e313c !important; | |
} | |
.pager li > a, .pager li > span | |
{ | |
background-color: #3e313c; | |
background-image: none; | |
border-color: #4d394b; | |
color: #a3839f; | |
} | |
.pager li.previous > a, .pager li.previous > span | |
{ | |
background-position: 0; | |
padding-right: 0; | |
text-align: center; | |
} | |
.pager li.next > a, .pager li.next > span | |
{ | |
background-position: 0; | |
padding-left: 0; | |
text-align: center; | |
} | |
.pager .disabled > a, .pager .disabled > span | |
{ | |
color: #a3839f; | |
} | |
.pagination ul > li > a, .pagination ul > li > span | |
{ | |
background: #4d394b; | |
border: 1px solid #372c36; | |
color: #f0d9ed; | |
} | |
.pagination ul > li > a:focus | |
{ | |
background-color: #372c36; | |
} | |
.pagination ul > .active > a, .pagination ul > .active > span | |
{ | |
background-color: #372c36; | |
} | |
.pagination ul > .disabled > span | |
{ | |
background: #4d394b; | |
color: #a3839f; | |
} | |
.pagination ul > .disabled > a | |
{ | |
background: #4d394b; | |
color: #a3839f; | |
} | |
.pagination ul > .disabled > a:focus | |
{ | |
background: #4d394b; | |
color: #d4bbd1; | |
} | |
.loading_hash_animation img | |
{ | |
display: none; | |
} | |
.icon_search_close | |
{ | |
color: #a3839f; | |
} | |
.icon_search_close:hover | |
{ | |
color: #d4bbd1; | |
} | |
.help | |
{ | |
border-top-color: #372c36; | |
color: #a3839f; | |
} | |
.two_factor_option_app, .two_factor_option_sms, .configure-step1, .configure-step3 | |
{ | |
display: none; | |
} | |
.two_factor_choice | |
{ | |
background-color: #4d394b; | |
border: 1px solid #61485e; | |
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); | |
} | |
.two_factor_choice:hover | |
{ | |
box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.15); | |
} | |
.two_factor_choice:hover .two_factor_link | |
{ | |
color: #f0d9ed; | |
} | |
a.two_factor_choice | |
{ | |
background-color: #4d394b; | |
border: 1px solid #61485e; | |
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); | |
} | |
a.two_factor_choice:link | |
{ | |
background-color: #4d394b; | |
border: 1px solid #61485e; | |
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); | |
} | |
a.two_factor_choice:hover, a.two_factor_choice:link:hover | |
{ | |
box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.15); | |
} | |
a.two_factor_choice:hover .two_factor_link, a.two_factor_choice:link:hover .two_factor_link | |
{ | |
color: #f0d9ed; | |
} | |
.backup_codes | |
{ | |
background: #372c36; | |
border-color: #61485e; | |
color: #f0d9ed; | |
} | |
#channel_specific_settings tr | |
{ | |
border-top-color: #3e313c; | |
} | |
#channel_specific_settings tr.channel_override_row.muted td | |
{ | |
background: rgba(62, 49, 60, 0.5); | |
} | |
#channel_specific_settings .extra_left_border | |
{ | |
border-left-color: #3e313c; | |
} | |
#channel_specific_settings .extra_right_border | |
{ | |
border-right-color: #3e313c; | |
} | |
#channel_specific_settings .revert_to_default | |
{ | |
color: #a3839f; | |
} | |
#channel_specific_settings .revert_to_default:hover | |
{ | |
color: #bf360c; | |
} | |
.admin_list_item | |
{ | |
border-bottom-color: #3e313c; | |
color: #a3839f; | |
} | |
.admin_list_item:hover | |
{ | |
background-color: #4d394b; | |
} | |
.admin_list_item .admin_member_full_name, .admin_list_item .admin_member_real_name | |
{ | |
color: #f0d9ed; | |
} | |
.admin_list_item .admin_member_type, .admin_list_item .admin_member_caret | |
{ | |
color: #a3839f; | |
} | |
.admin_list_item .pill.group | |
{ | |
background: #4a3b49; | |
} | |
.admin_list_item .two_factor_auth_badge:hover | |
{ | |
background: #4a3b49; | |
} | |
.admin_list_item .inline_email:hover, .admin_list_item .inline_name:hover, .admin_list_item .inline_username:hover | |
{ | |
background: none !important; | |
} | |
.admin_list_item.invite_item.bouncing | |
{ | |
background: #876484; | |
} | |
.admin_list_item.invite_item.bouncing .email | |
{ | |
color: #bf360c; | |
} | |
.admin_list_item.error, .admin_list_item.expanded, .admin_list_item.processing, .admin_list_item.success | |
{ | |
background-color: #3e313c; | |
} | |
.admin_list_item.expanded .btn_outline | |
{ | |
border-color: #3e313c; | |
color: #f0d9ed !important; | |
} | |
.admin_list_item.expanded .btn_outline:hover | |
{ | |
border-color: #4d394b; | |
color: #f0d9ed !important; | |
} | |
.admin_list_item.expanded .sub_action | |
{ | |
color: #a3839f; | |
} | |
.admin_list_item.expanded .sub_action:hover | |
{ | |
color: #d4bbd1; | |
} | |
@media screen and (max-width: 768px) | |
{ | |
.admin_list_item.expanded .sub_action + .sub_action:hover::before, .admin_list_item.expanded .sub_action + .sub_action:hover::after | |
{ | |
color: #a3839f; | |
} | |
} | |
.billing_selection | |
{ | |
border-color: #372c36; | |
color: #f0d9ed !important; | |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); | |
} | |
.billing_selection:hover | |
{ | |
border-color: #876484; | |
} | |
.billing_selection.active | |
{ | |
background: #61485e; | |
border-color: #876484; | |
} | |
.billing_selection.billing_selection--refactor | |
{ | |
border-color: #61485e; | |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); | |
} | |
.billing_selection.billing_selection--refactor:hover | |
{ | |
border-color: #876484; | |
} | |
.billing_selection.billing_selection--refactor.active | |
{ | |
background: #61485e; | |
border-color: #876484; | |
} | |
.billing_selection .billing_selection__price | |
{ | |
color: #f0d9ed; | |
} | |
#billing_contacts_container | |
{ | |
background: #4d394b; | |
border-top: 1px solid #372c36; | |
} | |
.billing_contact | |
{ | |
border-bottom: 1px solid #3e313c; | |
} | |
table.billing tr:hover td | |
{ | |
background: #4d394b; | |
} | |
.link_billing_statement | |
{ | |
color: #f0d9ed !important; | |
} | |
.link_invoice_id, .link_statement_id | |
{ | |
color: #a3839f !important; | |
} | |
.billing_invoice tbody tbody tr | |
{ | |
color: #f0d9ed !important; | |
} | |
.billing_settings_label_name | |
{ | |
color: #f0d9ed; | |
} | |
table tr | |
{ | |
border-bottom-color: #3e313c; | |
} | |
table tr:first-child th:not(:only-of-type) | |
{ | |
border-bottom-color: #372c36; | |
} | |
.slackbot_response_fieldset .delete_response | |
{ | |
color: #a3839f; | |
} | |
.slackbot_response_fieldset .delete_response:hover | |
{ | |
color: #bf360c; | |
} | |
.author_cell | |
{ | |
color: #f0d9ed; | |
} | |
.message_cell.disabled | |
{ | |
color: #a3839f; | |
} | |
#message_container #msg_limit | |
{ | |
color: #f0d9ed; | |
} | |
.statuses_container .current_status_cell .current_status_container .current_status_cover, .statuses_container .current_status_cell .current_status_container:not(.active).with_status_set .current_status_cover | |
{ | |
border-color: #61485e; | |
} | |
.statuses_container .current_status_cell .current_status_container .current_status_emoji_picker_cover, .statuses_container .current_status_cell .current_status_container:not(.active).with_status_set .current_status_emoji_picker_cover | |
{ | |
border-right: 1px solid #61485e; | |
} | |
.inactive | |
{ | |
background-image: none; | |
} | |
.c3 line, .c3 path | |
{ | |
stroke: #876484; | |
} | |
.c3-chart-arc .c3-gauge-value | |
{ | |
fill: #876484; | |
} | |
.c3-chart-arc path | |
{ | |
stroke: #4d394b; | |
} | |
.c3-chart-arc text | |
{ | |
fill: #4d394b; | |
} | |
.c3-chart-arcs .c3-chart-arcs-background | |
{ | |
fill: #61485e; | |
} | |
.c3-chart-arcs .c3-chart-arcs-gauge-max, .c3-chart-arcs .c3-chart-arcs-gauge-min | |
{ | |
fill: #4d394b; | |
} | |
.c3-chart-arcs .c3-chart-arcs-gauge-unit | |
{ | |
fill: #876484; | |
} | |
.c3-circle._expanded_ | |
{ | |
stroke: #4d394b; | |
} | |
.c3-grid line | |
{ | |
stroke: #876484; | |
} | |
.c3-grid text | |
{ | |
fill: #f0d9ed; | |
} | |
.c3-legend-background | |
{ | |
fill: #4d394b; | |
stroke: #61485e; | |
} | |
.c3-region | |
{ | |
fill: #61485e; | |
} | |
.c3-selected-circle | |
{ | |
fill: #4d394b; | |
} | |
.c3-tooltip | |
{ | |
background-color: #4d394b; | |
box-shadow: 7px 7px 12px -9px rgba(0, 0, 0, 0.5); | |
} | |
.c3-tooltip td | |
{ | |
background-color: #4d394b; | |
border-left-color: #61485e; | |
} | |
.c3-tooltip th | |
{ | |
background-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.c3-tooltip tr | |
{ | |
border-color: #61485e; | |
} | |
.ent_alert a | |
{ | |
color: #a3839f; | |
} | |
.ent_alert a:link, .ent_alert a:visited | |
{ | |
color: #d4bbd1; | |
} | |
.ent_alert_page.ent_alert_error | |
{ | |
background: #bf360c; | |
} | |
.ent_alert_page.ent_alert_success | |
{ | |
background: #0cbf72; | |
} | |
.ent_analytics__disclaimer | |
{ | |
border-top-color: #876484; | |
color: #a3839f; | |
} | |
.ent_analytics_overview__header | |
{ | |
box-shadow: 0 1px rgba(0, 0, 0, 0.25); | |
} | |
.ent_avatar--bordered::before | |
{ | |
box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.15); | |
} | |
.ent_avatar | |
{ | |
background-color: #61485e; | |
} | |
.ent_callout__difference--increase | |
{ | |
color: #0cbf72; | |
} | |
.ent_callout__icon_border | |
{ | |
background-color: #4d394b; | |
border-color: #876484; | |
} | |
.ent_callout__icon_image, .ent_callout__icon--filled | |
{ | |
border-color: #876484; | |
} | |
.ent_callout__icon--empty, .ent_callout__icon--hidden | |
{ | |
border-color: #61485e; | |
} | |
.ent_callout__icon--limit_reached | |
{ | |
border-color: #876484; | |
} | |
.ent_callout__insight | |
{ | |
color: #a3839f; | |
} | |
.ent_callout__limit | |
{ | |
color: #a3839f; | |
} | |
.ent_callout__meter_bar_container | |
{ | |
background: #3e313c; | |
} | |
.ent_callout__meter_bar_border | |
{ | |
border-color: #3e313c; | |
} | |
.ent_callout__meter_bar_fill--empty | |
{ | |
background: #876484; | |
border-color: #876484; | |
} | |
.ent_callout__meter_bar_fill--filled | |
{ | |
background: #876484; | |
border-color: #876484; | |
} | |
.ent_callout__meter_bar_fill--limit_reached | |
{ | |
background: #bf360c; | |
border-color: #bf360c; | |
} | |
.ent_callout__meter_bar_gleam | |
{ | |
background: rgba(135, 100, 132, 0.5); | |
} | |
.ent_callout__title | |
{ | |
color: #f0d9ed; | |
} | |
.ent_copy_muted | |
{ | |
color: #a3839f; | |
} | |
.ent_copy | |
{ | |
color: #f0d9ed; | |
} | |
.ent_csv_popover__footer_text | |
{ | |
color: #a3839f; | |
} | |
.ent_csv_popover__footer | |
{ | |
background: #4d394b; | |
border-top-color: #876484; | |
} | |
.ent_csv_popover__subtitle | |
{ | |
color: #a3839f; | |
} | |
.ent_csv_popover__title | |
{ | |
color: #f0d9ed; | |
} | |
.ent_data_table__cell--header | |
{ | |
color: #a3839f; | |
} | |
.ent_data_table__cell--positive | |
{ | |
color: #f0d9ed; | |
} | |
.ent_data_table__cell--sortable:hover | |
{ | |
background-color: #4d394b; | |
} | |
.ent_data_table__cell--sorting | |
{ | |
color: #a3839f; | |
} | |
.ent_data_table__cell | |
{ | |
border-bottom-color: #876484; | |
color: #f0d9ed; | |
} | |
.ent_data_table__column_group--pinned .ent_data_table__row, .ent_data_table__column_group--right_border | |
{ | |
border-right-color: #876484; | |
} | |
.ent_data_table__column_group | |
{ | |
background-color: #4d394b; | |
} | |
.ent_data_table__data_link, a.ent_data_table__data_link | |
{ | |
color: #f0d9ed; | |
} | |
.ent_data_table__row--hovered | |
{ | |
background-color: #3e313c; | |
} | |
.ent_data_table__scrollable--left_shadow::before | |
{ | |
box-shadow: inset -14px 0 14px -14px transparent, inset 14px 0 14px -14px rgba(0, 0, 0, 0.25); | |
} | |
.ent_data_table__scrollable--left_shadow.ent_data_table__scrollable--right_shadow::before | |
{ | |
box-shadow: inset -14px 0 14px -14px rgba(0, 0, 0, 0.25), inset 14px 0 14px -14px rgba(0, 0, 0, 0.25); | |
} | |
.ent_data_table__scrollable--right_shadow::before | |
{ | |
box-shadow: inset -14px 0 14px -14px rgba(0, 0, 0, 0.25), inset 14px 0 14px -14px transparent; | |
} | |
.ent_data_table__secondary_text | |
{ | |
color: #a3839f; | |
} | |
.ent_data_table__thead, .ent_data_table--empty_state_wrapper | |
{ | |
background-color: #4d394b; | |
} | |
.ent_data_table--fix_borders .ent_data_table__row, .ent_data_table--fix_borders .ent_data_table__thead | |
{ | |
border-bottom-color: #876484; | |
} | |
.ent_data_table--rounded_top | |
{ | |
border-top-color: #876484; | |
} | |
.ent_data_table | |
{ | |
border-bottom-color: #876484; | |
border-left-color: #876484; | |
border-right-color: #876484; | |
} | |
.ent_empty_state_overlay__content_heading, .ent_empty_state_overlay__content_main_heading | |
{ | |
color: #f0d9ed; | |
} | |
.ent_graph__data_summary_date_label, .ent_graph__data_summary_point::after | |
{ | |
color: #a3839f; | |
} | |
.ent_graph__legend_item--defocus | |
{ | |
fill: #a3839f !important; | |
} | |
.ent_graph__legend_text | |
{ | |
fill: #f0d9ed; | |
} | |
.ent_graph__svg_container .c3-axis path | |
{ | |
stroke: #876484; | |
} | |
.ent_graph__svg_container .c3-grid line | |
{ | |
stroke: #876484; | |
} | |
.ent_graph__svg_container .c3-grid .ent_xgrid_month_divider line, .ent_graph__svg_container .c3-grid .ent_xgrid_week_divider line, .ent_graph__svg_container .c3-grid .ent_xgrid_year_divider line | |
{ | |
stroke: #876484; | |
} | |
.ent_graph__svg_container .c3-tooltip | |
{ | |
border-color: #876484; | |
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); | |
} | |
.ent_graph__svg_container .c3-tooltip td, .ent_graph__svg_container .c3-tooltip th, .ent_graph__svg_container .c3-tooltip tr | |
{ | |
background-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.ent_graph__svg_container .c3-tooltip th | |
{ | |
border-bottom-color: #876484; | |
} | |
.ent_graph__svg_container .c3-xgrid-focus line | |
{ | |
stroke: #a3839f; | |
} | |
.ent_graph__svg_container .ent_graph__point:not(._expanded_) | |
{ | |
fill: #4d394b !important; | |
} | |
.ent_graph__svg_container .ent_graph__point._expanded_ | |
{ | |
stroke: #4d394b !important; | |
} | |
.ent_graph__svg_container text | |
{ | |
fill: #a3839f; | |
} | |
.ent_graph__tooltip | |
{ | |
color: #a3839f; | |
} | |
.ent_graph_empty__overlay | |
{ | |
background: #4d394b; | |
} | |
.ent_graph_empty__text | |
{ | |
color: #f0d9ed; | |
} | |
.ent_graph_header--primary | |
{ | |
color: #f0d9ed; | |
} | |
.ent_graph_header--secondary | |
{ | |
color: #a3839f; | |
} | |
.ent_graph_tabs__tab--selected | |
{ | |
color: #f0d9ed; | |
} | |
.ent_graph_tabs__tab--selected_ent_violet::after, .ent_graph_tabs__tab--selected_fill_blue::after, .ent_graph_tabs__tab--selected_seafoam_green::after | |
{ | |
background-color: #876484; | |
} | |
.ent_graph_tabs__tab | |
{ | |
color: #a3839f; | |
} | |
.ent_graph_tabs | |
{ | |
border-bottom-color: #876484; | |
} | |
.ent_header | |
{ | |
color: #f0d9ed; | |
} | |
.ent_icon_button | |
{ | |
color: #a3839f; | |
} | |
.ent_icon_button:hover | |
{ | |
color: #f0d9ed; | |
} | |
.ent_infographic_container | |
{ | |
border-top-color: #876484; | |
} | |
.ent_loading__overlay | |
{ | |
background-image: linear-gradient(to bottom, rgba(77, 57, 75, 0.8), #4d394b); | |
} | |
.ent_modal__title--small | |
{ | |
color: #f0d9ed; | |
} | |
.ent_modal_background | |
{ | |
background-color: #3e313c; | |
} | |
.ent_modal_breadcrumb_animated_step | |
{ | |
background: #61485e; | |
} | |
.ent_modal_breadcrumb_circle_icon | |
{ | |
background: #3e313c; | |
} | |
.ent_modal_breadcrumb_line | |
{ | |
background: #61485e; | |
} | |
.ent_modal_breadcrumb_text | |
{ | |
color: #a3839f; | |
} | |
.ent_modal_footer | |
{ | |
background-color: #4d394b; | |
} | |
.ent_modal_title | |
{ | |
color: #f0d9ed; | |
} | |
.ent_table__header--title | |
{ | |
color: #f0d9ed; | |
} | |
.ent_table__header | |
{ | |
background-color: #3e313c; | |
border-color: #876484; | |
} | |
.ent_table_banner__contents | |
{ | |
background: #3e313c; | |
border-top-color: #876484; | |
box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.15); | |
} | |
.ent_table_banner__header | |
{ | |
color: #f0d9ed; | |
} | |
.ent_table_banner__secondary_text | |
{ | |
color: #a3839f; | |
} | |
.ent_table_customizer__header_subtitle | |
{ | |
color: #a3839f; | |
} | |
.ent_table_customizer_disabled_list_header | |
{ | |
color: #a3839f; | |
} | |
.ent_table_customizer_footer | |
{ | |
background-color: #3e313c; | |
border-top-color: #372c36; | |
color: #a3839f; | |
} | |
.ent_table_customizer_header | |
{ | |
border-bottom-color: #3e313c; | |
} | |
.ent_table_customizer_list_item--disabled | |
{ | |
color: #a3839f; | |
} | |
.ent_updated_at | |
{ | |
color: #a3839f; | |
} | |
.enterprise | |
{ | |
background-color: #4d394b; | |
} | |
.enterprise .btn.candy_red | |
{ | |
color: #bf360c !important; | |
} | |
.enterprise_analytics | |
{ | |
background-color: #4d394b; | |
} | |
.enterprise_org | |
{ | |
background-color: #4d394b; | |
} | |
.enterprise_search_bar .ent_clear_search_icon | |
{ | |
color: #a3839f; | |
} | |
.enterprise_search_bar::before | |
{ | |
color: #f0d9ed; | |
} | |
@keyframes color_fade | |
{ | |
from | |
{ | |
color: #a3839f; | |
} | |
to | |
{ | |
color: #f0d9ed; | |
} | |
} | |
.file_header .title a | |
{ | |
color: #a3839f; | |
} | |
.file_header .title a:hover | |
{ | |
color: #d4bbd1; | |
} | |
.file_actions_cog | |
{ | |
color: #a3839f !important; | |
} | |
.file_actions_cog:hover | |
{ | |
color: #d4bbd1 !important; | |
} | |
.file_reference .icon, .file_list_item .icon, .file_preview | |
{ | |
border: 2px solid #372c36; | |
} | |
.action_cog | |
{ | |
color: #a3839f; | |
} | |
.action_cog i | |
{ | |
color: #a3839f; | |
} | |
html.no_touch .action_cog:hover | |
{ | |
color: #d4bbd1; | |
} | |
html.no_touch .action_cog:hover i | |
{ | |
color: #d4bbd1; | |
} | |
.help_pages.help_pages p | |
{ | |
color: #f0d9ed; | |
} | |
.help_pages.help_pages a | |
{ | |
border-bottom-color: #61485e; | |
} | |
.help_pages.help_pages .o-hero, .help_pages.help_pages .o-hero__header | |
{ | |
background-color: #3e313c; | |
} | |
.help_pages.help_pages .o-hero__header | |
{ | |
color: #f0d9ed; | |
} | |
.help_pages.help_pages .o-section--feature | |
{ | |
background-color: #4d394b; | |
border-top-color: #61485e; | |
} | |
.help_pages.help_pages .c-form__container .c-form__feedback | |
{ | |
color: #bf360c; | |
} | |
.help_pages.help_pages .c-form__input, .help_pages.help_pages .c-input | |
{ | |
background-color: #3e313c; | |
border-color: #61485e; | |
color: #f0d9ed; | |
} | |
.help_pages.help_pages .drop_zone | |
{ | |
background: #3e313c; | |
border-color: #876484; | |
} | |
.help_pages.help_pages .drop_zone_attachment | |
{ | |
border-bottom-color: #61485e; | |
} | |
.help_pages.help_pages .drop_zone_remove_attachment | |
{ | |
background-color: #3e313c; | |
} | |
.help_pages.help_pages .c-form__notice | |
{ | |
background-color: #61485e; | |
border-color: #876484; | |
color: #f0d9ed; | |
} | |
.help_pages.help_pages .c-form__notice.is-error | |
{ | |
border-left-color: #bf360c; | |
} | |
.help_pages.help_pages .c-nav--footer | |
{ | |
border-top-color: #61485e; | |
} | |
@media screen and (min-width: 48rem) | |
{ | |
.help_pages.help_pages .o-hero | |
{ | |
background-color: #3e313c; | |
} | |
} | |
.widescreen:not(.nav_open) | |
{ | |
color: #f0d9ed; | |
} | |
@media only screen and (min-width: 1441px) | |
{ | |
.widescreen:not(.nav_open) nav#site_nav | |
{ | |
background: rgba(62, 49, 60, 0.9); | |
} | |
} | |
.widescreen:not(.nav_open) nav#site_nav h3 | |
{ | |
color: #f0d9ed; | |
} | |
.widescreen:not(.nav_open) nav#site_nav ul a | |
{ | |
color: #a3839f; | |
} | |
.widescreen:not(.nav_open) nav#site_nav ul a:link, .widescreen:not(.nav_open) nav#site_nav ul a:visited, .widescreen:not(.nav_open) nav#site_nav ul a:hover, .widescreen:not(.nav_open) nav#site_nav ul a:active | |
{ | |
color: #d4bbd1; | |
} | |
.widescreen:not(.nav_open) nav#site_nav #user_menu_name | |
{ | |
color: #a3839f; | |
} | |
nav#site_nav | |
{ | |
background: #4d394b; | |
} | |
nav#site_nav #user_menu_contents:hover | |
{ | |
background: #3e313c; | |
color: #f0d9ed; | |
} | |
header | |
{ | |
background: #4d394b; | |
} | |
header #header_team_nav li a | |
{ | |
color: #f0d9ed; | |
} | |
header #header_team_nav li a:hover | |
{ | |
background: #3e313c; | |
color: #f0d9ed; | |
} | |
header #header_team_nav li a .team_icon.ts_icon_plus | |
{ | |
background: #372c36; | |
color: #a3839f; | |
} | |
header #header_team_nav #add_team_option | |
{ | |
border-top: 1px solid #372c36; | |
} | |
html.no_touch header #header_team_nav li a | |
{ | |
color: #f0d9ed; | |
} | |
html.no_touch header #header_team_nav li a:hover | |
{ | |
background: #3e313c; | |
color: #f0d9ed; | |
} | |
html.no_touch header #header_team_name a:hover, html.no_touch header #menu_toggle:hover | |
{ | |
color: #d4bbd1; | |
} | |
html.no_touch header .header_btns a:hover | |
{ | |
color: #d4bbd1; | |
} | |
html.no_touch header .header_btns a:hover .label | |
{ | |
color: #a3839f; | |
} | |
nav#site_nav h3, #header_team_name, header #header_team_name a | |
{ | |
color: #a3839f; | |
} | |
nav#site_nav #footer_nav a, #header_team_name:hover .fa-caret-down, .widescreen:not(.nav_open) nav#site_nav #footer_nav a | |
{ | |
color: #d4bbd1; | |
} | |
#home_footer a | |
{ | |
color: #d4bbd1; | |
} | |
.admin_pref:not(:first-of-type) | |
{ | |
border-top-color: #3e313c; | |
} | |
.admin_pref.locked | |
{ | |
background-color: rgba(191, 54, 12, 0.2); | |
} | |
.admin_pref .admin_pref_locked_label | |
{ | |
color: #a3839f; | |
} | |
.tooltip-inner | |
{ | |
background-color: #876484; | |
color: #f0d9ed; | |
} | |
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow | |
{ | |
border-top-color: #876484; | |
} | |
.tooltip.right .tooltip-arrow | |
{ | |
border-right-color: #876484; | |
} | |
.tooltip.left .tooltip-arrow | |
{ | |
border-left-color: #876484; | |
} | |
.tooltip.bottom .tooltip-arrow | |
{ | |
border-bottom-color: #876484; | |
} | |
.api #header_logo img | |
{ | |
display: none; | |
} | |
body.api header .header_links a | |
{ | |
color: #f0d9ed; | |
} | |
body.api header .header_links a.active | |
{ | |
background: #61485e; | |
} | |
body.api .reverse_header | |
{ | |
background-color: #372c36; | |
color: #f0d9ed; | |
} | |
body.api pre | |
{ | |
overflow-x: auto; | |
} | |
body.api pre code | |
{ | |
color: #f0d9ed; | |
} | |
body.api #page_contents .card | |
{ | |
background: #4d394b; | |
} | |
body.api .scopes_to_methods code | |
{ | |
color: #f0d9ed; | |
} | |
body.api .scopes_to_methods .selected code | |
{ | |
color: #bf360c; | |
} | |
body.api .scopes_to_methods li | |
{ | |
color: #f0d9ed; | |
} | |
body.api .scopes_to_methods .selected li | |
{ | |
color: #f0d9ed; | |
} | |
body.api .section_title | |
{ | |
border-bottom: 2px solid #3e313c; | |
} | |
body.api .example | |
{ | |
border: 1px solid #372c36; | |
} | |
body.api .example h5 | |
{ | |
background-color: #372c36; | |
color: #f0d9ed; | |
} | |
body.api .alert | |
{ | |
background: #61485e; | |
} | |
body.api .hljs | |
{ | |
background-image: none; | |
} | |
body.api .hljs-keyword, body.api .hljs-selector-tag, body.api .hljs-subst | |
{ | |
color: #ce93d8; | |
} | |
body.api .hljs-number | |
{ | |
color: #a5d6a7; | |
} | |
body.api .hljs-literal, body.api .hljs-tag .hljs-attr | |
{ | |
color: #536dfe; | |
} | |
body.api .hljs-variable | |
{ | |
color: #9fa8da; | |
} | |
body.api .hljs-template-variable | |
{ | |
color: #c5e1a5; | |
} | |
body.api .hljs-comment | |
{ | |
color: #ffcc80; | |
} | |
body.api .hljs-doctag, body.api .hljs-string | |
{ | |
color: #ef9a9a; | |
} | |
body.api .hljs-section, body.api .hljs-selector-id, body.api .hljs-title | |
{ | |
color: #ffab91; | |
} | |
body.api .hljs-meta | |
{ | |
color: #eee; | |
} | |
body.api .hljs-class .hljs-title, body.api .hljs-type | |
{ | |
color: #eee; | |
} | |
body.api .hljs-built_in, body.api .hljs-builtin-name | |
{ | |
color: #b39ddb; | |
} | |
body.api .hljs-tag | |
{ | |
color: #a5d6a7; | |
} | |
body.api .hljs-attribute, body.api .hljs-name | |
{ | |
color: #40c4ff; | |
} | |
body.api .hljs-bullet, body.api .hljs-symbol | |
{ | |
color: #9fa8da; | |
} | |
body.api .hljs-quote | |
{ | |
color: #b0bec5; | |
} | |
body.api .hljs-link, body.api .hljs-regexp | |
{ | |
color: #a3839f; | |
} | |
body.api span.btn | |
{ | |
background-color: #3e313c; | |
} | |
body.api span.deprecation, body.api span.warning | |
{ | |
background-color: #bf360c; | |
border-color: #bf360c; | |
} | |
nav#api_nav | |
{ | |
background: transparent; | |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); | |
} | |
#api_nav .footer_nav a | |
{ | |
color: #a3839f; | |
} | |
#api_nav .footer_nav a:hover | |
{ | |
color: #d4bbd1; | |
} | |
#api_nav .footer_nav .footer_signature | |
{ | |
color: #bf360c; | |
} | |
.api_articles .api_articles_section | |
{ | |
border-bottom-color: #3e313c; | |
} | |
.api_articles .article_tag_count | |
{ | |
color: #a3839f; | |
} | |
.api.feature_related_content #api_related_content h2 | |
{ | |
color: #f0d9ed; | |
} | |
.api.feature_related_content #api_related_content .article_link_title_wrapper | |
{ | |
color: #a3839f; | |
} | |
.tab_menu | |
{ | |
background-color: #4d394b; | |
} | |
.tab_menu.grey | |
{ | |
background-color: #4d394b; | |
} | |
.tab_menu .tab | |
{ | |
color: #f0d9ed; | |
} | |
.tab_menu .tab:hover | |
{ | |
box-shadow: inset 0 -4px 0 0 rgba(191, 54, 12, 0.4); | |
} | |
.tab_menu .tab.active, .tab_menu .tab:active, .tab_menu .tab:focus | |
{ | |
box-shadow: inset 0 -4px 0 0 #bf360c; | |
color: #f0d9ed; | |
} | |
.tab_menu .tab:disabled | |
{ | |
color: #a3839f; | |
} | |
.page_faq h3, .page_scim h3 | |
{ | |
background-color: #3e313c; | |
} | |
.application_config aside | |
{ | |
color: #a3839f; | |
} | |
.page_apps_directory_home | |
{ | |
background-color: #3e313c !important; | |
} | |
.page_apps_directory_home .nav_title | |
{ | |
color: #f0d9ed !important; | |
} | |
.page_apps_directory_home__search .apps_search_input::placeholder, .page_apps_directory_home__search .apps_search_input:focus::placeholder | |
{ | |
color: #a3839f; | |
} | |
.page_apps_directory_home__search .apps_search_input__body | |
{ | |
box-shadow: 0 1px 10px #876484; | |
} | |
.splash_container__background | |
{ | |
background-color: #4d394b; | |
} | |
.splash_container__background--left, .splash_container__background--center, .splash_container__background--right | |
{ | |
display: none; | |
} | |
.splash_interactive__button | |
{ | |
border-color: #61485e; | |
} | |
.splash_interactive__button--active | |
{ | |
box-shadow: 0 0 10px 1px #876484; | |
} | |
.splash_interactive__window | |
{ | |
background-color: #3e313c; | |
border-color: #61485e; | |
} | |
.splash_interactive__window:hover .splash_interactive__window_headline | |
{ | |
color: #f0d9ed; | |
} | |
.splash_interactive__window::after | |
{ | |
background: linear-gradient(to bottom, rgba(62, 49, 60, 0) 0, #3e313c 100%); | |
} | |
.splash_interactive__window_response | |
{ | |
background-color: #fff; | |
} | |
a.splash_interactive__window_link | |
{ | |
color: #f0d9ed; | |
} | |
.splash_interactive__window_message_content_text--drive | |
{ | |
color: #a3839f; | |
} | |
.search_input.apps_search_input | |
{ | |
border-color: #876484; | |
} | |
.menu_launcher, .menu_launcher_large | |
{ | |
background-color: #61485e; | |
border-color: #3e313c !important; | |
color: #f0d9ed; | |
} | |
.menu_launcher_large | |
{ | |
border-color: #3e313c; | |
} | |
.menu.avatar_menu ul li:hover ts-icon | |
{ | |
background: #61485e; | |
color: #f0d9ed; | |
} | |
.menu.avatar_menu ul li a | |
{ | |
color: #f0d9ed; | |
} | |
.menu.avatar_menu ul li a img, .menu.avatar_menu ul li a ts-icon | |
{ | |
background-color: #61485e; | |
color: #a3839f; | |
} | |
.menu.avatar_menu:not(.keyboard_active) ul li:hover:not(.disabled) a ts-icon | |
{ | |
color: #f0d9ed; | |
} | |
#page .media_list | |
{ | |
background-color: #4d394b; | |
border: 1px solid #61485e; | |
} | |
#page .media_list > li + li::before | |
{ | |
border-top-color: #61485e; | |
} | |
#page .media_list > li.interactive a | |
{ | |
color: #f0d9ed; | |
} | |
#page .media_list > li.interactive a:focus, #page .media_list > li.interactive a:hover | |
{ | |
background: #61485e; | |
border-color: #876484; | |
} | |
#page .media_list > li .media_list_text | |
{ | |
color: #f0d9ed; | |
} | |
#page .media_list.media_list_with_arrows a::before | |
{ | |
color: #a3839f; | |
} | |
#page .media_list_title | |
{ | |
color: #f0d9ed; | |
} | |
#page .media_list_subtitle | |
{ | |
color: #a3839f; | |
} | |
#page .sidebar_menu_list_item | |
{ | |
color: #f0d9ed; | |
} | |
#page .sidebar_menu_list_item.is_active | |
{ | |
background-color: #3e313c; | |
border-color: #3e313c; | |
color: #f0d9ed; | |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); | |
} | |
#page .sidebar_menu_list_item.is_active a | |
{ | |
color: #f0d9ed; | |
} | |
#page .sidebar_menu_list_item:not(.is_active):hover | |
{ | |
background-color: #3e313c; | |
border-color: #3e313c; | |
} | |
#page .sidebar_menu_list_item a | |
{ | |
color: #f0d9ed; | |
} | |
#page ul.breadcrumbs li | |
{ | |
color: #a3839f; | |
} | |
#page ul.breadcrumbs li:not(:first-child)::before | |
{ | |
color: #a3839f; | |
} | |
#page ul.navigation_list li a | |
{ | |
color: #f0d9ed; | |
} | |
#page ul.navigation_list li a:hover | |
{ | |
background-color: #61485e; | |
} | |
#page ul.navigation_list li a::after | |
{ | |
color: #f0d9ed; | |
} | |
#page ul.navigation_list li + li a | |
{ | |
border-top: 1px solid transparent; | |
} | |
#page .tag | |
{ | |
background-color: #372c36; | |
border: 1px solid #4d394b; | |
} | |
#page .tag:hover | |
{ | |
background-color: #61485e !important; | |
} | |
#page .app_desc_btn | |
{ | |
background-color: #61485e; | |
color: #f0d9ed; | |
} | |
#page .app_desc_expand_showing .app_profile_desc_fade | |
{ | |
background: linear-gradient(180deg, rgba(62, 49, 60, 0) 0, #3e313c 100%); | |
} | |
#page .service_panel | |
{ | |
background-color: #4d394b; | |
} | |
#page .service_card | |
{ | |
background-color: #3e313c; | |
border: 1px solid #4a3b49; | |
} | |
.app_card, .large_app_card | |
{ | |
background-color: #3e313c; | |
border: 1px solid #4d394b; | |
} | |
nav.top.persistent ul a | |
{ | |
color: #f0d9ed; | |
} | |
nav.top.apps_nav | |
{ | |
background: transparent; | |
} | |
nav.top.apps_nav.persistent .nav_title | |
{ | |
border-color: #876484; | |
} | |
nav.top.apps_nav.clear_nav .nav_title a | |
{ | |
color: #f0d9ed; | |
} | |
nav.top.apps_nav .nav_title a | |
{ | |
color: #f0d9ed; | |
} | |
nav.top.apps_nav ul a.active | |
{ | |
color: #d4bbd1; | |
} | |
.plastic_typeahead | |
{ | |
background: #4d394b; | |
border: 1px solid #4d394b; | |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25); | |
} | |
.plastic_typeahead_item | |
{ | |
color: #f0d9ed; | |
} | |
.plastic_typeahead_item + .plastic_typeahead_item | |
{ | |
border-top: 1px solid #61485e; | |
} | |
.plastic_typeahead_item:not(.plastic_typeahead_item_no_results).is_active | |
{ | |
background-color: #3e313c; | |
border-top-color: #4d394b; | |
color: #f0d9ed; | |
} | |
.plastic_typeahead_item:not(.plastic_typeahead_item_no_results).is_active ts-icon | |
{ | |
color: #a3839f; | |
} | |
.plastic_typeahead_item:not(.plastic_typeahead_item_no_results):not(.is_active):hover | |
{ | |
background: #372c36; | |
border-color: #61485e; | |
} | |
.plastic_typeahead_item:not(.plastic_typeahead_item_no_results):not(.is_active):hover + .plastic_typeahead_item | |
{ | |
border-color: #61485e; | |
} | |
a.plastic_typeahead_item | |
{ | |
color: #f0d9ed; | |
} | |
.apps_typeahead_item_media | |
{ | |
background: #372c36; | |
} | |
.search_input_container .search_input:focus ~ .icon_search_input | |
{ | |
color: #f0d9ed; | |
} | |
.icon_search_input | |
{ | |
color: #a3839f; | |
} | |
.quote_block | |
{ | |
color: #f0d9ed; | |
} | |
.quote_block::before | |
{ | |
background-color: #61485e; | |
} | |
.well | |
{ | |
background: #372c36; | |
border-color: #312730; | |
color: #f0d9ed; | |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); | |
} | |
.service_breadcrumbs li .ts_icon, .service_breadcrumbs li span | |
{ | |
color: #a3839f; | |
} | |
.c-tabs__tab_menu | |
{ | |
background-color: transparent; | |
box-shadow: inset 0 -2px 0 0 #61485e; | |
} | |
.c-tabs__tab | |
{ | |
color: #a3839f; | |
} | |
.c-tabs__tab:hover | |
{ | |
color: #f0d9ed; | |
} | |
.c-tabs__tab.c-tabs__tab--active, .c-tabs__tab:active, .c-tabs__tab:focus | |
{ | |
box-shadow: inset 0 -2px 0 0 #876484; | |
color: #f0d9ed; | |
} | |
.c-tabs__tab_menu--plastic | |
{ | |
background-color: transparent; | |
box-shadow: inset 0 -2px 0 0 #61485e; | |
} | |
a.c-tabs__tab--plastic | |
{ | |
color: #a3839f; | |
} | |
a.c-tabs__tab--plastic:hover | |
{ | |
color: #f0d9ed; | |
} | |
a.c-tabs__tab--plastic.c-tabs__tab--active, a.c-tabs__tab--plastic:active, a.c-tabs__tab--plastic:focus | |
{ | |
box-shadow: inset 0 -2px 0 0 #876484; | |
color: #f0d9ed; | |
} | |
.p-detail_scope | |
{ | |
box-shadow: inset 0 1px 0 0 #61485e; | |
} | |
.p-detail_scope:last-child | |
{ | |
border-bottom-color: #61485e; | |
} | |
.p-detail_dangerous_scope | |
{ | |
border-left-color: #bf360c; | |
border-right-color: #61485e; | |
} | |
.p-detail_arrow_icon | |
{ | |
color: #a3839f; | |
} | |
.p-detail_arrow_icon:hover | |
{ | |
color: #f0d9ed; | |
} | |
.p-detail_permissions | |
{ | |
background: #4d394b; | |
border-color: #61485e; | |
} | |
table.gray_header_border tr:first-child th:not(:only-of-type) | |
{ | |
border-bottom-color: #61485e; | |
} | |
.section_rollup | |
{ | |
border-bottom-color: #3e313c; | |
} | |
.section_rollup:first-of-type | |
{ | |
border-top-color: #3e313c; | |
} | |
.section_rollup:hover:not(.is_active) | |
{ | |
background: rgba(62, 49, 60, 0.5); | |
color: #f0d9ed; | |
} | |
.is_completed_section .section_rollup_header::before, .is_failed_section .section_rollup_header::before | |
{ | |
background-color: #0cbf72; | |
color: #372c36; | |
} | |
.developer_apps_functionality_link:hover | |
{ | |
border-color: #61485e; | |
box-shadow: 0 0 6px 0 rgba(135, 100, 132, 0.25); | |
} | |
.developer_apps_functionality_link::before | |
{ | |
background-color: #61485e; | |
} | |
.developer_apps_functionality_link_enabled::before | |
{ | |
background-color: #0cbf72; | |
} | |
.legal-hero | |
{ | |
background-color: #3e313c; | |
} | |
.legal-hero.v--no-switch, .legal-hero .o-hero__header | |
{ | |
background-color: #3e313c; | |
} | |
.legal-hero .o-hero__header__headline--larger | |
{ | |
color: #f0d9ed; | |
} | |
.legal-main | |
{ | |
background-color: #4d394b; | |
} | |
.legal-main.v--no-switch | |
{ | |
background-color: #4d394b; | |
border-bottom-color: #61485e; | |
border-top-color: #61485e; | |
} | |
.legal-main p | |
{ | |
color: #f0d9ed; | |
} | |
.legal-main a | |
{ | |
border-bottom-color: #61485e; | |
} | |
@media screen and (min-width: 67.8125rem) | |
{ | |
.legal-main .c-nav--sidebar__listheader | |
{ | |
color: #f0d9ed; | |
} | |
.legal-main .c-nav--sidebar__listitem a.is-selected | |
{ | |
color: #a3839f; | |
} | |
} | |
.legal-main .t-contains-subtle-links a:not(.c-button) | |
{ | |
color: #f0d9ed; | |
} | |
.legal-main .t-contains-subtle-links a:not(.c-button):active, .legal-main .t-contains-subtle-links a:not(.c-button):focus, .legal-main .t-contains-subtle-links a:not(.c-button):hover | |
{ | |
color: #a3839f; | |
} | |
@media screen and (min-width: 67.8125rem) | |
{ | |
.t-no-header .legal-main | |
{ | |
background-color: #4d394b; | |
} | |
} | |
.t-no-header .legal-hero.o-hero.v--short | |
{ | |
background-color: #4d394b; | |
} | |
.c-oauth_scope_info__spacer_icon | |
{ | |
color: #bf360c; | |
} | |
.c-oauth_scope_info__dangerous_scopes, .c-oauth_scope_info__safe_scopes | |
{ | |
border-bottom-color: #61485e; | |
} | |
.c-oauth_scope_info__dangerous_scopes | |
{ | |
border-left-color: #bf360c; | |
border-right-color: #61485e; | |
border-top-color: #61485e; | |
} | |
.c-oauth_scope_info__dangerous_scope:not(:first-child), .c-oauth_scope_info__safe_scope | |
{ | |
border-top-color: #61485e; | |
} | |
a.p-oauth_nav__anchor | |
{ | |
color: #a3839f; | |
} | |
.p-oauth_nav__team-switcher .menu_launcher | |
{ | |
border-color: #4d394b; | |
} | |
.p-oauth_nav__team-switcher .menu_launcher:hover | |
{ | |
border: #61485e; | |
} | |
.p-oauth_page, .p-oauth_page--error | |
{ | |
background: #3e313c; | |
} | |
.p-oauth_page__title | |
{ | |
color: #f0d9ed; | |
} | |
.p-oauth_page_single_channel_picker | |
{ | |
border-bottom-color: #4d394b; | |
} | |
ts-rocket | |
{ | |
color: #f0d9ed; | |
} | |
ts-rocket a | |
{ | |
color: #a3839f; | |
} | |
ts-rocket a caret::before | |
{ | |
background-color: #4d394b; | |
border-color: #4d394b; | |
} | |
ts-rocket hr | |
{ | |
border-color: #4d394b; | |
} | |
ts-rocket code, ts-rocket .pre.text, ts-rocket > div > pre | |
{ | |
background-color: #372c36; | |
} | |
ts-rocket .blockquote.text::before, ts-rocket > div > blockquote::before | |
{ | |
background-color: #372c36; | |
} | |
ts-rocket .cl.text | |
{ | |
background-color: #372c36; | |
border-bottom: 1px solid #4d394b; | |
} | |
ts-rocket .cl.text .checkbox.checked + li | |
{ | |
color: #a3839f; | |
} | |
ts-rocket > div > .checklist | |
{ | |
background-color: #372c36; | |
border-bottom: 1px solid #4d394b; | |
} | |
ts-rocket > div > .checklist .checkbox.checked + li | |
{ | |
color: #a3839f; | |
} | |
ts-rocket > div > .checklist li::before | |
{ | |
background: #4d394b; | |
} | |
ts-rocket > div > .checklist li.checked | |
{ | |
color: #a3839f; | |
} | |
ts-rocket .unfurl .unfurl-container | |
{ | |
background-color: #372c36; | |
} | |
ts-rocket .unfurl .unfurl-container.unfurl-render-failed | |
{ | |
background-color: rgba(191, 54, 12, 0.1); | |
} | |
ts-rocket .unfurl .attachment_bar | |
{ | |
background-color: #4d394b !important; | |
} | |
ts-rocket .unfurl .unfurl-remove::before | |
{ | |
color: #a3839f; | |
} | |
ts-rocket .unfurl .unfurl-remove:hover::before | |
{ | |
color: #f0d9ed; | |
} | |
ts-rocket .unfurl.selected .unfurl-container | |
{ | |
background-color: rgba(135, 100, 132, 0.5); | |
} | |
ts-rocket .unfurl.selected .unfurl-container .attachment_bar | |
{ | |
background-color: rgba(135, 100, 132, 0.5) !important; | |
} | |
ts-rocket caret::before | |
{ | |
background-color: #4d394b; | |
border: 1px solid #4d394b; | |
} | |
ts-rocket carriage | |
{ | |
background-color: rgba(135, 100, 132, 0.5); | |
} | |
ts-rocket selection | |
{ | |
background-color: rgba(135, 100, 132, 0.5); | |
} | |
ts-rocket selection::after, ts-rocket selection::before | |
{ | |
background-color: rgba(135, 100, 132, 0.5); | |
} | |
ts-rocket ime | |
{ | |
background-color: rgba(135, 100, 132, 0.5); | |
} | |
ts-rocket .hr.selected hr | |
{ | |
box-shadow: 0 0 0 5px rgba(135, 100, 132, 0.5); | |
} | |
.focusing_input_field space.inactive .unfurl.selected .unfurl-container | |
{ | |
background-color: #372c36; | |
} | |
nav | |
{ | |
background: #4d394b; | |
} | |
nav .space | |
{ | |
background-color: #4d394b; | |
box-shadow: 0 1px rgba(0, 0, 0, 0.25), 0 2px rgba(0, 0, 0, 0.15), 0 3px rgba(0, 0, 0, 0.15); | |
} | |
nav .space::after | |
{ | |
border-left: 1px solid #61485e; | |
} | |
nav .comments | |
{ | |
background-color: #4d394b; | |
} | |
nav .space_buttons .btn_outline | |
{ | |
background-color: #4a3b49; | |
} | |
nav .space_buttons .btn_outline::after | |
{ | |
border-color: #61485e; | |
} | |
nav .space_btn_star | |
{ | |
background: none; | |
border: 0; | |
} | |
nav .space_btn_star:hover | |
{ | |
background: none !important; | |
} | |
nav .space_btn_edit | |
{ | |
background: #61485e; | |
} | |
nav .space_btn_edit.editing | |
{ | |
background: #876484; | |
} | |
nav .star_info | |
{ | |
color: #a3839f; | |
} | |
nav #space_status | |
{ | |
border-left: 1px solid #61485e; | |
color: #a3839f; | |
} | |
nav #space_status.slightly_concerned | |
{ | |
color: #bf360c; | |
} | |
nav #edit_status | |
{ | |
color: #a3839f; | |
} | |
nav .comments_open.unread span.notif | |
{ | |
background-color: #bf360c; | |
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15); | |
} | |
nav .comments_close | |
{ | |
color: #a3839f; | |
} | |
nav .comments_close:hover::before | |
{ | |
color: #a3839f !important; | |
} | |
ts-space header | |
{ | |
background: transparent; | |
} | |
ts-space header .owner_detail .file_title_header, ts-space header .owner_detail .inline-edit | |
{ | |
color: #f0d9ed; | |
} | |
ts-space header .owner_detail .inline-edit | |
{ | |
background: none; | |
} | |
ts-space header .owner_detail .inline-edit::-webkit-input-placeholder | |
{ | |
color: #f0d9ed; | |
} | |
ts-space header .owner_detail .inline-edit::-moz-placeholder | |
{ | |
color: #f0d9ed; | |
} | |
ts-space header .owner_detail .inline-edit:focus::-webkit-input-placeholder | |
{ | |
color: #a3839f; | |
} | |
ts-space header .owner_detail .inline-edit:focus::-moz-placeholder | |
{ | |
color: #a3839f; | |
} | |
ts-space header .owner_detail ::selection, ts-space header .owner_detail ::-moz-selection | |
{ | |
background-color: rgba(135, 100, 132, 0.5); | |
} | |
ts-space header .owner_detail small | |
{ | |
color: #a3839f; | |
} | |
ts-space header .divider | |
{ | |
border-top: 1px solid #61485e; | |
} | |
ts-space a.feedback | |
{ | |
color: #f0d9ed; | |
text-shadow: -1px -1px 0 #372c36, -1px 1px 0 #372c36, 1px 1px 0 #372c36, 1px -1px 0 #372c36; | |
} | |
ts-space a.feedback:hover | |
{ | |
background-color: #4d394b; | |
color: #f0d9ed; | |
} | |
comments | |
{ | |
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25); | |
} | |
#space_alert | |
{ | |
background-color: #372c36; | |
box-shadow: 0 0 1px rgba(0, 0, 0, 0.25); | |
} | |
#space_alert.error | |
{ | |
background-color: #bf360c; | |
} | |
#space_alert span#space_alert_text | |
{ | |
color: #f0d9ed; | |
} | |
#space_alert a | |
{ | |
color: #a3839f; | |
} | |
#space_alert button#space_alert_close::before | |
{ | |
color: #a3839f; | |
} | |
#space_alert button#space_alert_close:hover::before | |
{ | |
color: #a3839f; | |
} | |
#space_alert .btn_outline.btn_transparent | |
{ | |
background-color: #4a3b49 !important; | |
color: #f0d9ed !important; | |
} | |
#space_alert .btn_outline.btn_transparent::after | |
{ | |
border-color: #61485e; | |
} | |
#space_find_bar | |
{ | |
background-color: #4d394b; | |
border-bottom: 1px solid rgba(135, 100, 132, 0.1); | |
border-left: 1px solid rgba(135, 100, 132, 0.07); | |
border-right: 1px solid rgba(135, 100, 132, 0.07); | |
box-shadow: 0 1px rgba(0, 0, 0, 0.15); | |
} | |
#space_find_bar #space_find_info.no_matches | |
{ | |
color: #bf360c; | |
} | |
#space_find_bar #space_find_next .ts_icon | |
{ | |
background-color: #61485e; | |
} | |
#space_find_bar #space_find_next .ts_icon::before, #space_find_bar #space_find_next .ts_icon:hover::before | |
{ | |
color: #f0d9ed; | |
} | |
#space_find_bar #space_find_next:hover .ts_icon | |
{ | |
background-color: #876484; | |
} | |
#space_find_bar #space_find_close::before | |
{ | |
color: #a3839f; | |
} | |
#space_find_bar #space_find_close:hover::before | |
{ | |
color: #a3839f; | |
} | |
#connected_members .connected_members_count | |
{ | |
color: #f0d9ed; | |
text-shadow: -1px -1px 0 #372c36, -1px 1px 0 #372c36, 1px 1px 0 #372c36, 1px -1px 0 #372c36; | |
} | |
#connected_members .toggle_more_members_popover | |
{ | |
background: #3e313c; | |
color: #a3839f; | |
} | |
#connected_members_overflow_popover | |
{ | |
border-bottom: 1px solid #4d394b; | |
border-left: 1px solid rgba(55, 44, 54, 0.11); | |
border-right: 1px solid rgba(55, 44, 54, 0.11); | |
border-top: 1px solid rgba(55, 44, 54, 0.11); | |
box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5); | |
} | |
#connected_members_overflow_popover .arrow::after | |
{ | |
background-color: #4d394b; | |
} | |
#connected_members_overflow_popover .arrow_shadow::after | |
{ | |
background-color: #4d394b; | |
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5); | |
} | |
#connected_members_overflow_popover .monkey_scroll_wrapper | |
{ | |
background: #4d394b; | |
} | |
#connection_status #connection_label | |
{ | |
color: #f0d9ed; | |
text-shadow: -1px -1px 0 #372c36, -1px 1px 0 #372c36, 1px 1px 0 #372c36, 1px -1px 0 #372c36; | |
} | |
#shortcuts_spaces_dialog | |
{ | |
background-color: rgba(55, 44, 54, 0.8); | |
text-shadow: 0 1px 1px rgba(77, 57, 75, 0.7); | |
} | |
#shortcuts_spaces_dialog .modal-body | |
{ | |
color: #f0d9ed; | |
} | |
#shortcuts_spaces_dialog .col .keyboard | |
{ | |
background-color: #876484; | |
border-bottom: 2px solid #4a3b49; | |
box-shadow: 0 1px 2px rgba(55, 44, 54, 0.5); | |
color: #f0d9ed; | |
} | |
#shortcuts_spaces_dialog .close:hover | |
{ | |
background-color: #876484; | |
} | |
#shortcuts_spaces_dialog .close .ts_icon::before | |
{ | |
color: #a3839f !important; | |
} | |
.textstyle_menu .arrow-shadow::after | |
{ | |
background-color: #4d394b; | |
box-shadow: 0 0 0 1px #4d394b; | |
} | |
.textstyle_menu .arrow::after | |
{ | |
background-color: #4d394b; | |
} | |
.textstyle_menu .content | |
{ | |
background-color: #4d394b; | |
box-shadow: 0 0 0 1px #4d394b, 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.25); | |
} | |
.textstyle_menu.link .arrow-shadow::after | |
{ | |
background-color: #4d394b; | |
} | |
.textstyle_menu.link .arrow::after | |
{ | |
background-color: #4d394b; | |
} | |
.textstyle_menu.link .content | |
{ | |
background-color: #4d394b; | |
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.25); | |
} | |
.textstyle_menu.link .content input[type=text] | |
{ | |
background-color: #61485e; | |
} | |
.textstyle_menu.link .content > a.link | |
{ | |
color: #a3839f; | |
} | |
.textstyle_menu.link .content ::-webkit-input-placeholder, .textstyle_menu.link .content ::-moz-placeholder | |
{ | |
color: #a3839f; | |
} | |
.textstyle_menu.link .content .buttons a.item.active, .textstyle_menu.link .content .buttons a.item:hover | |
{ | |
background-color: #4d394b; | |
} | |
.textstyle_menu .buttons a:hover, .textstyle_menu.style a:hover | |
{ | |
border: 1px solid #61485e; | |
} | |
.textstyle_menu .buttons a.active, .textstyle_menu.style a.active | |
{ | |
background-color: #61485e; | |
border: 1px solid #876484; | |
} | |
.textstyle_menu.style a.deformat::before | |
{ | |
border-left: 1px solid #61485e; | |
} | |
.textstyle_menu .buttons a.link_unfurl:not(.unfurl_pending) span::before | |
{ | |
color: #a3839f; | |
} | |
.para_menu .insert .tip | |
{ | |
color: #a3839f; | |
} | |
.para_menu .insert .tooltip .arrow-shadow::after | |
{ | |
background-color: #4d394b; | |
box-shadow: 0 0 0 1px #61485e; | |
} | |
.para_menu .insert .tooltip .arrow::after | |
{ | |
background-color: #4d394b; | |
} | |
.para_menu .insert .tooltip .content | |
{ | |
background-color: #4d394b; | |
box-shadow: 0 0 0 1px #61485e, 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.25); | |
} | |
.para_menu .format .options .arrow-shadow::after | |
{ | |
background-color: #4d394b; | |
box-shadow: 0 0 0 1px #61485e; | |
} | |
.para_menu .format .options .arrow::after | |
{ | |
background-color: #4d394b; | |
} | |
.para_menu .format .options .arrow-shadow.bottom::after | |
{ | |
box-shadow: 1px 1px 0 0 #61485e; | |
} | |
.para_menu .format .options .content | |
{ | |
background-color: #4d394b; | |
box-shadow: 0 0 0 1px #61485e, 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.25); | |
} | |
.para_menu .format .options .content ul:first-child | |
{ | |
border-bottom: 1px solid #4d394b; | |
} | |
.para_menu .format .options.show .tooltip > div | |
{ | |
background-color: #4d394b; | |
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15); | |
color: #f0d9ed; | |
} | |
.para_menu .format .options.show .tooltip span | |
{ | |
background-color: #61485e; | |
} | |
.para_menu .options a:hover | |
{ | |
border: 1px solid #61485e; | |
} | |
.para_menu .options a.active | |
{ | |
background-color: #4a3b49; | |
border: 1px solid #4d394b; | |
} | |
.para_menu .options a.active span | |
{ | |
filter: grayscale(2) brightness(2); | |
} | |
.para_menu .options a span | |
{ | |
filter: grayscale(2) brightness(5); | |
} | |
.para_menu a.trigger.pilcrow | |
{ | |
filter: grayscale(2) brightness(1.8); | |
} | |
.para_menu a.trigger.pilcrow:hover, .para_menu a.trigger.pilcrow.active | |
{ | |
filter: grayscale(2) brightness(2); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment