Skip to content

Instantly share code, notes, and snippets.

@michaeltrobinson
Last active February 23, 2017 18:25
Show Gist options
  • Save michaeltrobinson/c02bc96926e14712e231e655d44c2989 to your computer and use it in GitHub Desktop.
Save michaeltrobinson/c02bc96926e14712e231e655d44c2989 to your computer and use it in GitHub Desktop.
body { background: #222; color: #e6e6e6; }
a { color: #949494; }
a:link, a:visited { color: #949494; }
a:hover, a:active, a:focus { color: #c7c7c7; }
hr { border-bottom: 1px solid #424242; border-top: 1px solid #222; }
h1, h2, h3, h4 { color: #e6e6e6; }
h1 a { color: #e6e6e6; }
h1 a:active, h1 a:hover, h1 a:link, h1 a:visited { color: #e6e6e6; }
.bordered { border: 1px solid #363636; }
.top_border { border-top: 1px solid #363636; }
.bottom_border { border-bottom: 1px solid #363636; }
.left_border { border-left: 1px solid #363636; }
.right_border { border-right: 1px solid #363636; }
#col_channels_collapse_view { background: #363636; }
#col_channels { background: #363636; color: #e6e6e6; }
#col_channels ul li.channel.active a.channel_name, #col_channels ul li.group.active a.group_name, #col_channels ul li.member.active a.im_name { background: #545454; color: #e6e6e6; }
#col_channels.channels_list_holder ul li.channel.active .unread_highlight, #col_channels.channels_list_holder ul li.group.active .unread_highlight, #col_channels.channels_list_holder ul li.member.active .unread_highlight { background: #222; color: #e6e6e6; }
.channels_list_holder h2 { color: #949494; }
.channels_list_holder h2.hoverable:not(.jquery_hover):hover { color: #c7c7c7; }
.channels_list_holder ul { color: #e6e6e6; }
.channels_list_holder ul li { text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
.channels_list_holder ul li a { color: #949494; }
.channels_list_holder ul li a:hover { background: #222; border-bottom-right-radius: 0.25rem; border-top-right-radius: 0.25rem; }
.channels_list_holder ul li.channel.active a.channel_name .prefix { color: #949494; }
.channels_list_holder ul li.group.active a.group_name .prefix { color: #949494; }
.channels_list_holder ul li.group .group_close { color: #949494; }
.channels_list_holder ul li.member:hover { background: #222; }
.channels_list_holder ul li.member .im_close, .channels_list_holder ul li.mpim .mpim_close { color: #949494 !important; }
.channels_list_holder ul li.group.active .group_close, .channels_list_holder ul li.member.active .im_close, .channels_list_holder ul li.mpim.active .mpim_close { color: #949494 !important; }
.channels_list_holder ul li.mention a { color: #e6e6e6; }
.channels_list_holder ul li.unread:not(.muted_channel) a { color: #e6e6e6; }
.channels_list_holder ul li.unread .prefix { color: #e6e6e6; }
.channels_list_holder .unread_just { background: #222; color: #e6e6e6; }
.channels_list_holder .unread_highlight { background: #bf360c; color: #e6e6e6; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
.channels_list_new_btn { color: #949494; }
.list_more { border-bottom: 1px dotted #949494; color: #949494 !important; }
.list_more:hover { border-bottom: 1px solid #c7c7c7; color: #c7c7c7 !important; }
#channel_scroll_down, #channel_scroll_up { background: #000; color: #e6e6e6; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
#channel_scroll_down:hover { color: #e6e6e6; }
#channel_scroll_down.unseen_have_mentions { background: #bf360c; }
#channel_scroll_up.unseen_have_mentions { background: #bf360c; }
#channel_scroll_up:hover { color: #e6e6e6; }
#list_controls { border-bottom: 1px solid #363636; color: #949494; }
#list_search { border: 1px solid #363636; }
#list_search_container .icon_search { color: #949494; }
#list_search_container .icon_close { color: #949494; }
#list_browser p.highlighted { background: #222; }
#list_browser:not(.keyboard_active) p:hover { background: #222; }
#list_browser .item_creator { color: #949494; }
#list_browser .item_count { color: #e6e6e6; }
#list_browser .item_purpose { color: #e6e6e6; }
#list_browser_dialog .modal-footer a { color: #949494; }
#list_browser_dialog .modal-footer a:hover { color: #c7c7c7; }
#channel_list_invites_link { border-bottom: 1px dotted #949494; color: #949494; font-size: 0.9rem; }
#channel_list_invites_link:hover { border-bottom: 1px solid #949494; }
#quick_switcher_btn { background: #363636; border-top: 2px solid #363636; }
#quick_switcher_btn > i { color: #949494; }
#quick_switcher_btn:active, #quick_switcher_btn:hover { background: #222; border-color: #222; }
#quick_switcher_btn:active > i, #quick_switcher_btn:hover > i { color: #949494; }
#quick_switcher_btn:active #quick_switcher_label, #quick_switcher_btn:hover #quick_switcher_label { color: #949494; }
#quick_switcher_btn:active #quick_switcher_shortcut, #quick_switcher_btn:hover #quick_switcher_shortcut { color: #949494; }
#quick_switcher_shortcut { color: #949494; }
#quick_switcher_label { color: #949494; }
.monkey_scroll_bar { background: #424242; }
.monkey_scroll_handle_inner { background: #545454; border: 1px solid #828282; }
#client-ui .monkey_scroll_bar { background: #424242; }
#client-ui .monkey_scroll_handle_inner { background: #545454; border: 3px solid #828282; }
#monkey_scroll_wrapper_for_channels_scroller .monkey_scroll_bar { background: #424242; }
#monkey_scroll_wrapper_for_channels_scroller .monkey_scroll_handle_inner { background: #545454; border: 3px solid #828282; }
.loading #loading-zone { background: #222; left: 110px; }
#self_help_link_div { right: 110px !important; }
#loading_welcome { background-image: none; }
#loading_message p { color: #e6e6e6; }
#loading_message #loading_message_attribution { color: #949494; }
#col_channels_bg { background: #222; }
#loading_team_menu_bg, #loading_user_menu_bg { background: #222; border: none; }
#loading_message_spinner { background-image: none; width: auto; }
#loading_message_spinner::after { color: #949494; content: "Loading..."; }
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: #545454; border: 1px solid #000; color: #e6e6e6; }
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(54, 54, 54, 0.8); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(130, 130, 130, 0.6); }
input[type=file]:focus { outline: #e6e6e6 dotted thin; }
input[type=radio]:focus, input[type=checkbox]:focus { outline: #e6e6e6 dotted thin; }
select { background: #545454; }
select, textarea { border: 1px solid #000; color: #e6e6e6; }
select:active, select:focus, textarea:active, textarea:focus { border-color: #363636; box-shadow: 0 0 7px rgba(130, 130, 130, 0.15); }
.no_touch input:hover, .no_touch select:hover, .no_touch textarea:hover { border-color: #363636; }
.no_touch label.select:hover select { border-color: #363636; }
.no_touch label.select:not(.disabled):hover::after { color: #363636; }
legend { border-bottom: 1px solid #828282; }
legend small { color: #949494; }
.uneditable-input, .uneditable-textarea { background-color: #424242; border: 1px solid #000; color: #e6e6e6; }
.uneditable-input:focus, .uneditable-textarea:focus { border-color: rgba(130, 130, 130, 0.8); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(130, 130, 130, 0.6); }
textarea { background-color: #545454; border: 1px solid #000; color: #e6e6e6; }
textarea:focus { border-color: rgba(130, 130, 130, 0.8); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(130, 130, 130, 0.6); }
::-webkit-input-placeholder { color: #e6e6e6; }
::-moz-placeholder { color: #e6e6e6; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #e6e6e6; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #e6e6e6; }
input[disabled], input[readonly], textarea[disabled], textarea[readonly] { background-color: #545454 !important; }
.form-actions { background-color: #424242; border-top: 1px solid #363636; }
.help-block, .help-inline { color: #949494; }
.input-append .add-on, .input-prepend .add-on { background-color: #828282; border: 1px solid #545454; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
.btn { background-color: #545454; background-image: linear-gradient(to bottom, #828282, #545454); border: 1px solid #828282; border-bottom-color: #545454; box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.15); color: #e6e6e6 !important; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
.btn.active, .btn.disabled, .btn:active, .btn:focus, .btn:hover, .btn[disabled] { background-color: #828282; color: #e6e6e6; }
.btn:focus, .btn:hover { color: #e6e6e6; }
.btn:focus { outline: #e6e6e6 dotted thin; }
.btn.btn_outline.disabled { background: #424242 !important; color: #949494 !important; }
.btn.btn_outline.disabled:hover { background: #424242 !important; color: #949494 !important; }
.btn.btn_border { border: 2px solid #424242; }
.btn-primary { background-color: #424242; background-image: linear-gradient(to bottom, #545454, #424242); color: #e6e6e6; }
.btn-primary.active, .btn-primary.disabled, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled] { background-color: #545454; color: #e6e6e6; }
.btn-link { color: #949494; }
.btn-link:focus, .btn-link:hover { color: #c7c7c7; }
.btn-link[disabled]:focus, .btn-link[disabled]:hover { color: #c7c7c7; }
.btn_info { background: #545454 !important; }
.btn_outline { background: #222; color: #e6e6e6 !important; }
.btn_outline::after { border: 1px solid #424242; }
.btn_outline.btn_transparent { color: rgba(84, 84, 84, 0.9) !important; }
.btn_outline.btn_transparent::after { border: 1px solid rgba(34, 34, 34, 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(84, 84, 84, 0.9) !important; color: #e6e6e6 !important; }
.btn_outline.btn_transparent.active, .btn_outline.btn_transparent:active { background-color: rgba(84, 84, 84, 0.8) !important; }
.btn_outline.hover, .btn_outline:focus, .btn_outline:hover { background: #363636; color: #e6e6e6 !important; }
.btn_outline:active { color: #e6e6e6; }
.btn_outline.active { color: #949494 !important; }
.btn-group.open .btn.dropdown-toggle { background-color: #545454; }
.btn-group.open .btn-primary.dropdown-toggle { background-color: #424242; }
.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-danger .caret, .btn-info .caret, .btn-inverse .caret, .btn-primary .caret, .btn-success .caret, .btn-warning .caret { border-bottom-color: #e6e6e6; border-top-color: #e6e6e6; }
.chzn-container .chzn-drop { background: #222; border: 1px solid #424242; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
.chzn-container-single .chzn-single { background-color: #222; background-image: linear-gradient(#222 20%, #363636 50%, #222 52%, #363636 100%); border: 1px solid #424242; box-shadow: 0 0 3px #222 inset, 0 1px 1px rgba(0, 0, 0, 0.1); color: #e6e6e6; }
.chzn-container-single .chzn-default { color: #e6e6e6; }
.chzn-container-single .chzn-search input { border: 1px solid #424242; }
.chzn-container-multi .chzn-choices { background-color: #222; border: 1px solid #424242; }
.chzn-container-multi .chzn-choices .search-field input { color: #e6e6e6; }
.chzn-container-multi .chzn-choices .search-field .default { color: #e6e6e6; }
.chzn-container-multi .chzn-choices .search-choice { background-color: #828282; border: 1px solid #424242; color: #e6e6e6; }
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled { background-color: #424242; background-image: linear-gradient(top, #545454 20%, #424242 50%); border: 1px solid #424242; color: #949494; }
.chzn-container-multi .chzn-choices .search-choice-focus { background: #545454; }
.chzn-container .chzn-results .highlighted { background-color: #545454; color: #e6e6e6; }
.chzn-container .chzn-results li em { background: #828282; }
.chzn-container .chzn-results .no-results { background: #828282; }
.chzn-container .chzn-results .group-result { color: #e6e6e6; }
.chzn-container .chzn-results-scroll { background: #222; }
.chzn-container-active .chzn-single { border: 1px solid #828282; }
.chzn-container-active.chzn-with-drop .chzn-single { background-color: #424242; background-image: linear-gradient(#424242 20%, #222 80%); border: 1px solid #424242; box-shadow: 0 1px 0 #222 inset; }
.chzn-container-active .chzn-choices .search-field input { color: #e6e6e6 !important; }
.filter_select.default_style.disabled { background: #363636; }
.filter_select.default_style.disabled input.fsl_input { background: #828282; }
.filter_select.default_style .fsl_input_container { border: 1px solid #000; }
.filter_select.default_style .fsl_input_container.active, .filter_select.default_style .fsl_input_container:hover { border-color: #363636; }
.filter_select.default_style .fsl_input_container.active { box-shadow: 0 0 7px rgba(34, 34, 34, 0.15); }
.filter_select.default_style .fsl_list_container { background: #222; border: 1px solid #000; box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
.filter_select.default_style .fsl_list .fsl_item.selected { color: #e6e6e6; }
.filter_select.default_style .fsl_list .fsl_item.disabled { color: #e6e6e6; }
.filter_select.default_style .fsl_list .fsl_item.active { background-color: #000; border-color: #363636; color: #e6e6e6; }
.filter_select.default_style .fsl_token { background: #222; border: 1px solid #000; color: #e6e6e6; }
.filter_select.default_style .fsl_token::after { color: #e6e6e6; }
.filter_select.default_style .fsl_paginate .fsl_paginate_back, .filter_select.default_style .fsl_paginate_forward { color: #e6e6e6; }
.filter_select.default_style.single .fsl_input_container.active::after, .filter_select.default_style.single .fsl_input_container:hover::after { color: #e6e6e6; }
#message-input.offline, #message-input.disabled { background-color: #363636 !important; }
#message-input-message { color: #949494; }
#message_edit_form #message-input, #messages-input-container #message-input { background: padding-box #545454; border: 2px solid #424242; border-left: 0; color: #e6e6e6; }
#message_edit_form #message-input:focus, #messages-input-container #message-input:focus { border-color: #363636; }
#message_edit_form .emo_menu, #messages-input-container .emo_menu { color: rgba(230, 230, 230, 0.3); }
#message_edit_form .emo_menu.active .ts_icon_happy_smile, #message_edit_form .emo_menu:hover .ts_icon_happy_smile, #messages-input-container .emo_menu.active .ts_icon_happy_smile, #messages-input-container .emo_menu:hover .ts_icon_happy_smile { color: #828282; }
#message_edit_form.focus .emo_menu, #messages-input-container.focus .emo_menu { color: rgba(230, 230, 230, 0.6); }
#message_edit_form.offline #message-input, #message_edit_form.offline #primary_file_button, #messages-input-container.offline #message-input, #messages-input-container.offline #primary_file_button { background-color: #363636 !important; }
#message_edit_form.offline #primary_file_button, #messages-input-container.offline #primary_file_button { border-color: #424242; color: #949494; }
#message_edit_form.focus #primary_file_button:not(:hover), #messages-input-container.focus #primary_file_button:not(:hover) { border-color: #363636; }
#primary_file_button { background: padding-box #545454; border: 2px solid #424242; }
#primary_file_button.active, #primary_file_button:hover { background: #424242; border: 2px solid #363636; color: #949494; }
#footer, #footer:not(.footer_msg_input) { background: #222; }
#footer.disabled #message-input { background: padding-box #363636 !important; border: 2px solid #363636 !important; }
#footer_archives_table { color: #949494; }
#typing_text { color: #949494; }
#special_formatting_text { color: #949494; }
.ts_toggle .ts_toggle_button { background: #000; color: #e6e6e6; }
.ts_toggle .ts_toggle_button .ts_toggle_handle { background: #363636; }
.ts_toggle .ts_toggle_secondary_label { color: #949494; }
.ts_toggle.checked .ts_toggle_button { background: #828282; color: #e6e6e6; }
.ts_toggle.ts_toggle_orange .ts_toggle_button { background: #bf360c; color: #e6e6e6; }
.menu { background: #363636; border: 0; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); color: #e6e6e6; }
.menu .menu_filter_container { background: #222; }
.menu .menu_filter_container input.menu_filter { border: 1px solid #424242; }
.menu .menu_filter_container input.menu_filter:focus { border-color: #545454; }
.menu .menu_filter_container .icon_search { color: #949494; }
.menu .menu_filter_container .icon_close { color: #949494 !important; }
.menu #menu_header .menu_simple_header { background: #000; border-color: #363636; color: #e6e6e6; }
.menu #menu_header .menu_simple_header a { color: #949494; }
.menu #menu_header .menu_simple_header a:hover { color: #c7c7c7; }
.menu #menu_header .menu_close { color: #e6e6e6; }
.menu .section_header .header_label { background-color: #363636; color: #949494; }
.menu .section_header > div.header_label_container { color: #949494; }
.menu ul li a { background: #363636; border-bottom: 0; color: #e6e6e6; }
.menu ul li a.delete_link { color: #bf360c; }
.menu ul li.highlighted a { background: #222; border-bottom-color: #000; color: #e6e6e6; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
.menu ul li.highlighted a.delete_link { color: #bf360c; }
.menu ul li.disabled a { color: #949494; }
.menu ul li i { color: #949494; }
.menu ul li.divider { border-bottom: 2px solid #424242; }
.menu ul li.double-divider { border-bottom: 4px solid #424242; }
.menu:not(.keyboard_active) ul li:hover:not(.disabled) a { background: #222; border-bottom-color: #000; color: #e6e6e6; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
.menu:not(.keyboard_active) ul li:hover:not(.disabled) a.delete_link { color: #bf360c; }
.menu input { background: #363636; border: 1px solid #545454; }
.menu textarea { background: #363636; border: 1px solid #545454; }
.menu #menu_footer .menu_footer { background: #000; border-top: 1px solid #363636; }
#team_menu { background: #363636; border-bottom: 2px solid #363636; color: #e6e6e6; }
#team_menu.active, #team_menu:hover { background: #363636; border-bottom-color: #363636; }
#team_menu.active i, #team_menu:hover i { color: #e6e6e6; }
#team_menu.active #current_user_name, #team_menu:hover #current_user_name { color: #e6e6e6; }
#team_menu i { color: #949494; }
#team_menu .presence .presence_icon { text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
#team_header_user_name { color: #949494; }
#menu.team_menu { box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25); }
#menu.team_menu ul li.highlighted > a, #menu.team_menu:not(.keyboard_active) ul li:hover > a { background: #545454; color: #c7c7c7; }
#menu.team_menu ul li > a { color: #949494; }
#im-list li.member.active .presence, #starred-list li.member.active .presence { color: #e6e6e6; }
#im-list li.member.active .presence.away, #starred-list li.member.active .presence.away { color: #949494; text-shadow: 1px 1px rgba(0, 0, 0, 0.15); }
.slack_menu_section::before { border-top: 1px solid #545454; }
.slack_menu_header_secondary { color: #949494; }
#menu.file_menu { box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5); }
#menu.file_menu ul li.highlighted, #menu.file_menu:not(.keyboard_active) ul li:hover:not(.disabled) { background: #363636; }
#menu.file_menu ul li.highlighted > a, #menu.file_menu:not(.keyboard_active) ul li:hover:not(.disabled) > a { color: #c7c7c7; }
#menu.file_menu ul li.highlighted i.file_menu_icon, #menu.file_menu:not(.keyboard_active) ul li:hover:not(.disabled) i.file_menu_icon { color: #e6e6e6; }
#menu.file_menu ul li > a { color: #949494; }
#menu.file_menu ul li i.file_menu_icon { color: #949494; }
#menu.popover_menu { background-color: #222; border-top: 1px solid #545454; }
.popover_menu { background-color: #222; border-top: 1px solid #545454; }
.popover_menu .arrow::after { background-color: #000; }
.popover_menu .arrow_shadow::after { background-color: #222; box-shadow: 0 0 0 1px #545454, 0 0 3px rgba(0, 0, 0, 0.08); }
.popover_menu.showing_header .arrow::after, .popover_menu.showing_header .arrow_shadow::after { background-color: #222 !important; }
.popover_menu .content { background-color: #222; }
.pickmeup { background: #222; border: 1px solid #363636; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
.pickmeup .pmu-instance .pmu-button { color: #e6e6e6; }
.pickmeup .pmu-instance .pmu-today.pmu-selected, .pickmeup .pmu-instance .pmu-today:hover { background: #363636 !important; }
.pickmeup .pmu-instance .pmu-today.pmu-selected .pmu-today-border, .pickmeup .pmu-instance .pmu-today:hover .pmu-today-border { background: #828282; color: #e6e6e6 !important; }
.pickmeup .pmu-instance .pmu-today-border { border: 2px solid #545454 !important; color: #828282 !important; }
.pickmeup .pmu-instance .pmu-button:not(.pmu-disabled):hover { background: #545454; color: #e6e6e6; }
.pickmeup .pmu-instance .pmu-not-in-month { background: #222; color: #949494; }
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected { background: #545454; }
.pickmeup .pmu-instance .pmu-disabled { background: #222; color: #949494; }
.pickmeup .pmu-instance .pmu-disabled:hover { background: #222; color: #949494; }
.pickmeup .pmu-instance .pmu-selected { background: #545454; color: #e6e6e6; }
.pickmeup .pmu-instance nav { color: #949494; }
.pickmeup .pmu-instance nav :first-child :hover { color: #c7c7c7; }
.pickmeup .pmu-instance .pmu-months *, .pickmeup .pmu-instance .pmu-years * { border: 1px solid #363636; }
.pickmeup .pmu-instance .pmu-day-of-week { color: #e6e6e6; }
.pickmeup .pmu-instance .pmu-day-of-week * { border: 1px solid #363636; }
.pickmeup .pmu-instance .pmu-days * { border: 1px solid #363636; }
#menu.date_picker .pickmeup .pmu-instance .pmu-button:not(.pmu-disabled):hover, #menu.date_picker .pickmeup .pmu-selected { background: #545454; }
#menu.date_picker li.date_picker_item a { color: #e6e6e6; }
#menu.date_picker li.date_picker_item a:hover { color: #e6e6e6; }
#menu.date_picker li.date_picker_item.highlighted a { color: #949494; }
#autocomplete_menu { color: #e6e6e6; }
#autocomplete_menu h2 { color: #e6e6e6; }
#autocomplete_menu ol li.selected { background-color: #828282; color: #e6e6e6; }
#autocomplete_menu ol li.selected:hover { background-color: #828282; color: #e6e6e6; }
#autocomplete_menu ol li.selected:hover .keyword_placeholder, #autocomplete_menu ol li.selected:hover .username, #autocomplete_menu ol li.selected:hover.keyword_match .modifier { color: #949494; }
#autocomplete_menu ol li.selected .keyword_placeholder, #autocomplete_menu ol li.selected .username, #autocomplete_menu ol li.selected.keyword_match .modifier { color: #949494; }
#autocomplete_menu ol li.selected .ts_icon, #autocomplete_menu ol li.selected:hover .ts_icon { color: #949494 !important; }
#autocomplete_menu ol li:hover { background-color: transparent; }
#autocomplete_menu ol li .ellipsis_icon, #autocomplete_menu ol li .history_icon, #autocomplete_menu ol li .modifier_icon { color: #949494; }
#autocomplete_menu footer, #autocomplete_menu header { background-color: transparent; }
#autocomplete_menu footer .keyword::before, #autocomplete_menu footer .modifier::before, #autocomplete_menu header .keyword::before, #autocomplete_menu header .modifier::before { background: #828282; border: 1px solid #545454; color: #e6e6e6; }
#autocomplete_menu footer .selected .keyword::before, #autocomplete_menu footer .selected .modifier::before, #autocomplete_menu header .selected .keyword::before, #autocomplete_menu header .selected .modifier::before { background: rgba(84, 84, 84, 0.25); border: #828282; }
#autocomplete_menu footer .modifier.incomplete::before, #autocomplete_menu header .modifier.incomplete::before { background: #363636; border: 1px solid #000; }
#autocomplete_menu .no_results { color: #e6e6e6; }
#autocomplete_menu .keyword_match .modifier, #autocomplete_menu .username { color: #949494; }
#autocomplete_menu .keyword_placeholder { color: #949494; }
#autocomplete_menu .history .keyword::before { background: #828282; border: 1px solid #545454; color: #e6e6e6; }
#autocomplete_menu .history .modifier::before { background: #828282; border: 1px solid #545454; color: #e6e6e6; }
#autocomplete_menu .history .modifier.incomplete::before { background: #363636; border: 1px solid #000; }
#autocomplete_menu .history .selected .keyword::before, #autocomplete_menu .history .selected .modifier::before { background: rgba(84, 84, 84, 0.25); border: #828282; }
#autocomplete_menu .delete_history_item_target_area .delete_icon { color: #949494; }
#autocomplete_menu .delete_history_item_target_area:hover .ts_icon.delete_icon { color: #bf360c !important; }
#autocomplete_menu .boxed { background: #222; border: 1px solid #363636; box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15); }
#autocomplete_menu .section_header .header_label { background-color: #222; color: #949494; }
#autocomplete_menu .pickmeup { border-bottom: 1px solid #363636; }
#autocomplete_menu.search_menu .section_header::before { background-color: #545454; }
#autocomplete_menu.search_menu header { color: #e6e6e6; }
#autocomplete_menu.search_menu header .header_label::before { background-color: #363636; }
#autocomplete_menu.search_menu .query_header { background-color: transparent; }
#autocomplete_menu.search_menu .query_header .search_query_preview { color: #e6e6e6; }
#autocomplete_menu.search_menu li.highlighted .muted_text { color: #949494; }
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .muted_text, #autocomplete_menu.search_menu:not(.keyboard_active) li:hover .muted_text { color: #949494; }
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .result_item_btn, #autocomplete_menu.search_menu:not(.keyboard_active) li:hover .result_item_btn { background: #363636; color: #e6e6e6; 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 { color: #949494; }
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .action_btn, #autocomplete_menu.search_menu:not(.keyboard_active) li:hover .action_btn { color: #e6e6e6; }
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .delete_btn, #autocomplete_menu.search_menu:not(.keyboard_active) li:hover .delete_btn { color: #949494; }
#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 { color: #bf360c; }
#autocomplete_menu.search_menu li.highlighted .result_item_btn { background: #363636; color: #e6e6e6; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
#autocomplete_menu.search_menu li.highlighted .modifier_icon { color: #949494; }
#autocomplete_menu.search_menu li.highlighted .action_btn { color: #e6e6e6; }
#autocomplete_menu.search_menu li.highlighted .delete_btn { color: #949494; }
#autocomplete_menu.search_menu li.highlighted .delete_btn:focus, #autocomplete_menu.search_menu li.highlighted .delete_btn:hover { color: #bf360c; }
#autocomplete_menu.search_menu .muted_text { color: #949494; }
#autocomplete_menu.search_menu .time_modifiers::before { background-color: #363636; }
#autocomplete_menu.search_menu .result_item_btn { color: #e6e6e6; }
#autocomplete_menu.search_menu .action_btn, #autocomplete_menu.search_menu .modifier_icon { color: #949494; }
#autocomplete_menu.search_menu footer .keyword::before, #autocomplete_menu.search_menu footer .modifier::before { background: #828282; border: 1px solid #545454; color: #e6e6e6; }
#autocomplete_menu.search_menu footer .selected .keyword::before, #autocomplete_menu.search_menu footer .selected .modifier::before { background: rgba(84, 84, 84, 0.25); border: #828282; }
#autocomplete_menu.search_menu footer .modifier.incomplete::before { background: #363636; border: 1px solid #000; }
#autocomplete_menu:not(.search_menu) footer, #autocomplete_menu:not(.search_menu) header { background-color: transparent; }
#autocomplete_menu:not(.search_menu) footer .keyword::before, #autocomplete_menu:not(.search_menu) footer .modifier::before, #autocomplete_menu:not(.search_menu) header .keyword::before, #autocomplete_menu:not(.search_menu) header .modifier::before { background: #828282; border: 1px solid #545454; color: #e6e6e6; }
#autocomplete_menu:not(.search_menu) footer .selected .keyword::before, #autocomplete_menu:not(.search_menu) footer .selected .modifier::before, #autocomplete_menu:not(.search_menu) header .selected .keyword::before, #autocomplete_menu:not(.search_menu) header .selected .modifier::before { background: rgba(84, 84, 84, 0.25); border: #828282; }
#autocomplete_menu:not(.search_menu) footer .modifier.incomplete::before, #autocomplete_menu:not(.search_menu) header .modifier.incomplete::before { background: #363636; border: 1px solid #000; }
#autocomplete_menu:not(.search_menu) ol li.selected { background-color: #828282; color: #e6e6e6; }
#autocomplete_menu:not(.search_menu) ol li.selected:hover { background-color: #828282; color: #e6e6e6; }
#autocomplete_menu:not(.search_menu) ol li.selected .username, #autocomplete_menu:not(.search_menu) ol li.selected:hover .username, #autocomplete_menu:not(.search_menu) ol li.selected.keyword_match .modifier, #autocomplete_menu:not(.search_menu) ol li.selected:hover.keyword_match .modifier, #autocomplete_menu:not(.search_menu) ol li.selected .keyword_placeholder, #autocomplete_menu:not(.search_menu) ol li.selected:hover .keyword_placeholder { color: #949494; }
#autocomplete_menu:not(.search_menu) ol li.selected .ts_icon, #autocomplete_menu:not(.search_menu) ol li.selected:hover .ts_icon { color: #949494 !important; }
#autocomplete_menu:not(.search_menu) ol li:hover { background-color: transparent; }
#autocomplete_menu:not(.search_menu) ol li .ellipsis_icon, #autocomplete_menu:not(.search_menu) ol li .history_icon, #autocomplete_menu:not(.search_menu) ol li .modifier_icon { color: #949494; }
#autocomplete_menu:not(.search_menu) .keyword_placeholder { color: #949494; }
.search_light_grey { color: #e6e6e6 !important; }
.highlighter_underlay .keyword::before { background: #828282; border: 1px solid #545454; color: #e6e6e6; }
.highlighter_underlay .modifier::before { background: #828282; border: 1px solid #545454; color: #e6e6e6; }
.highlighter_underlay .modifier.incomplete::before { background: #363636; border: 1px solid #000; }
.highlighter_underlay .selected .keyword::before, .highlighter_underlay .selected .modifier::before { background: rgba(130, 130, 130, 0.25); border: #545454; }
.highlighter_underlay .ghost_text { color: #e6e6e6; }
#chat_input_tab_ui { background: #222; border: 1px solid #363636; box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5); }
#chat_input_tab_ui #chat_input_tab_ui_header { background: padding-box #000; border-bottom: 1px solid #363636; color: #e6e6e6; text-shadow: 0 1px rgba(0, 0, 0, 0.15); }
#chat_input_tab_ui ul li.chat_input_tab_item { border-bottom: 1px solid #363636; }
#chat_input_tab_ui ul li.chat_input_tab_item.active, #chat_input_tab_ui ul li.chat_input_tab_item:hover { background: #545454; border-bottom-color: #363636; color: #e6e6e6; text-shadow: 0 1px rgba(0, 0, 0, 0.15); }
#chat_input_tab_ui ul li.chat_input_tab_item.active span, #chat_input_tab_ui ul li.chat_input_tab_item:hover span { color: #e6e6e6 !important; }
#chat_input_tab_ui ul.type_emoji li { color: #e6e6e6; }
#chat_input_tab_ui ul.type_members .broadcast_info, #chat_input_tab_ui ul.type_members .realname { color: #949494; }
#chat_input_tab_ui ul.type_channels .not_in_channel { color: #949494; }
.tab_complete_ui { background: #222; border: 1px solid #363636; box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5); }
.tab_complete_ui .tab_complete_ui_header { background: padding-box #000; border-bottom: 1px solid #363636; color: #e6e6e6; text-shadow: 0 1px rgba(0, 0, 0, 0.15); }
.tab_complete_ui ul.type_emoji li { color: #e6e6e6; }
.tab_complete_ui ul.type_members .broadcast_info, .tab_complete_ui ul.type_members .realname { color: #e6e6e6; }
.tab_complete_ui ul.type_cmds li.tab_complete_ui_group .group_name { color: #e6e6e6 !important; }
.tab_complete_ui ul.type_cmds li.tab_complete_ui_group .group_divider { border-bottom: 0; border-top-color: #363636; }
.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: #949494; }
.tab_complete_ui ul.type_cmds .cmdname { color: #e6e6e6; font-weight: 900; }
.tab_complete_ui li.tab_complete_ui_item, .tab_complete_ui li.tab_complete_ui_group { border-bottom: 1px solid #363636; }
.tab_complete_ui li.tab_complete_ui_item.active, .tab_complete_ui li.tab_complete_ui_group.active { background: #545454; border-bottom-color: #363636; 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: #e6e6e6 !important; }
.tab_complete_ui .not_in_channel { color: #949494; }
#flex_menu_footer.menu_footer { background: #222 !important; }
#flex_menu_header.menu_simple_header { background: #222 !important; }
#menu.flex_menu { background-color: #222; box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.25); }
#menu .flexpane_menu_item a { color: #949494; }
#menu .flexpane_menu_item.highlighted a { background: #828282; border-bottom-color: #545454; color: #c7c7c7; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
#menu:not(.keyboard_active) .flexpane_menu_item:hover a { background: #545454; border-bottom-color: #545454; color: #c7c7c7; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
#dms_filter, #dms_filter_show_all, #file_member_filter { background: #000; }
#client-ui .member_filter { border: 1px solid #545454; }
#client-ui #team_list_container #team_filter .member_filter { background-color: #222; border-left: 1px solid #000; }
#client-ui #dms_filter .member_filter, #client-ui #file_member_filter .member_filter { border-color: #545454; }
#client-ui #file_member_filter { border-color: #545454; }
#client-ui #dms_filter .member_filter:focus { border-color: #545454; }
#client-ui .team_tabs_container { border-bottom: 1px solid #000; }
#team_filter .icon_search { color: #949494; }
#team_filter a.icon_close { color: #949494; }
#team_filter a.icon_close:hover { color: #c7c7c7; }
.filter_header { background-color: #222; }
.filter_select.default_style .fsl_token.fsl_token_default_group { background-color: #363636; border-color: #363636; }
.filter_select.default_style .fsl_token.fsl_token_user_group { background-color: #828282; border-color: #828282; }
#im-list li.member.active .presence, #starred-list li.member.active .presence { color: #fff; }
#im-list li.member.active .presence.away, #starred-list li.member.active .presence.away { text-shadow: 1px 1px rgba(0, 0, 0, 0.15); }
#about_dms_link { color: #949494; }
#about_dms_link:hover { color: #c7c7c7; }
#client_header .channel_header .flex_header { background: #222; }
#client_header .channel_header .channel_name_container { color: #e6e6e6; }
#client_header .channel_header .channel_name_container .channel_name { color: #e6e6e6; }
#client_header .channel_header .channel_name_container .channel_name.muted { color: #949494; }
#client_header .channel_header .channel_name_container .channel_name #im_title.away { color: #949494; }
#client_header .channel_header .channel_name_container .channel_name ul li.mpdm_member.away { color: #949494; }
#client_header .channel_header .channel_name_container .mute_container .muted_icon { color: #949494; }
#client_header .channel_header .channel_name_container .mute_container .muted_icon:hover { color: #bf360c; }
#client_header .channel_header #channel_header_info { background: #222; color: #e6e6e6; }
#client_header .channel_header #channel_header_info .topic_divider { color: #363636; }
#client_header .channel_header .channel_title_info { background: #222; color: #949494; }
#client_header .channel_header .channel_title_info .divider_bar { background: #363636; }
#client_header .channel_header .channel_title_info .channel_details_toggle { color: #949494; }
#client_header .channel_header .channel_title_info .channel_actions_toggle { color: #949494; }
#client_header .channel_header .channel_header_icon { color: #e6e6e6; }
#client_header .channel_header .channel_header_icon.channel_calls_button { color: #949494; }
#client_header .channel_header .channel_header_icon#channel_actions_toggle.active { color: #e6e6e6; }
#client_header .channel_header .channel_header_icon#recent_mentions_toggle:hover { color: #bf360c; }
#client_header .channel_header .channel_header_icon#flex_menu_toggle.active { color: #e6e6e6; }
#client_header .channel_header .channel_header_icon#flex_menu_toggle .flex_menu_download_circle { background: #222; }
#client_header .channel_header .channel_header_icon#flex_menu_toggle .flex_menu_download_circle canvas { background: #222; }
#client_header .channel_header .channel_header_icon#details_toggle.active, #client_header .channel_header .channel_header_icon#recent_mentions_toggle.active, #client_header .channel_header .channel_header_icon#stars_toggle.active { background: #363636; }
#client_header .channel_header .channel_header_icon#details_toggle.active:hover, #client_header .channel_header .channel_header_icon#recent_mentions_toggle.active:hover, #client_header .channel_header .channel_header_icon#stars_toggle.active:hover { background: #545454; color: #e6e6e6; }
#client_header .channel_header .blue_hover:hover { color: #e6e6e6; }
#client_body:not(.onboarding)::before { background: #222; border-bottom: 1px solid #222; }
#help_icon { border: 1px solid #424242; color: #949494; }
#help_icon:hover { background: #424242; border: 1px solid #363636; color: #e6e6e6; }
#help_icon.unread #help_icon_circle_count { background-color: #bf360c; color: #fff; }
#flex_menu_toggle.unread #help_icon_circle_count { background-color: #bf360c; color: #fff; }
#flex_menu_toggle.open #help_icon_circle_count, #help_icon.open #help_icon_circle_count { background-color: #000; color: #e6e6e6; }
#channel_members_toggle { background: #222; color: #949494; }
#channel_members_toggle .channel_members_toggle_icon { color: #949494; }
#channel_members_toggle:hover .channel_members_toggle_icon { color: #e6e6e6; }
#active_channel_name { color: #949494; }
#active_channel_name .name { color: #e6e6e6; }
#active_channel_name .name.muted { color: #949494; }
#active_channel_name .prefix { color: #949494; }
#active_channel_name.active .prefix, #active_channel_name:hover .prefix { color: #e6e6e6; }
#active_channel_name #channel_actions { color: #949494; }
#active_channel_name .topic { color: #949494; }
#active_channel_name .call_icon { color: #949494; }
#active_channel_name .call_icon.away { color: rgba(148, 148, 148, 0.25); }
#active_channel_name .call_icon.call_window_offline { color: rgba(148, 148, 148, 0.25); }
#active_channel_name .ts_icon_microphone:hover, #active_channel_name .ts_icon_video_camera:hover { color: #e6e6e6; }
#active_channel_name:hover .name.muted, #active_channel_name:hover i .fa { color: #e6e6e6; }
#group_actions, #im_actions { color: #949494; }
#rxn_toast_div { background: #000; border: 1px solid #545454; }
#whats_new_burst { background: #bf360c; border-color: #545454; }
#client_header .search_form .icon_search { color: #949494; }
#client_header .search_form .icon_close { color: #949494; }
#client_header .search_form .search_input { background: #363636 !important; border: 1px solid #545454; }
#client_header .search_form .search_input:hover { border: 1px solid #828282; }
#client_header .search_form .search_input:focus { border-color: #545454; }
#client_header .channel_header #search_container .search_form:hover .search_input { border: 1px solid #545454; }
#client_header .channel_header #search_container .search_form .search_clear_icon .ts_icon_times_circle { color: #949494; }
#client_header .channel_header #header_search_form #search_spinner { color: #e6e6e6; }
#client_header .channel_header #header_search_form.search_form .icon_search { color: #949494; z-index: 2; }
#team_filter .icon_search { color: #949494; }
#team_filter a.icon_close { color: #949494; }
#team_filter a.icon_close:hover { color: #c7c7c7; }
#client-ui .icon_search { color: #949494; }
#client-ui a.icon_close { color: #949494; }
#client-ui a.icon_close:hover { color: #c7c7c7; }
.day_divider, .mention_day_container_div .day_divider { background: #222; color: #949494; }
.day_divider hr, .mention_day_container_div .day_divider hr { border-bottom: 0; border-top: 1px solid #363636; }
.day_divider .day_divider_label { background: #222; }
.day_container .day_msgs { border-top: 1px solid #363636; }
.day_container.unread_day_container .day_msgs { border-color: #bf360c; }
.day_container .day_divider { background: none; color: #949494; }
.day_container .day_divider .day_divider_label { background: #222; }
#banner { background: #000; }
#banner a { color: #949494; }
.banner_content { color: #e6e6e6; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
#notifications_banner { background: #000; }
#banner:hover #notifications_banner { background: #000; }
#notifications_dismiss_banner { background: #000; }
#macssb1_banner, #macssb1_dismiss_banner, #winssb1_banner, #winssb1_dismiss_banner { background: #000; }
.inline_edit .inline_edit_inner::before { background: #363636; border: 1px solid #545454; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
.inline_edit .inline_edit_inner::after { color: #e6e6e6; }
.inline_edit.inline_edit_success .inline_edit_inner::after { color: #0c95bf; }
.inline_edit.inline_edit_error .inline_edit_inner::after { color: #bf360c; }
.inline_edit.inline_edit_editing .inline_edit_inner::before { border-color: #000; box-shadow: none; }
.inline_edit.inline_edit_editing .inline_edit_inner::after { color: #949494; }
#msgs_overlay_div { background: #222; }
ts-message { color: #e6e6e6; }
ts-message.active:not(.standalone):not(.multi_delete_mode):not(.highlight), ts-message:hover:not(.standalone):not(.multi_delete_mode):not(.highlight) { background: rgba(0, 0, 0, 0.1); }
ts-message .timestamp { color: #949494; }
ts-message .edited, ts-message .temp_msg_controls { color: #949494; }
ts-message .only_visible_to_user { color: #949494; }
ts-message.ephemeral { color: #e6e6e6; }
ts-message .bot_label { background: #000; color: #949494; }
ts-message .in_reply_to { background: #000; color: #949494; }
ts-message.standalone:not(.for_mention_display):not(.for_search_display):not(.for_star_display) { border: 1px solid #545454; }
ts-message.unprocessed { color: rgba(230, 230, 230, 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.delete_mode, ts-message.multi_delete_mode { background: rgba(191, 54, 12, 0.75); }
ts-message.automated .message_body { color: rgba(230, 230, 230, 0.8); }
ts-message .action_hover_container, ts-message .message_actions_container message_actions { border: 1px solid #222; }
ts-message .action_hover_container:hover, ts-message .message_actions_container message_actions:hover { border-color: #545454; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }
ts-message .action_hover_container:hover a, ts-message .message_actions_container message_actions:hover a { background: #363636; border-right: 1px solid #545454; }
ts-message .action_hover_container a, ts-message .message_actions_container message_actions a { background: #222; border-right: 1px solid #222; color: #949494; }
ts-message .action_hover_container a:hover, ts-message .message_actions_container message_actions a:hover { color: #949494; }
ts-message .action_hover_container a.active, ts-message .action_hover_container a:active, ts-message .message_actions_container message_actions a.active, ts-message .message_actions_container message_actions a:active { background: #363636; color: #c7c7c7; }
ts-message.selected { background: #222; border-bottom: 6px solid #363636; border-top: 6px solid #363636; }
ts-message.selected:hover { background: #222; }
ts-message .meta { color: #949494; }
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: #949494 !important; }
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 .ts_icon_dropbox, ts-message .meta.msg_inline_file_preview_toggler a { color: #949494 !important; }
ts-message .pinned_item_message_header { color: #949494; }
ts-message .mention { background: #545454; border: 1px solid #828282; border-radius: 3px; color: #e6e6e6; padding: 0 3px; }
ts-message a .mention { color: #e6e6e6; }
.selecting_messages ts-message.multi_delete_mode:hover { background: rgba(191, 54, 12, 0.75); }
.selecting_messages ts-message:hover { background: #000; }
#conversation_container { background-color: rgba(54, 54, 54, 0.85); }
#conversation_container #message_edit_container { border-bottom: 1px solid #545454; border-top: 1px solid #545454; }
#conversation_container .more_messages { background: #545454; }
#conversation_container .more_messages_container .more_messages { color: #949494; }
#conversation_container ts-conversation::after { background: rgba(0, 0, 0, 0.08); background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(1, rgba(0, 0, 0, 0.08))); background: -moz-linear-gradient(center bottom, transparent 0, rgba(0, 0, 0, 0.08) 100%); }
#conversation_container ts-conversation::before { background: transparent; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.08)), color-stop(1, transparent)); background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.08) 0, transparent 100%); }
#conversation_container ts-conversation ts-message.selected { background: #545454; }
#conversation_container ts-conversation ts-relatives::after { background: #545454; }
#conversation_container ts-conversation ts-relatives ts-message.deleted .message_icon i { background-color: #545454; color: #949494; }
#conversation_container ts-conversation ts-relatives ts-message.deleted .message_content { color: #e6e6e6; }
#conversation_container ts-conversation ts-relatives ts-message:not(.selected):not(.highlight):not(.delete_mode) { background-color: rgba(191, 54, 12, 0.5); }
#conversation_container ts-conversation ts-relatives ts-message:not(.selected):not(.highlight):not(.delete_mode).new { background-color: rgba(191, 54, 12, 0.75); }
#msg_input_overlay { background: #222; }
#msg_input_overlay #close_conversation { background: rgba(0, 0, 0, 0.8); color: #949494; }
#msgs_div .unread_divider hr { border-top: 1px solid #bf360c; }
#msgs_div .unread_divider .divider_label { background: #222; color: #bf360c; }
#msgs_div .unread_divider.no_unreads hr { border-top-color: #363636; }
#msgs_div .unread_divider.no_unreads .divider_label { color: #949494; }
#msgs_div .unread_divider.adjacent_to_date { background: #222; }
#msgs_div ts-message.automated_grey { background: #000; }
#msgs_div ts-message.automated_grey .timestamp { color: #949494; }
#msgs_div ts-message.automated_grey:hover .timestamp { color: #c7c7c7; }
.channel_archive_messages.card .col:first-child { border-right: 1px solid #545454; }
.star { color: #949494; }
.star_item { border-bottom: 1px solid #000; }
.star_item .star_meta { color: #949494; }
.bot_message .message_sender { color: #e6e6e6; }
.bot_message .message_sender a { color: #e6e6e6; }
.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: #e6e6e6; }
#msgs_scroller_div #end_display_div #end_display_status { color: #949494; }
#msgs_scroller_div #end_display_div #end_display_meta { color: #949494; }
#msgs_scroller_div #end_display_div #end_display_meta h1 { color: #e6e6e6; }
#msgs_scroller_div #end_display_div p { color: #e6e6e6; }
.member_mentions_options { background-color: #000; border-top: 1px solid #363636; }
.dm_badge .dm_badge_meta { color: #e6e6e6; }
.dm_badge a { color: #949494; }
.dm_badge a.member_preview_link { color: #949494; }
.dm_badge .dm_badge:hover a { color: #949494; }
.dm_badge .hint { color: #949494; }
.is_limited_div { background-color: #222 !important; }
.is_limited_div.mini { color: #949494 !important; }
#message_edit_container form textarea, .inline_message_input_container form textarea { color: #e6e6e6; }
.light_theme ts-message { color: #e6e6e6; }
.light_theme ts-message.unprocessed { color: rgba(230, 230, 230, 0.75); }
.light_theme ts-message .msg_right_link { color: #949494; }
.light_theme ts-message .message_content .message_sender { color: #e6e6e6 !important; }
.light_theme ts-message .comment::before { color: #949494; }
.light_theme ts-message.archived .message_content, .light_theme ts-message.bot_change .message_content, .light_theme ts-message.joined .message_content, .light_theme ts-message.left .message_content, .light_theme ts-message.purpose .message_content, .light_theme ts-message.rename .message_content, .light_theme ts-message.sh_created .message_content .sh_auto_msg_text, .light_theme ts-message.sh_shared .message_content .sh_auto_msg_text, .light_theme ts-message.topic .message_content, .light_theme ts-message.unarchived .message_content { color: #949494; }
.light_theme ts-message .meta { color: #949494; }
.light_theme ts-message .file_service_icon { color: #949494; }
.light_theme #message_editing_info { color: #949494; }
.light_theme #message_edit_form textarea { color: #e6e6e6; }
.light_theme #message_edit_form p, .light_theme #message_edit_form span { color: #949494; }
.light_theme .msg_inline_video_holder { border: 1px solid #363636; }
.light_theme .pinned_item_message_header { color: #949494; }
.dense_theme ts-message { color: #e6e6e6; }
.dense_theme ts-message.unprocessed { color: rgba(230, 230, 230, 0.75); }
.dense_theme ts-message.first .timestamp, .dense_theme ts-message:hover .timestamp { color: #c7c7c7; }
.dense_theme ts-message.first .message_gutter .timestamp, .dense_theme ts-message.selected .message_gutter .timestamp { color: #949494; }
.dense_theme ts-message.divider { border-top: 1px solid #222; }
.dense_theme ts-message.archived, .dense_theme ts-message.bot_change, .dense_theme ts-message.joined, .dense_theme ts-message.left, .dense_theme ts-message.pinned .pinned_item_message_header, .dense_theme ts-message.purpose, .dense_theme ts-message.rename, .dense_theme ts-message.sh_created .sh_auto_msg_text, .dense_theme ts-message.sh_shared .sh_auto_msg_text, .dense_theme ts-message.topic, .dense_theme ts-message.unarchived { color: #949494; }
.dense_theme #message_editing_info { color: #949494; }
.dense_theme #message_edit_form { margin-left: 0; }
.dense_theme #message_edit_form textarea { color: #e6e6e6; }
.dense_theme #message_edit_form p, .dense_theme #message_edit_form span { color: #949494; }
.dense_theme #message_edit_form .timestamp { color: #949494; }
.dense_theme .file_reference .post_meta, .dense_theme .file_reference .space_meta { color: #949494; }
.dense_theme .file_reference .post_meta, .dense_theme .file_reference .snippet_meta, .dense_theme .file_reference .space_meta { color: #949494; }
.dense_theme .file_reference a:not(.member):not(.member_name):not(.icon):not(.timestamp):not(.preview_main_action):not(.preview_show_more):not(.file_preview_action) { color: #949494; }
.dense_theme .file_reference:hover a:not(.member):not(.member_name):not(.icon):not(.timestamp) { color: #949494; }
.dense_theme .file_reference:hover a:hover:not(.member):not(.member_name):not(.icon):not(.timestamp) { color: #c7c7c7; }
.dense_theme .file_reference:hover a.file_download_link { color: #949494 !important; }
.dense_theme .file_reference:hover a.file_download_link:hover { color: #c7c7c7 !important; }
.dense_theme .msg_inline_video { border: 1px solid #363636; }
.messages_banner { color: #e6e6e6; text-shadow: 0 1px rgba(0, 0, 0, 0.15); }
.messages_banner a { color: #e6e6e6; }
.messages_banner a:hover { color: #e6e6e6; }
#connection_div { background: #bf360c; }
#archives_return { background: padding-box #828282; color: #e6e6e6; }
#archives_return.warning { background: #bf360c; }
#archives_return a { color: #949494; }
#archives_return a:hover { color: #c7c7c7; }
#messages_unread_status { background: #545454; }
#messages_unread_status:hover { background: #828282; }
#messages_unread_status:hover .clear_unread_messages { background: #828282; }
#messages_unread_status:hover .clear_unread_messages:hover { background: #545454; }
#messages_unread_status.quiet { background: #828282; color: #e6e6e6; text-shadow: 0 1px rgba(0, 0, 0, 0.15); }
#messages_unread_status.quiet a { color: #e6e6e6; }
.clear_unread_messages { border-left: 1px solid rgba(0, 0, 0, 0.15); }
#messages_container.has_top_messages_banner::before { background: none; }
.attachment_group.has_container { border: 1px solid #363636; }
.attachment_group.has_container .inline_attachment::after { background-color: #363636; }
.attachment_group .media_caret { color: #949494; }
.attachment_group .attachment_source span { color: #949494 !important; }
.attachment_group .attachment_source .attachment_source_name + .attachment_author_name::before { color: #949494; }
.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: #949494; }
.attachment_group .attachment_title a { color: #e6e6e6; }
.attachment_group .attachment_footer_text + .attachment_ts::before { color: #949494; }
.attachment_group .delete_attachment_link ts-icon::before { color: #949494; }
.attachment_group .delete_attachment_link:hover ts-icon::before { color: #c7c7c7; }
.attachment_still_pending ts-inline-saver { color: #949494; }
.msg_inline_img_holder .msg_inline_img { box-shadow: inset 0 0 0 1px #000; }
.msg_inline_attachment_collapser, .msg_inline_attachment_expander, .msg_inline_email_collapser, .msg_inline_email_expander, .msg_inline_file_preview_collapser, .msg_inline_file_preview_expander, .msg_inline_img_collapser, .msg_inline_img_expander, .msg_inline_media_toggler, .msg_inline_room_preview_collapser, .msg_inline_room_preview_expander { color: #949494; }
.msg_inline_attachment_collapser:hover, .msg_inline_attachment_expander:hover, .msg_inline_email_collapser:hover, .msg_inline_email_expander:hover, .msg_inline_file_preview_collapser:hover, .msg_inline_file_preview_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: #c7c7c7; }
.msg_inline_img { background: #545454; }
.msg_inline_room_preview_collapser { color: #949494; }
.msg_inline_room_preview_collapser:hover { color: #949494; }
.msg_inline_file_preview_collapser.title_hidden { color: #949494; }
.inline_attachment span.attachment_author_name { color: #949494; }
.inline_attachment span.attachment_author_subname, .inline_attachment span.attachment_service_name { color: #949494; }
.inline_attachment a span:active, .inline_attachment a span:hover { color: #c7c7c7 !important; }
.inline_attachment .attachment_footer, .inline_attachment .attachment_ts { color: #949494; }
.inline_attachment .attachment_footer a, .inline_attachment .attachment_ts a { color: #949494; }
.inline_attachment .attachment_footer a:active, .inline_attachment .attachment_footer a:hover { color: #c7c7c7 !important; }
.inline_attachment .attachment_ts a:active, .inline_attachment .attachment_ts a:hover { color: #c7c7c7 !important; }
.inline_attachment .iframe_placeholder, .inline_attachment iframe { background-color: #000; }
.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: #949494 !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: #949494 !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: #c7c7c7 !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: #c7c7c7 !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: #e6e6e6; }
.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: #949494; }
.meta.msg_inline_file_preview_toggler .ts_icon[class*=ts_icon_caret]:hover, .meta.msg_inline_img_toggler .ts_icon[class*=ts_icon_caret]:hover, .dense_meta.msg_inline_file_preview_toggler .ts_icon[class*=ts_icon_caret]:hover, .dense_meta.msg_inline_img_toggler .ts_icon[class*=ts_icon_caret]:hover { color: #c7c7c7; }
.meta.meta_feature_fix_files .file_new_window_link:hover, .dense_meta.meta_feature_fix_files .file_new_window_link:hover { color: #c7c7c7 !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: #c7c7c7 !important; }
.meta.meta_feature_fix_files .member, .dense_meta.meta_feature_fix_files .member { color: #949494 !important; }
.delete_attachment_link { color: #949494; }
.delete_attachment_link:hover { color: #c7c7c7; }
.file_container { background: #000; border: 1px solid #000; color: #e6e6e6; }
.file_container::after, .file_container.post_container::after { background-image: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0, #222 100%); background-image: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0, #222 100%); background-image: -o-linear-gradient(top, rgba(34, 34, 34, 0) 0, #222 100%); background-image: linear-gradient(top, rgba(34, 34, 34, 0) 0, #222 100%); }
.file_container.generic_container .file_header_icon .ts_icon { background: #222; box-shadow: 0 0 0 3px #222; color: #e6e6e6; }
.file_container.generic_container .file_header_icon .ts_icon.snippet { background: #363636; }
.file_container.generic_container .file_header_meta .meta_hover { background: #000; color: #e6e6e6; }
.file_container .file_header .file_header_meta { color: #949494; }
.file_container .file_header + .file_body { border-top: 1px solid #000; }
.file_container .preview_actions .btn { background-color: #363636; }
.file_container .preview_actions .btn::after { border-color: #000; }
.file_container .preview_actions .btn.preview_show_less_header { background-color: rgba(130, 130, 130, 0.9); color: #e6e6e6 !important; }
.file_container .preview_actions .btn.preview_show_less_header::after { border: 2px solid #000; }
.file_container .preview_actions .btn.preview_show_less_header:focus, .file_container .preview_actions .btn.preview_show_less_header:hover { background-color: #363636; }
.file_container .preview_actions .btn.preview_show_less_header:focus::after, .file_container .preview_actions .btn.preview_show_less_header:hover::after { border-color: #363636; }
.file_container.image_container .image_body { background-color: #222; }
.file_container.image_container .preview_actions .btn { background-color: rgba(130, 130, 130, 0.9); }
.file_container.image_container .preview_actions .btn:focus, .file_container.image_container .preview_actions .btn:hover { background-color: #363636; }
.file_container.image_container .preview_actions.overflow_preview_actions { background: rgba(130, 130, 130, 0.9); border: 1px solid rgba(0, 0, 0, 0.1); }
.file_container .preview_show .preview_show_btn { background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), linear-gradient(rgba(130, 130, 130, 0.3), rgba(130, 130, 130, 0.3)); color: #949494; }
.msg_inline_video_buttons_div { background-color: rgba(34, 34, 34, 0.4); }
.msg_inline_video_buttons_div a { color: #e6e6e6; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
.msg_inline_video_buttons_div a:visited { color: #e6e6e6; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
body:not(.feature_new_message_markup) .meta.msg_inline_file_preview_toggler a, body:not(.feature_new_message_markup) .meta.msg_inline_file_preview_toggler .member, body:not(.feature_new_message_markup) .meta.msg_inline_file_preview_toggler .service_link, body:not(.feature_new_message_markup) .meta.msg_inline_img_toggler a, body:not(.feature_new_message_markup) .meta.msg_inline_img_toggler .member, body:not(.feature_new_message_markup) .meta.msg_inline_img_toggler .service_link { color: #949494 !important; }
.post_body ul.checklist { background-color: #363636; }
.post_body ul.checklist li::before { background: #363636; }
.post_body ul.checklist li.checked { color: #949494; }
.post_body ul.list.checklist li { border-bottom: 1px solid #545454; }
.post_body ul.list.checklist li.checked { color: #949494; }
.post_body .message { background-color: #e6e6e6; }
.post_body code, .post_body pre { background: #363636; }
pre { background: #000; border: 1px solid #363636; color: #e6e6e6; }
pre span.mention { padding: 2px 0 !important; }
#page pre, body > pre { background: #000; color: #e6e6e6 !important; }
body > pre { background: #828282; }
code { background-color: #000; border: 1px solid #363636; color: #e6e6e6; }
.file_list_item.snippet .snippet_preview { background: #000; }
.snippet_preview, .snippet_body { background: #000; }
.snippet_preview pre, .snippet_body pre { color: #e6e6e6; }
.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 { background-color: #363636; border-right: 1px solid #363636; color: #949494; }
.CodeMirror { background: #000; border: 1px solid #363636; color: #e6e6e6; }
.CodeMirror div.CodeMirror-cursor { border-left: 1px solid #e6e6e6; }
.CodeMirror.cm-fat-cursor div.CodeMirror-cursor { background: #e6e6e6; }
.CodeMirror .CodeMirror-gutters { background-color: #363636; border-right: 1px solid #222; }
.CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler { background-color: #363636; }
.CodeMirror-linenumber { color: #949494; }
.CodeMirror-guttermarker { color: #949494; }
.CodeMirror-guttermarker-subtle { color: #949494; }
.CodeMirror-ruler { border-left: 1px solid #828282; }
.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: #363636; }
.cm-s-default .cm-link { color: #949494; }
.cm-negative { color: #bf360c; }
.cm-positive { color: #0c95bf; }
.cm-invalidchar, .cm-s-default .cm-error { color: #bf360c; }
div.CodeMirror span.CodeMirror-matchingbracket { color: #0c95bf; }
div.CodeMirror span.CodeMirror-nonmatchingbracket { color: #bf360c; }
.CodeMirror-matchingtag { background: #000; }
.CodeMirror-activeline-background { background: #828282; }
.CodeMirror-selected { background: #222; }
.CodeMirror-focused .CodeMirror-selected { background: #222; }
.cm-searching { background: #828282; }
.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: #e6e6e6; }
.sssh-property { color: #e6e6e6; }
.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: #363636; }
.sssh-link { color: #949494; }
#flex_contents { background: #222; }
#flex_contents .monkey_scroll_hider { background: #222; }
#flex_contents .heading { background: #222; color: #949494; }
#flex_contents .heading a { color: #949494; }
#flex_contents .heading a:hover { color: #c7c7c7; }
#flex_contents .heading a.close_flexpane { color: #949494; }
#flex_contents .heading .cancel_link { color: #949494; }
#flex_contents .heading .menu_heading:hover { color: #e6e6e6; }
#flex_contents .heading .menu_icon { color: #949494; }
#flex_contents .heading .menu_icon:hover { color: #c7c7c7; }
#flex_contents .subheading { background: #222; border-top: 1px solid #000; color: #949494; }
#flex_contents .subheading p a { color: #e6e6e6; }
#flex_contents .subheading .filter_menu_label.active .arrow_down { color: #949494; }
#flex_contents .toolbar { background: #222; }
#flex_contents .flexpane_tab_bar li a { color: #949494; }
#flex_contents .flexpane_tab_bar li:hover { border-bottom: 4px solid #363636; }
#flex_contents .flexpane_tab_bar li:hover a { color: #949494; }
#flex_contents .flexpane_tab_bar li.active { border-bottom: 4px solid #363636; }
#flex_contents .flexpane_tab_bar li.active a { color: #949494; }
#flex_contents .help { border-top: 5px solid #000; color: #e6e6e6; }
#flex_contents i.callout { color: #949494; }
.toolbar { background: #222; border-bottom: 1px solid #000; color: #e6e6e6; }
.msg_right_link { color: #949494; }
#details_tab .heading { background: #222; }
#details_tab .heading a.close_flexpane { color: #949494; }
#details_tab .heading a.close_flexpane:hover { color: #c7c7c7; }
#details_tab.feature_channel_details .channel_page_section { border-top: 1px solid #363636 !important; }
#details_tab hr { border-top-color: #363636; }
#details_tab .channel_page_section { background: #222; border-top: 1px solid #363636; }
#details_tab .channel_page_section .section_header:hover .disclosure_triangle { color: #c7c7c7; }
#details_tab .channel_page_section .section_header a { color: #949494; }
#details_tab .channel_page_section .disclosure_triangle { color: #949494; }
#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: #e6e6e6; }
#details_tab .channel_page_member_tabs .icon_member_header { color: #949494; }
#details_tab .channel_page_member_row { color: #e6e6e6; }
#details_tab .channel_page_member_row a { color: #949494; }
#details_tab .channel_page_member_row.away { color: #e6e6e6; }
#details_tab .channel_page_member_row.away a { color: #949494; }
#details_tab .pinned_item:hover { border-color: #545454; }
#details_tab .channel_page_action .leave_link { color: #949494; }
#details_tab .channel_page_action .leave_link:hover { color: #c7c7c7; }
.pinned_item { color: #e6e6e6; }
.pinned_item .pin_file_title { color: #949494; }
.pinned_item .pin_member_name a { color: #949494 !important; }
.pinned_item .pin_metadata { color: #949494; }
.pinned_item .remove_pin { color: #949494; }
.pinned_item .remove_pin:hover { color: #c7c7c7; }
.pinned_item .pinned_message_text .pin_truncate_fade { background: #222; }
.pinned_item.delete_mode { border-color: #bf360c !important; }
.search_message_result { background: #222; border-top: 2px solid #000; color: #e6e6e6; }
.search_message_result .search_message_result_meta { color: #949494; }
.search_message_result .search_message_result_meta a { color: #949494; }
.search_message_result .search_message_result_meta .date_links a { color: #949494; }
.search_message_result .search_message_result_text .result_msg_format a { color: #949494; }
span.match { background: rgba(191, 54, 12, 0.25); border-radius: 3px; padding: 3px; }
#search_widget { background: padding-box #000; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); color: #e6e6e6; }
#search_widget .results_block { background: #363636; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
#search_widget .results_heading { background: #000; color: #e6e6e6; }
#search_widget a.results_heading:hover { background: #222; }
#search_widget .search_widget_item a { color: #949494; }
#search_widget .search_widget_item:hover a { color: #c7c7c7; }
#search_widget .search_widget_item .result_meta a { color: #949494; }
#search_widget .search_widget_item .result_meta a:hover { color: #e6e6e6; }
.search_widget_item { border-top: 1px solid #545454; color: #e6e6e6; }
.search_widget_item:hover { background: #545454; }
.search_widget_item .result_meta { color: #e6e6e6; }
#search_options { background: #222; border-top: 1px solid #363636; color: #e6e6e6; }
#advanced_options_toggle:hover { color: #c7c7c7; }
#advanced_options .active .arrow_down { color: #949494; }
#search_filters a { background: #222; color: #e6e6e6; }
#search_filters a:hover { border-bottom: 4px solid #363636; }
#search_filters.files #filter_files, #search_filters.messages #filter_messages { border-bottom: 4px solid #363636; color: #e6e6e6; }
#search_file_list_toggle_users.active:hover { border: 2px solid #c7c7c7; color: #c7c7c7 !important; }
.no_results { color: #e6e6e6; }
#search_results_team .team_results_heading { color: #e6e6e6; }
#search_results_team .team_result { background-color: #545454; border: 1px solid #828282; color: #e6e6e6; }
#search_results_team .team_result a { color: #949494; }
#search_results_team .team_result:hover a { color: #c7c7c7; }
#search_results_team .team_result a:hover { color: #c7c7c7; }
#search_results_team .member_name { color: #e6e6e6 !important; }
.suggestion { color: #e6e6e6; }
.suggestion.active, .suggestion:hover { background: #545454; }
#paging_in_options .search_paging { color: #949494; }
#search_results_items .search_paging { color: #e6e6e6; }
.search_paging i.disabled { color: #949494; }
.search_paging a { color: #949494; }
.search_paging a:hover { color: #c7c7c7; }
.search_sort_prefix { color: #e6e6e6; }
.search_segmented_control { border: 1px solid #363636; color: #949494 !important; }
.search_segmented_control:hover { color: #c7c7c7 !important; }
.search_segmented_control.active { background: #222; color: #c7c7c7 !important; }
.search_result_with_extract { background: #545454; border: 1px solid #000; box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); }
.search_result_with_extract:hover { border: 1px solid #828282; }
.search_result_for_context::after { background: rgba(34, 34, 34, 0.1); }
.extract_expand_icons { color: #949494; }
.search_result_with_extract:hover .extract_expand_icons { color: #c7c7c7; }
#mentions_options { background-color: #222; border-top: 1px solid #000; color: #e6e6e6; }
#member_mentions_more_btn { background-color: #828282 !important; }
.mention_day_container_div .day_divider::before { background: none; border-color: #363636; }
.mention_rxn .mention_rxn_summary { color: #e6e6e6; }
.mention_rxn .mention_rxn_summary .member_preview_link, .mention_rxn .mention_rxn_summary .mention_rxn_summary_members { color: #949494; }
#file_list_toggle_users { color: #949494; }
#file_list_toggle_users.active:hover, #file_list_toggle_users:hover { color: #c7c7c7; }
#file_list_toggle_users.active { color: #949494; }
.secondary_file_button { color: #949494 !important; }
.secondary_file_button:hover { color: #e6e6e6 !important; }
.file_list_item .icon, .file_reference .icon { background: #828282; border: 1px solid #545454; color: #e6e6e6 !important; }
.filetype_button { background: #828282; border: 1px solid #545454; color: #e6e6e6 !important; }
.filetype_button:hover { background: #828282; }
.filetype_button:hover .file_download_label { background: #545454; color: #e6e6e6; }
.filetype_button .file_title { color: #e6e6e6; }
.filetype_button .file_download_label { background: #828282; border-top: 1px solid #545454; }
a.filetype_button_web { background: #828282; border: 1px solid #545454; color: #e6e6e6; }
a.filetype_button_web .filetype_icon { background-color: #545454; }
a.file_download_link { color: #949494; }
a.file_download_link:hover { color: #c7c7c7; }
a:hover .file_inline_icon { color: #949494; }
a.gsheet img, a.pdf img { background: #222 !important; }
html.no_touch a.filetype_button_web:hover { border-color: #545454; }
html.no_touch a.filetype_button_web:hover .file_title { color: #e6e6e6; }
.file_container ~ .file_meta { color: #949494; }
.file_inline_icon { color: #949494; }
.file_header .member { color: #949494 !important; }
.file_header .title { color: #e6e6e6; }
.file_header .title a { color: #949494; }
.file_header .title a:hover { color: #c7c7c7; }
.flexpane_file_title .member, .flexpane_file_title .service_link { color: #949494 !important; }
.flexpane_file_title .title a, .flexpane_file_title .file_action_list a { color: #949494; }
.flexpane_file_title .title a:hover, .flexpane_file_title .file_action_list a:hover { color: #c7c7c7; }
.file_actions_cog { color: #949494 !important; }
.file_actions_cog:hover { color: #c7c7c7 !important; }
.file_list_item { color: #e6e6e6; }
.file_list_item a { color: #949494; }
.file_list_item a.member { color: #c7c7c7; }
.file_list_item .bullet { color: #949494; }
.file_list_item .icon { background: #828282; border-color: #545454; }
.file_list_item .ts_icon_comment { color: #949494; }
.file_list_item .file_comment_link:hover { color: #949494; }
.file_list_item .file_comment_link:hover .ts_icon_comment { color: #949494; }
.file_list_item .title a { color: #949494; }
.file_list_item .share_info .unshare_link { color: #949494; }
.file_list_item .share_info .unshare_link:hover { color: #c7c7c7; }
.file_list_item .actions a, .file_list_item .actions span { background-color: #363636; border: 1px solid #828282; color: #949494; }
.file_list_item .actions a:hover { background-color: #222 !important; border-color: #828282; color: #c7c7c7; }
.file_list_item.post .preview, .file_list_item.space .preview { color: #e6e6e6; }
.file_list_item #share_dialog, .file_list_item.active, .file_list_item:active, .file_list_item:hover { background-color: #545454; border-color: #828282; }
.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: #949494; }
.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: #363636; }
.unshare_link { color: #949494; }
.unshare_link i::before { color: #949494; }
.unshare_link i.ts_icon_minus_circle_small:hover::before { color: #bf360c; }
.snippet_preview pre { color: #e6e6e6; }
.file_preview_wrapper .file_preview { background: #222; }
.file_preview_wrapper .file_preview:hover { background: #363636; }
.file_page_user { color: #e6e6e6; }
.file_page_user .member { color: #e6e6e6 !important; }
.file_page_user .date { color: #949494; }
.file_page_meta { color: #949494; }
#file_page_preview img { background: #222; border: 1px solid #000; }
#file_page_preview img:hover { background: #363636; }
.comment_meta { color: #949494; }
.comment .special_formatting_quote .content { color: #e6e6e6; }
.comment .member { color: #e6e6e6 !important; }
.comment_body { color: #e6e6e6; }
.comment_actions { color: #949494; }
.comment_actions:hover { color: #e6e6e6; }
.icon_quote { color: #e6e6e6; }
#flex_contents .comment_form textarea, #flex_contents .edit_comment_form textarea { color: #e6e6e6; }
.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: #222; }
.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: #363636; }
.tab_container .star_item ts-message .timestamp { color: #949494; }
.tab_container .file_list_item:focus, .tab_container .file_list_item:hover { background-color: #363636; border-color: #000; }
.tab_container .file_list_item .star { color: #949494; }
.tab_container .file_list_item .contents .file_comment_link { color: #949494; }
.tab_container .file_list_item .contents .file_comment_link .ts_icon { color: #949494; }
.tab_container .file_list_item .contents .file_comment_link:focus, .tab_container .file_list_item .contents .file_comment_link:hover { color: #c7c7c7; }
.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: #c7c7c7; }
.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: #949494; }
.tab_container .file_list_item .filetype_image { background-color: #000; }
#member_preview_scroller a:not(.member_name), .team_list_item a:not(.member_name) { color: #949494; }
#member_preview_scroller a:not(.member_name):hover { color: #c7c7c7; }
#member_preview_scroller .member_data_table a, #team_list .member_data_table a { color: #949494; }
#member_preview_scroller .member_data_table a:hover, #team_list .member_data_table a:hover { color: #c7c7c7; }
#member_preview_scroller a.member_action_button, #team_list a.member_action_button { color: #949494 !important; }
#member_preview_scroller a.member_action_button:hover, #team_list a.member_action_button:hover { border-color: #828282 !important; color: #c7c7c7 !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: #e6e6e6; }
#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: #949494; }
#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: #c7c7c7; }
#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: #000; color: #949494; }
#member_preview_scroller, #member_preview_web_container { background-color: #363636; }
#team_tab #member_preview_scroller, #team_tab #member_preview_web_container { background-color: #222; }
#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: #e6e6e6; }
#member_preview_scroller .member_details .member_title, #member_preview_web_container .member_details .member_title, .menu_member_header .member_details .member_title { color: #e6e6e6; }
#member_preview_scroller .member_details .member_restriction, #member_preview_scroller .member_details .member_timezone_value, #member_preview_web_container .member_details .member_restriction, #member_preview_web_container .member_details .member_timezone_value, .menu_member_header .member_details .member_restriction, .menu_member_header .member_details .member_timezone_value { color: #949494; }
#member_preview_scroller .member_details .member_restriction a, #member_preview_scroller .member_details .member_timezone_value a, #member_preview_web_container .member_details .member_restriction a, #member_preview_web_container .member_details .member_timezone_value a, .menu_member_header .member_details .member_restriction a, .menu_member_header .member_details .member_timezone_value a { color: #949494; }
#member_preview_scroller .member_details .member_restriction a:hover, #member_preview_scroller .member_details .member_timezone_value a:hover, #member_preview_web_container .member_details .member_restriction a:hover, #member_preview_web_container .member_details .member_timezone_value a:hover, .menu_member_header .member_details .member_restriction a:hover, .menu_member_header .member_details .member_timezone_value a:hover { color: #c7c7c7; }
#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_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, .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 { color: #949494; }
#member_preview_scroller .member_details_divider, #member_preview_web_container .member_details_divider, .menu_member_header .member_details_divider { border-color: #363636; }
#disabled_members_tab a { color: #949494; }
#disabled_members_tab a:hover { background: #424242; color: #c7c7c7; }
#disabled_members_tab.active a { color: #949494; }
.team_list_item { border-top: 1px solid #545454; color: #949494; }
.team_list_item a:not(.member_name):hover { color: #c7c7c7; }
.team_list_item .member_name { color: #e6e6e6; }
#client-ui #team_list .team_list_item.expanded, #member_preview_scroller .team_list_item.expanded { border-color: #363636; }
#client-ui #team_list .team_list_item:hover, #member_preview_scroller .team_list_item:hover { border-color: #545454; }
#whats_new_tab p { color: #e6e6e6; }
#whats_new_tab .flex_heading_controls label { color: #949494; }
#whats_new_updates h3 a { color: #e6e6e6 !important; }
#emoji_menu { background: #000; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); color: #e6e6e6; }
#emoji_menu h3 { background: rgba(34, 34, 34, 0.95); }
#emoji_menu #emoji_div_default_rxns { border-bottom: 1px solid #363636; }
#emoji_menu #emoji_preview_text { background: #000; color: #e6e6e6; }
#emoji_menu #emoji_preview_deluxe { color: #e6e6e6; }
#emoji_menu #emoji_menu_footer { background: #000; border-top: 1px solid #363636; }
#emoji_menu #emoji_menu_content:hover #emoji_skin_button_container { background: #545454; border: 1px solid #363636; }
#emoji_menu #emoji_menu_header { background: #000; }
#emoji_menu .emoji_li a:hover { background: #c7c7c7; }
#emoji_menu .emoji_li a.green:hover, #emoji_menu .emoji_li.key_selection a.green { background: #949494; }
#emoji_menu .emoji_li a.yellow:hover, #emoji_menu .emoji_li.key_selection a.yellow { background: #949494; }
#emoji_menu .emoji_li a.blue:hover, #emoji_menu .emoji_li.key_selection a.blue { background: #949494; }
#emoji_menu .emoji_li a.pink:hover, #emoji_menu .emoji_li.key_selection a.pink { background: #949494; }
#emoji_menu a.emoji_grouping_tab { color: #949494; }
#emoji_menu a.emoji_grouping_tab:hover { background: #363636; color: #c7c7c7; }
#emoji_menu a.emoji_grouping_tab.active { background: #545454; border-bottom: 3px solid #424242; color: #e6e6e6; }
#emoji_menu #monkey_scroll_wrapper_for_emoji_menu_items_scroller { background: #222; }
#emoji_menu #emoji_input:focus { border-color: #545454; }
#emoji_menu #emoji_skin_button, #emoji_menu #emoji_skin_picker, #emoji_menu #emoji_skin_tip { color: #949494; }
#emoji_menu #emoji_skin_picker { background: #000; }
#emoji_menu #emoji_skin_picker > span[data-preferred=true] { background: #363636; }
.emoji_li a { color: #949494 !important; text-shadow: 0 1px rgba(0, 0, 0, 0.15); }
div#emoji_tip { color: #e6e6e6; }
div#emoji_zero_results { color: #949494; }
div#emoji_tip i, div#emoji_zero_results i { color: #949494; }
.rxn { background: #000; border: 1px solid #545454; }
.rxn.active, .rxn:hover { border-color: #424242; }
.rxn.active .emoji_rxn_count, .rxn:hover .emoji_rxn_count { color: #e6e6e6; }
.rxn.user_reacted { background-color: rgba(66, 66, 66, 0.08); border-color: rgba(130, 130, 130, 0.4) !important; }
.rxn.user_reacted .emoji_rxn_count { color: #e6e6e6; }
.rxn .emoji_rxn_count { color: #e6e6e6; }
.rxn.menu_rxn .ts_icon { color: rgba(230, 230, 230, 0.25); }
.modal { background-color: #222; border: 0; box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); }
.modal .close, .modal label { color: #e6e6e6; }
.modal_input_note, .modal_input_note_full_width { color: #949494; }
.modal-footer { background: padding-box #222; border-top: 1px solid transparent; box-shadow: none; }
.modal-header { background: padding-box #000; border-bottom: 1px solid #363636; color: #e6e6e6; }
.close { color: #e6e6e6; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
#fs_modal_bg { background: #222; }
#fs_modal { background: #222; }
#fs_modal h1, #fs_modal h2, #fs_modal h3, #fs_modal h4, #fs_modal h5, #fs_modal h6 { color: #e6e6e6; }
#fs_modal #fs_modal_sidebar a { color: #949494; }
#fs_modal #fs_modal_sidebar a:hover { background: #363636; }
#fs_modal #fs_modal_sidebar a.active { background: #000; color: #c7c7c7; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
#fs_modal .fs_modal_btn { color: #545454; }
#fs_modal .fs_modal_btn:hover { background: #828282; color: #e6e6e6; }
#fs_modal .fs_modal_btn:active { background: #828282; color: #e6e6e6; }
.channel_modal_header { color: #e6e6e6; }
#channel_browser .channel_browser_row { border-top: 1px solid #363636; color: #e6e6e6; }
#channel_browser .channel_browser_row_header { color: #e6e6e6; }
#channel_browser .channel_browser_creator_name { color: #949494; }
#channel_browser .channel_browser_open, #channel_browser .channel_browser_preview { color: #949494; }
#channel_browser #channel_list_container:not(.keyboard_active).not_scrolling .channel_browser_row:hover, #channel_browser .channel_browser_row.highlighted { background: #000; border: 1px solid #545454; }
#channel_browser .channel_browser_divider { background: transparent; color: #949494; }
#channel_browser .channel_browser_sort_container::after { color: #e6e6e6; }
.channel_invite_member .add_icon, .channel_invite_member_small .add_icon { color: #949494; }
.channel_invite_member .name_container .not_in_token, .channel_invite_member_small .name_container .not_in_token { color: #949494 !important; }
.channel_invite_member .invite_user_group_avatar, .channel_invite_member_small .invite_user_group_avatar { background-color: #000; color: #e6e6e6; }
#invite_members_container .fsl_input_container { background: #545454; }
#notifications_not_working p.highlight_yellow_bg { border-radius: 3px; padding: 0 6px 6px; }
#notifications_not_working p.highlight_yellow_bg a { color: #e6e6e6; text-decoration: underline; }
#im_browser .im_browser_row { border-top: 1px solid #545454; }
#im_browser .im_browser_row.multiparty .member_image + .member_image:not(.ra):not(.ura) { border: 2px solid #000; }
#im_browser .im_browser_row .im_unread_cnt { background: #bf360c; color: #e6e6e6; }
#im_browser .im_browser_row.disabled { color: #949494; }
#im_browser #im_list_container:not(.keyboard_active).not_scrolling .im_browser_row:hover, #im_browser .im_browser_row.highlighted { background: #000; border: 1px solid #545454; }
#im_browser_tokens { background: #545454; border: 1px solid #828282; }
#im_browser_tokens.active { border-color: #828282; box-shadow: 0 0 7px rgba(130, 130, 130, 0.15); }
#im_browser_tokens .member_token { background: #222; border: 1px solid #000; color: #e6e6e6; }
#im_browser_tokens .member_token.ra { background: #bf360c; }
.fs_modal_file_viewer_header { background-color: #363636; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
.fs_modal_file_viewer_header .btn { color: #e6e6e6; }
.fs_modal_file_viewer_header .star { color: #949494; }
.fs_modal_file_viewer_header .control_btn, .fs_modal_file_viewer_header a.control_btn { color: #e6e6e6; }
.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: #e6e6e6; }
.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: #949494; }
.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: #545454; }
.fs_modal_file_viewer_header .file_size { color: #949494; }
.fs_modal_file_viewer_header .close_btn::after { border-right: 1px solid #545454; }
.fs_modal_file_viewer_content .viewer { background-color: #000; color: #e6e6e6 !important; }
.fs_modal_file_viewer_content .viewer .next_btn ts-icon, .fs_modal_file_viewer_content .viewer .previous_btn ts-icon { background: #545454; 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(130, 130, 130, 0.25); color: #e6e6e6; }
.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(148, 148, 148, 0.8); }
.fs_modal_file_viewer_content .comment_panel { background-color: #222; 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 #000; }
.fs_modal_file_viewer_content .no_comment { background-color: #222; color: #949494; }
.fs_modal_file_viewer_content .comment_close_btn { color: #e6e6e6; }
.fs_modal_file_viewer_content #file_comment { color: #e6e6e6; }
.mini_file_profile .meta_data { color: #949494; }
.mini_file_profile .author .member { color: #949494 !important; }
.mini_file_profile .title { color: #e6e6e6; }
.mini_file_profile .bullet { color: #949494; }
#edit_team_profile_container input:disabled, #edit_team_profile_container select:disabled { background: #545454; border: 1px solid #000; }
#edit_team_profile_container .filter_select.disabled { background: #545454; }
#edit_team_profile_container .filter_select.disabled input { background: #545454; }
#edit_team_profile_add .row, #edit_team_profile_list .row { border-top: 1px solid #363636; }
#edit_team_profile_list .row:nth-last-child(2):hover { border-color: #363636 !important; }
#edit_team_profile_list .row:nth-child(n+5).active, #edit_team_profile_list .row:nth-child(n+5):hover { background: #363636; border: 1px solid #000; }
#edit_team_profile_list .row:nth-child(n+5).active .edit_team_profile_list_controls i.ts_icon_cog_o { color: #949494; }
#edit_team_profile_list .edit_team_profile_list_controls i { color: #e6e6e6; }
#edit_team_profile_list .edit_team_profile_list_controls i.ts_icon_cog_o:hover { color: #949494; }
#edit_team_profile_list .edit_team_profile_list_controls i.ts_icon_grabby_patty:hover { color: #949494; }
#edit_team_profile_list .sortable-placeholder::before { border-top: 1px solid #545454; }
#edit_team_profile_add .row:last-child { border-bottom: 1px solid #545454; }
#edit_team_profile_add .row:not(.header_row):hover { background: #363636; border: 1px solid #000; }
#edit_team_profile_add .row:not(.header_row):hover .col:first-child { color: #e6e6e6; }
#edit_team_profile_add .row:not(.header_row):hover i { border-color: #000; color: #e6e6e6; }
#edit_team_profile_add i { color: #949494; }
#edit_team_profile_edit .profile_field_preview_protector label.select::after, #edit_team_profile_edit .profile_field_preview_protector label.select:hover::after { color: #949494; }
#edit_team_profile_edit .row.option_row.show_remove_action i { border: 1px solid #000; }
#edit_team_profile_edit .row.option_row.show_remove_action i:hover { background-color: #bf360c; border-color: #bf360c !important; color: #e6e6e6; }
#edit_team_profile_edit .row i { border: 1px solid #000; color: #e6e6e6; }
#edit_team_profile_custom .row .col .profile_field_preview { background: #363636; border: 2px solid #000; }
#edit_team_profile_custom .row .col .profile_field_preview:active, #edit_team_profile_custom .row .col .profile_field_preview:hover { border-color: #363636; }
#edit_team_profile_custom .row .col .profile_field_preview:active span, #edit_team_profile_custom .row .col .profile_field_preview:hover span { color: #949494; }
#edit_team_profile_custom .row .col input { background: #545454; border: 1px solid #000; }
#edit_team_profile_custom .row .col .fsl_item { background: #424242; border-color: #424242; }
#edit_team_profile_custom .row .col[data-type=options_list] span::after { color: #949494; }
#edit_team_profile_custom .row .col[data-type=options_list] input { border-right: 1px solid #000; }
.profile_field_preview_protector .profile_field_preview { background: #222; border: 1px solid #545454; }
.profile_field_preview_protector .profile_field_preview::after { background-color: #222; box-shadow: 0 0.75rem 0.75rem rgba(0, 0, 0, 0.25); }
.profile_field_preview_protector .profile_field_preview::before { background-color: #222; 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: #545454; color: #949494; }
.profile_field_preview_protector .profile_field_preview .profile_field_preview_fade_out_mask { background: linear-gradient(to left, #000, rgba(255, 255, 255, 0)); }
.profile_field_preview_protector .profile_field_preview .profile_field_preview_ribbon::before { border-color: transparent transparent transparent #000; }
.profile_field_preview_protector .profile_field_preview .profile_field_preview_ribbon::after { border-color: #000 transparent transparent; }
#edit_member_profile_header_container { border-bottom: 1px solid #545454; }
#fs_modal.prefs_modal .prefs_rollup { border-bottom: 1px solid #363636; }
#fs_modal.prefs_modal .prefs_rollup:first-of-type { border-top: 1px solid #363636; }
#fs_modal.prefs_modal .prefs_rollup:hover:not(.active) { background: #000; color: #e6e6e6; }
#fs_modal.prefs_modal label.sound_option:hover:not(.disabled) ts-icon { color: #949494; }
#fs_modal.prefs_modal #debug_prefs_dialog { background: #424242; }
#fs_modal.prefs_modal #prefs_themes .theme_thumb { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }
#fs_modal.prefs_modal #prefs_themes #prefs_themes_customize .custom_theme_label { border: 1px solid #363636; }
#fs_modal.prefs_modal #prefs_themes #prefs_themes_customize .custom_theme_label .color_swatch { border: 1px solid #363636; }
#fs_modal.prefs_modal #prefs_themes #prefs_themes_customize .colpick { background: #424242; border: 1px solid #363636; }
#fs_modal.prefs_modal #prefs_themes::before { background: #bf360c; border-radius: 3px; content: "Light sidebar themes (e.g. Hoth) will break this Stylish theme."; display: block; margin-bottom: 6px; padding: 2px 4px 4px; width: 100%; }
.admin_invites_account_type_option { border-bottom: 1px solid #363636; }
.admin_invites_account_type_option p { color: #e6e6e6; }
.admin_invites_account_type_option .option_arrow { color: #949494; }
.admin_invites_account_type_option:hover:not(.disabled) h3 { color: #e6e6e6; }
.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(34, 34, 34, 0.95); }
#admin_invites_channel_picker_container { border-bottom: 1px solid #363636; }
#admin_invites_add_row { background: #545454; border: 1px solid #363636; }
.admin_invite_row .delete_row { color: #949494; }
.admin_invite_row .delete_row:hover { color: #bf360c; }
.admin_invite_row.delete_highlight { background: rgba(191, 54, 12, 0.25); }
#omnibox input { border: 1px solid #000; }
#omnibox .omnibox_item.selected { background: #545454; color: #e6e6e6; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
#omnibox .omnibox_item.selected .subtext { color: #949494; }
#omnibox .omnibox_item .subtext { color: #949494; }
#omnibox .omnibox_item .unread_highlight_cnt { background: #bf360c; color: #e6e6e6; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
#omnibox a.omnibox_item { color: #949494; }
#omnibox #omnibox_help { color: #e6e6e6; }
.basic_share_dialog .share_dialog_divider { border-top-color: transparent; }
.share_dialog_attachment_container { color: #e6e6e6; }
#share_dialog .file_list_item { border-color: #000; }
ts-jumper ts-jumper-container { background: #222; box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); }
ts-jumper ts-jumper-help { color: #949494; }
ts-jumper input[type=text] { border: 1px solid #000 !important; color: #e6e6e6; }
ts-jumper input[type=text]:focus { border: 1px solid rgba(54, 54, 54, 0.8) !important; color: #e6e6e6; }
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: #e6e6e6; }
ts-jumper ol li { color: #e6e6e6; }
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: #949494; }
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: #949494; }
ts-jumper ol li .unread_count { background: #bf360c; color: #e6e6e6; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
ts-jumper ol li.highlighted { background: #828282; color: #e6e6e6; }
ts-jumper ol:not(.keyboard_active) li:hover { background: #828282; color: #e6e6e6; }
ts-jumper ol li.highlighted .channel_not_member, ts-jumper ol li.highlighted .match_score, 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 .match_score, 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: #e6e6e6; }
#incoming_call { background-color: rgba(0, 0, 0, 0.97); color: #e6e6e6; }
.ts_tip .ts_tip_multiline_inner, .ts_tip:not(.ts_tip_multiline) .ts_tip_tip { background: #545454; }
.ts_tip .ts_tip_tip { color: #e6e6e6; }
.ts_tip.ts_tip_left .ts_tip_tip::after { border-left-color: #545454; }
.ts_tip.ts_tip_right .ts_tip_tip::after { border-right-color: #545454; }
.ts_tip.ts_tip_top .ts_tip_tip::after { border-top-color: #545454; }
.ts_tip.ts_tip_bottom .ts_tip_tip::after { border-bottom-color: #545454; }
.ts_tip.success .ts_tip_tip { background: #828282; }
.ts_tip.success.ts_tip_left .ts_tip_tip::after { border-left-color: #828282; }
.ts_tip.success.ts_tip_right .ts_tip_tip::after { border-right-color: #828282; }
.ts_tip.success.ts_tip_top .ts_tip_tip::after { border-top-color: #828282; }
.ts_tip.success.ts_tip_bottom .ts_tip_tip::after { border-bottom-color: #828282; }
.tooltip-inner { background-color: #828282; color: #e6e6e6; }
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow { border-top-color: #828282; }
.tooltip.right .tooltip-arrow { border-right-color: #828282; }
.tooltip.left .tooltip-arrow { border-left-color: #828282; }
.tooltip.bottom .tooltip-arrow { border-bottom-color: #828282; }
#coachmark.channels_coachmark_div { background: #545454; }
#coachmark.channels_coachmark_div #coachmark_callout, #coachmark.channels_coachmark_div #coachmark_interior { background: #545454; }
#coachmark.search_coachmark_div { background: #545454; }
#coachmark.search_coachmark_div #coachmark_callout, #coachmark.search_coachmark_div #coachmark_interior { background: #545454; }
#coachmark.invites_coachmark_div { background: #bf360c; }
#coachmark.invites_coachmark_div #coachmark_callout, #coachmark.invites_coachmark_div #coachmark_interior { background: #bf360c; }
#coachmark.recent_mentions_coachmark_div { background: #bf360c; }
#coachmark.recent_mentions_coachmark_div #coachmark_callout, #coachmark.recent_mentions_coachmark_div #coachmark_interior { background: #bf360c; }
#coachmark.direct_messages_coachmark_div { background: #545454; }
#coachmark.direct_messages_coachmark_div #coachmark_callout, #coachmark.direct_messages_coachmark_div #coachmark_interior { background: #545454; }
#coachmark.private_groups_coachmark_div { background: #545454; }
#coachmark.private_groups_coachmark_div #coachmark_callout, #coachmark.private_groups_coachmark_div #coachmark_interior { background: #545454; }
#coachmark.starred_items_coachmark_div { background: #545454; }
#coachmark.starred_items_coachmark_div #coachmark_callout, #coachmark.starred_items_coachmark_div #coachmark_interior { background: #545454; }
#coachmark_footer .coachmark_got_it { background: rgba(130, 130, 130, 0.5) !important; }
#coachmark_interior { color: #e6e6e6; }
.menu_member_header { background: #000; }
.menu_member_header .member_details.feature_custom_fields .member_name_and_presence { color: #e6e6e6; }
.menu_member_header .member_details.feature_custom_fields .member_name_and_presence .member_name { color: #e6e6e6; }
.menu_member_header .member_details.feature_custom_fields .member_name_and_presence .presence.away { color: #fff; }
.menu_member_header .member_details.feature_custom_fields .member_title { color: #949494; }
.menu_member_header .member_details.feature_custom_fields .member_restriction, .menu_member_header .member_details.feature_custom_fields .member_timezone_value { color: #949494; }
.menu_member_header .member_details.feature_custom_fields .member_restriction a, .menu_member_header .member_details.feature_custom_fields .member_timezone_value a { color: #949494; }
.menu_member_header .member_details.feature_custom_fields .member_restriction a:hover, .menu_member_header .member_details.feature_custom_fields .member_timezone_value a:hover { color: #c7c7c7; }
.menu_member_header .member_details_divider { border-color: #545454; }
.menu_member_footer { background: #000; border-top: 1px solid #545454; }
.menu_member_footer p { color: #949494; }
.member_meta { color: #949494; }
.menu_member_user_details { background: #363636; border-bottom: 1px solid #545454; color: #e6e6e6; }
.menu_member_user_details .member_name { color: #949494; }
.mini, .dull_grey, .flat_grey, .charcoal_grey, .ts_tip_tip .subtle_silver { color: #e6e6e6 !important; }
.sky_blue, .havana_blue, .plastic_grey, .indifferent_grey, .old_petunia_grey, .cloud_silver { color: #949494 !important; }
.clear_blue { color: #949494 !important; }
.candy_red_bg { background-color: #bf360c !important; }
.neutral_white_bg { background-color: #222 !important; }
.flexpane_grey_bg { background-color: #424242 !important; }
.sky_blue_bg { background-color: #545454 !important; }
#msgs_scroller_div { margin-left: 1px; }
.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); }
.para_menu .options a span, .para_menu a.trigger.pilcrow.active, .para_menu a.trigger.pilcrow:hover, .textstyle_menu .buttons a span, .textstyle_menu.style a span { -moz-filter: brightness(10); -webkit-filter: brightness(10); filter: brightness(10); }
body.api header .header_links a { color: #e6e6e6; }
body.api header .header_links a.active { background: #545454; }
body.api pre code { color: #e6e6e6; }
body.api #page_contents .card { background: #363636; }
body.api .scopes_to_methods code { color: #e6e6e6; }
body.api .scopes_to_methods .selected code { color: #bf360c; }
body.api .scopes_to_methods li { color: #e6e6e6; }
body.api .scopes_to_methods .selected li { color: #e6e6e6; }
body.api .section_title { border-bottom: 2px solid #222; }
body.api .example { border: 1px solid #828282; }
body.api .example h5 { background-color: #828282; color: #e6e6e6; }
body.api .alert { background: #545454; }
nav#api_nav { background: transparent; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }
nav#api_nav h5 { color: #e6e6e6; }
nav#api_nav #api_sections ul li a { border-bottom: 1px solid #363636; color: #949494; }
nav#api_nav #api_sections ul li a:hover { background: #545454; border-radius: 0.25rem; color: #e6e6e6; }
nav#api_nav #api_sections ul li a.active { background: #545454; color: #e6e6e6; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }
nav#api_nav #api_sections ul li a.active:hover { background: #545454; color: #e6e6e6; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }
nav#api_nav #footer { background: transparent; }
nav#api_nav #footer #footer_nav a { color: #949494; }
nav#api_nav #footer #footer_signature { color: #bf360c; }
nav#api_nav #footer ul a:hover { color: #c7c7c7; }
#page .media_list { background-color: #363636; border: 1px solid #545454; }
#page .media_list > li + li::before { border-top: 1px solid #545454; }
#page .media_list > li.interactive a { color: #e6e6e6; }
#page .media_list > li.interactive a:focus, #page .media_list > li.interactive a:hover { background: #545454; border-color: #828282; }
#page .media_list.media_list_with_arrows a::before { color: #949494; }
#page .sidebar_menu_list_item { color: #e6e6e6; }
#page .sidebar_menu_list_item.is_active { background-color: #222; border-color: #222; color: #e6e6e6; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
#page .sidebar_menu_list_item.is_active a { color: #e6e6e6; }
#page .sidebar_menu_list_item:not(.is_active):hover { background-color: #222; border-color: #222; }
#page .sidebar_menu_list_item a { color: #e6e6e6; }
#page ul.breadcrumbs li { color: #949494; }
#page ul.breadcrumbs li:not(:first-child)::before { color: #949494; }
#page ul.small_arrow_list li a { color: #e6e6e6; }
#page ul.small_arrow_list li a:hover { background-color: #545454; }
#page ul.small_arrow_list li a::after { color: #e6e6e6; }
#page ul.small_arrow_list li + li a { border-top: 1px solid transparent; }
#page .tag { background-color: #000; border: 1px solid #363636; }
#page .tag:hover { background-color: #545454 !important; }
.apps_directory .app_card, .apps_directory .large_app_card { background-color: #222; border: 1px solid #363636; }
nav.top.apps_nav { background: transparent; }
nav.top.apps_nav.persistent .nav_title { border-color: #545454; }
nav.top.apps_nav.clear_nav .nav_title a { color: #e6e6e6; }
nav.top.apps_nav .nav_title a { color: #e6e6e6; }
nav.top.apps_nav ul a.active { color: #c7c7c7; }
.apps_typeahead { border: 1px solid #363636; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25); }
.apps_typeahead .no_results, .apps_typeahead .suggestion { background-color: #222; color: #e6e6e6; }
.apps_typeahead .no_results.active, .apps_typeahead .suggestion.active { border-top-color: #363636; }
.apps_typeahead .no_results + .no_results, .apps_typeahead .no_results + .suggestion, .apps_typeahead .suggestion + .no_results, .apps_typeahead .suggestion + .suggestion { border-top: 1px solid #363636; }
.apps_typeahead .suggestion:hover { background: #000; }
.apps_typeahead .suggestion.active { background: #545454 !important; color: #e6e6e6; }
.search_input_container .search_input:focus ~ .icon_search_input { color: #e6e6e6; }
body.oauth_page { background: #363636; }
body.oauth_page .oauth_header { background: #222 !important; }
body.oauth_page .alert { border-color: #772207; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
body.oauth_page .alert.alert_warning { border-left-color: #8f2809; }
body.oauth_page .alert.alert_warning .bottom_border { border-color: #8f2809; }
body.oauth_page .alert_text { background: #bf360c; color: #e6e6e6; }
body.oauth_page .alert_text i:hover { color: #e6e6e6 !important; }
body.oauth_page .darken_hover:hover { color: #949494 !important; }
body.oauth_page .team:hover { background: #000; border: 1px solid #545454 !important; }
body.oauth_page .safe_scopes { border-top: 1px solid #222; }
body.oauth_page .yolk_orange, body.oauth_page .subtle_silver { color: #e6e6e6 !important; }
body.oauth_page .top_border { border-color: #222; }
.section_divider { border-bottom: 2px solid #000; }
.intro h1, .intro h2 { color: #e6e6e6; }
.plans { background-color: #222; }
.plan { background: #222; }
.plan h4 { color: #e6e6e6; }
.plan li span { color: #e6e6e6; }
.plan_card { color: #e6e6e6; text-shadow: 0 3px 1px rgba(0, 0, 0, 0.15); }
.plan_card h3 { color: #e6e6e6; }
a.plan_price_details { color: #e6e6e6; }
#plan_modal .plan_preview .plan { color: #e6e6e6; text-shadow: 0 3px 1px rgba(0, 0, 0, 0.15); }
#plan_modal .plan_preview .plan h3 { color: #e6e6e6; }
#plan_modal .plan_preview .preview_details { color: #949494; }
.ready_to_try_slack.bottom { background-color: #222; }
.from_the_wall_of_love { background-color: #222; border-bottom: 2px solid #000; }
.from_the_wall_of_love h3 .ts_icon_heart_o::before { color: #bf360c; }
.from_the_wall_of_love::before { background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0), #222), -moz-linear-gradient(right, rgba(255, 255, 255, 0), #222); background-image: -ms-linear-gradient(right, rgba(255, 255, 255, 0), #222), -ms-linear-gradient(right, rgba(255, 255, 255, 0), #222); background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0), #222), -o-linear-gradient(right, rgba(255, 255, 255, 0), #222); background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #222), -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #222); }
.from_the_wall_of_love::after { background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #222), -moz-linear-gradient(left, rgba(255, 255, 255, 0), #222); background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #222), -ms-linear-gradient(left, rgba(255, 255, 255, 0), #222); background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #222), -o-linear-gradient(left, rgba(255, 255, 255, 0), #222); background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #222), -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #222); }
.tweet_carousel_controls a { color: #949494; }
.happy_customers { background-color: #222; }
.new_signup.top { color: #e6e6e6; }
.new_signup.bottom .section_content { border: 1px solid #000; }
.fair_billing_policy { background-color: #222; border-top: 10px solid #000; }
.our_pricing_perspective h3, .nonprofit_pricing h3 { color: inherit; }
.need_a_hand { background-color: #424242; border-top: 10px solid #363636; }
.need_a_hand .btn_info { background-color: #424242 !important; color: #e6e6e6 !important; }
.common_questions_and_resources { background-color: #222; }
.common_questions_and_resources ul.question_list li { border-bottom: 2px solid #000; }
.common_questions_and_resources ul.question_list li h4 a { color: #949494; }
.common_questions_and_resources ul.question_list li h4 a:hover { color: #949494; }
.common_questions_and_resources ul.question_list li h4 a i.ts_icon::before { color: #949494; }
.common_questions_and_resources ul.question_list li p, .common_questions_and_resources ul.question_list li ul { color: #e6e6e6; }
.common_questions_and_resources ul.question_list li.expanded h4 a i.ts_icon::before { color: #949494; }
.common_questions_and_resources ul.question_list li:hover { background: #222; }
.common_questions_and_resources ul.question_list li.expanded:hover h4 a i.ts_icon::before { color: #e6e6e6; }
.common_questions_and_resources ul.getting_started_list li { border-bottom: 2px solid #000; }
.common_questions_nav ul li a { color: #e6e6e6; }
.common_questions_nav ul li a:hover { background-color: #545454; color: #e6e6e6; }
.common_questions_nav ul li a.active { background-color: #545454; color: #e6e6e6; }
.back_to_the_top { background-color: #222; }
.back_to_the_top .btn { color: #e6e6e6 !important; }
.payment_per_month { color: #e6e6e6 !important; }
ts-rocket { color: #e6e6e6; }
ts-rocket a { color: #949494; }
ts-rocket a caret::before { background-color: #363636; border-color: #363636; }
ts-rocket hr { border-color: #363636; }
ts-rocket code, ts-rocket .pre.text, ts-rocket > div > pre { background-color: #000; }
ts-rocket .blockquote.text::before, ts-rocket > div > blockquote::before { background-color: #000; }
ts-rocket .cl.text { background-color: #000; border-bottom: 1px solid #363636; }
ts-rocket .cl.text .checkbox.checked + li { color: #949494; }
ts-rocket > div > .checklist { background-color: #000; border-bottom: 1px solid #363636; }
ts-rocket > div > .checklist .checkbox.checked + li { color: #949494; }
ts-rocket > div > .checklist li::before { background: #363636; }
ts-rocket > div > .checklist li.checked { color: #949494; }
ts-rocket .unfurl .unfurl-container { background-color: #000; }
ts-rocket .unfurl .unfurl-container.unfurl-render-failed { background-color: rgba(191, 54, 12, 0.1); }
ts-rocket .unfurl .attachment_bar { background-color: #363636 !important; }
ts-rocket .unfurl .unfurl-remove::before { color: #949494; }
ts-rocket .unfurl .unfurl-remove:hover::before { color: #e6e6e6; }
ts-rocket .unfurl.selected .unfurl-container { background-color: rgba(130, 130, 130, 0.5); }
ts-rocket .unfurl.selected .unfurl-container .attachment_bar { background-color: rgba(130, 130, 130, 0.5) !important; }
ts-rocket caret::before { background-color: #363636; border: 1px solid #363636; }
ts-rocket carriage { background-color: rgba(130, 130, 130, 0.5); }
ts-rocket selection { background-color: rgba(130, 130, 130, 0.5); }
ts-rocket selection::after, ts-rocket selection::before { background-color: rgba(130, 130, 130, 0.5); }
ts-rocket ime { background-color: rgba(130, 130, 130, 0.5); }
ts-rocket .hr.selected hr { box-shadow: 0 0 0 5px rgba(130, 130, 130, 0.5); }
.focusing_input_field space.inactive .unfurl.selected .unfurl-container { background-color: #000; }
nav { background: #363636; }
nav .space { background-color: #363636; 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 #545454; }
nav .comments { background-color: #363636; }
nav .space_buttons .btn_outline { background-color: #424242; }
nav .space_buttons .btn_outline::after { border-color: #545454; }
nav .space_btn_star { background: none; border: 0; }
nav .space_btn_star:hover { background: none !important; }
nav .space_btn_edit { background: #545454; }
nav .space_btn_edit.editing { background: #828282; }
nav .star_info { color: #949494; }
nav #space_status { border-left: 1px solid #545454; color: #949494; }
nav #space_status.slightly_concerned { color: #bf360c; }
nav #edit_status { color: #949494; }
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: #949494; }
nav .comments_close:hover::before { color: #949494 !important; }
ts-space header { background: transparent; }
ts-space header .owner_detail .file_title_header, ts-space header .owner_detail .inline-edit { color: #e6e6e6; }
ts-space header .owner_detail .inline-edit { background: none; }
ts-space header .owner_detail .inline-edit::-webkit-input-placeholder { color: #e6e6e6; }
ts-space header .owner_detail .inline-edit::-moz-placeholder { color: #e6e6e6; }
ts-space header .owner_detail .inline-edit:focus::-webkit-input-placeholder { color: #949494; }
ts-space header .owner_detail .inline-edit:focus::-moz-placeholder { color: #949494; }
ts-space header .owner_detail ::selection, ts-space header .owner_detail ::-moz-selection { background-color: rgba(130, 130, 130, 0.5); }
ts-space header .owner_detail small { color: #949494; }
ts-space header .divider { border-top: 1px solid #545454; }
ts-space a.feedback { color: #e6e6e6; text-shadow: -1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000; }
ts-space a.feedback:hover { background-color: #363636; color: #e6e6e6; }
comments { box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25); }
#space_alert { background-color: #000; box-shadow: 0 0 1px rgba(0, 0, 0, 0.25); }
#space_alert.error { background-color: #bf360c; }
#space_alert span#space_alert_text { color: #e6e6e6; }
#space_alert a { color: #949494; }
#space_alert button#space_alert_close::before { color: #949494; }
#space_alert button#space_alert_close:hover::before { color: #949494; }
#space_alert .btn_outline.btn_transparent { background-color: #424242 !important; color: #e6e6e6 !important; }
#space_alert .btn_outline.btn_transparent::after { border-color: #545454; }
#space_find_bar { background-color: #363636; border-bottom: 1px solid rgba(130, 130, 130, 0.1); border-left: 1px solid rgba(130, 130, 130, 0.07); border-right: 1px solid rgba(130, 130, 130, 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: #545454; }
#space_find_bar #space_find_next .ts_icon::before, #space_find_bar #space_find_next .ts_icon:hover::before { color: #e6e6e6; }
#space_find_bar #space_find_next:hover .ts_icon { background-color: #828282; }
#space_find_bar #space_find_close::before { color: #949494; }
#space_find_bar #space_find_close:hover::before { color: #949494; }
#connected_members .connected_members_count { color: #e6e6e6; text-shadow: -1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000; }
#connected_members .toggle_more_members_popover { background: #222; color: #949494; }
#connected_members_overflow_popover { border-bottom: 1px solid #363636; border-left: 1px solid rgba(0, 0, 0, 0.11); border-right: 1px solid rgba(0, 0, 0, 0.11); border-top: 1px solid rgba(0, 0, 0, 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: #363636; }
#connected_members_overflow_popover .arrow_shadow::after { background-color: #363636; 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: #363636; }
#connection_status #connection_label { color: #e6e6e6; text-shadow: -1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000; }
#shortcuts_spaces_dialog { background-color: rgba(0, 0, 0, 0.8); text-shadow: 0 1px 1px rgba(54, 54, 54, 0.7); }
#shortcuts_spaces_dialog .modal-body { color: #e6e6e6; }
#shortcuts_spaces_dialog .col .keyboard { background-color: #828282; border-bottom: 2px solid #424242; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); color: #e6e6e6; }
#shortcuts_spaces_dialog .close:hover { background-color: #828282; }
#shortcuts_spaces_dialog .close .ts_icon::before { color: #949494 !important; }
.textstyle_menu .arrow-shadow::after { background-color: #363636; box-shadow: 0 0 0 1px #363636; }
.textstyle_menu .arrow::after { background-color: #363636; }
.textstyle_menu .content { background-color: #363636; box-shadow: 0 0 0 1px #363636, 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: #363636; }
.textstyle_menu.link .arrow::after { background-color: #363636; }
.textstyle_menu.link .content { background-color: #363636; 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: #545454; }
.textstyle_menu.link .content > a.link { color: #949494; }
.textstyle_menu.link .content ::-webkit-input-placeholder, .textstyle_menu.link .content ::-moz-placeholder { color: #949494; }
.textstyle_menu.link .content .buttons a.item.active, .textstyle_menu.link .content .buttons a.item:hover { background-color: #363636; }
.textstyle_menu .buttons a:hover, .textstyle_menu.style a:hover { border: 1px solid #545454; }
.textstyle_menu .buttons a.active, .textstyle_menu.style a.active { background-color: #545454; border: 1px solid #828282; }
.textstyle_menu.style a.deformat::before { border-left: 1px solid #545454; }
.textstyle_menu .buttons a.link_unfurl:not(.unfurl_pending) span::before { color: #949494; }
.para_menu .insert .tip { color: #949494; }
.para_menu .insert .tooltip .arrow-shadow::after { background-color: #363636; box-shadow: 0 0 0 1px #545454; }
.para_menu .insert .tooltip .arrow::after { background-color: #363636; }
.para_menu .insert .tooltip .content { background-color: #363636; box-shadow: 0 0 0 1px #545454, 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: #363636; box-shadow: 0 0 0 1px #545454; }
.para_menu .format .options .arrow::after { background-color: #363636; }
.para_menu .format .options .arrow-shadow.bottom::after { box-shadow: 1px 1px 0 0 #545454; }
.para_menu .format .options .content { background-color: #363636; box-shadow: 0 0 0 1px #545454, 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 #363636; }
.para_menu .format .options.show .tooltip > div { background-color: #363636; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15); color: #e6e6e6; }
.para_menu .format .options.show .tooltip span { background-color: #545454; }
.para_menu .options a:hover { border: 1px solid #545454; }
.para_menu .options a.active { background-color: #424242; border: 1px solid #363636; }
nav.top.persistent { background: #363636; }
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: #949494; }
header #header_team_nav { background: #363636; border: 1px solid #000; }
header #header_team_nav li.active a { background: #222; color: #e6e6e6; }
header .header_btns a { color: #949494; }
header .header_btns a .label { color: #949494; }
header .vert_divider { border-left: 1px solid #000; }
table.mini td, table.mini th { border-bottom: 1px solid #222; }
.icon.thumb_80 img, .icon.thumb_40 img, .icon.square img { border-radius: 0; }
.file_reference .icon, .file_list_item .icon, .file_preview { border: 2px solid #000; }
.btn.btn_outline.btn_warning, .btn.btn_outline.btn_danger { background: #000; }
.menu_launcher, .menu_launcher_large { background-color: #545454; border: 1px solid #222; color: #e6e6e6; }
.menu_launcher_large { border: 1px solid #222; }
.menu.avatar_menu ul li:hover ts-icon { background: #545454; color: #e6e6e6; }
.menu.avatar_menu ul li a img, .menu.avatar_menu ul li a ts-icon { background-color: #545454; color: #e6e6e6; }
.avatar_menu_signin_item { color: #949494; }
.avatar_menu_signin_item:hover { color: #e6e6e6; }
html.no_touch .action_cog:hover { color: #949494; }
html.no_touch .action_cog:hover i { color: #949494; }
html.no_touch header #header_team_name a:hover, html.no_touch header #menu_toggle:hover { color: #c7c7c7; }
html.no_touch header .header_btns a:hover { color: #c7c7c7; }
html.no_touch header .header_btns a:hover .label { color: #949494; }
html.no_touch header #header_team_nav li a:hover, html.no_touch nav#site_nav #user_menu_contents:hover { background: #222; color: #e6e6e6; }
html.no_touch .pagination ul > li > a:hover { background-color: #000; }
html.no_touch .pagination ul > .disabled > a:hover { background: #363636; color: #949494; }
html.no_touch .plastic_row:hover { background: #222; border: 1px solid #000; border-color: #000; }
html.no_touch .service_row:not(.no_hover):hover a.summary, html.no_touch .service_row:not(.no_hover):hover .service_chevron { color: #e6e6e6; }
html.no_touch .service:not(.no_hover):hover h4 { color: #e6e6e6; }
html.no_touch .service:not(.no_hover):hover h4 a { color: #949494; }
html.no_touch input:hover, html.no_touch textarea:hover, html.no_touch select:hover, html.no_touch label.select:not(.disabled):hover::after, html.no_touch .accordion_section h4 a:hover { color: #c7c7c7; }
html.no_touch .btn:hover, html.no_touch .btn.hover, html.no_touch .btn:focus { background: #c7c7c7; }
html.no_touch .btn.btn_outline.btn_danger:hover { background: #000; }
html.no_touch .btn_outline:hover, html.no_touch .btn_outline.hover { background: #222; border: 1px solid #363636; color: #e6e6e6 !important; }
html.no_touch .pager .previous > a:hover, html.no_touch .pager .previous > a:focus, html.no_touch .pager .next > a:hover, html.no_touch .pager .next > a:focus { background-position: 0; color: #949494; }
.pager li > a, .pager li > span { background-color: #424242; background-image: none; border: 1px solid #363636; border-radius: 3px; color: #e6e6e6; }
.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: #949494; }
.loading_hash_animation img { display: none; }
.card, .tab_pane { background: #363636; border: 1px solid #000; color: #e6e6e6; }
.tab_set a.secondary { color: #949494; }
.tab_set a.selected, .tab_set a.secondary.selected { background: #363636; border: 1px solid #000; color: #c7c7c7; }
.feature_new_team_sites #all_time, .feature_new_team_sites #third_row.column, .feature_new_team_sites #second_row.column { background: #363636; border: 1px solid #000; color: #e6e6e6; }
.tab_actions { background: #363636; border: 1px solid #000; border-color: #000; }
.btn_outline { border: 1px solid #000; }
.btn_outline:active { border-bottom: 1px solid #222 !important; }
#user_groups_pane .mention { background: rgba(191, 54, 12, 0.25); border: 0; border-radius: 3px; padding: 2px; }
#user_groups_container .info_panel { background: #222; border: 1px solid #545454; }
#user_groups_container .mention { background-color: rgba(191, 54, 12, 0.25) !important; }
#user_groups_header .user_groups_search .icon_search { color: #949494; }
#user_groups_header a.icon_close { color: #949494; }
#user_groups_header a.icon_close:hover { color: #c7c7c7; }
.user_group_item { border-bottom: 1px solid #545454; }
.user_group_item a { color: #949494; }
#flex_contents .user_group_item:hover { background-color: #222; }
#flex_contents .user_group_item:hover h4 { color: #e6e6e6; }
.user_group_invite_member_small .add_icon { color: #949494; }
#user_group_member_invite_div .disabled .fsl_item.fsl_token { background-color: #828282; border-color: #828282; }
.admin_pref:not(:first-of-type) { border-top: 1px solid #222; }
.admin_pref.locked { background-color: rgba(191, 54, 12, 0.2); }
.admin_pref .admin_pref_locked_label { color: #949494; }
.admin_list_item { border-bottom: 1px solid #222; color: #e6e6e6; }
.admin_list_item:hover { background-color: #363636; }
.admin_list_item .pill.group { background: #424242; }
.admin_list_item .admin_member_type, .admin_list_item .admin_member_caret { color: #949494; }
.admin_list_item .admin_member_real_name { color: #e6e6e6; }
.admin_list_item .two_factor_auth_badge:hover { background: #424242; }
.admin_list_item.expanded .btn_outline { border: 1px solid #222; color: #e6e6e6 !important; }
.admin_list_item.expanded .btn_outline:hover { border: 1px solid #363636; color: #e6e6e6 !important; }
.admin_list_item.expanded .sub_action { color: #949494; }
.admin_list_item.expanded .sub_action:hover { color: #c7c7c7; }
.admin_list_item.expanded, .admin_list_item.success, .admin_list_item.processing, .admin_list_item.error { background-color: #222; }
.admin_list_item.inactive { background: #424242; }
.admin_list_item .inline_name:hover, .admin_list_item .inline_email:hover, .admin_list_item .inline_username:hover { background: none !important; color: #c7c7c7; text-decoration: underline; }
.admin_list_item.invite_item.bouncing { background: #828282; }
.admin_list_item.invite_item.bouncing .email { color: #bf360c; }
.notice_error, .notice_processing { color: #e6e6e6; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }
.notice_success { color: #e6e6e6; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }
.notice_success a.undo_link { color: #949494; }
.notice_success a.undo_link:hover { color: #c7c7c7; }
.restriction_option { background: #424242; color: #e6e6e6; }
.restriction_option:hover { background: #000; }
.restriction_option:hover .ts_icon_arrow_right { color: #c7c7c7; }
.restriction_option .ts_icon_arrow_right { color: #949494; }
#page pre, .backup_codes_wrapper, body > pre { color: #000; }
.backup_codes { background: #000; border: 1px solid #545454; color: #e6e6e6; }
.pagination ul > li > a, .pagination ul > li > span { background: #222; border: 1px solid #000; color: #e6e6e6; }
.pagination ul > li > a:focus { background-color: #000; }
.pagination ul > .active > a, .pagination ul > .active > span { background-color: #000; }
.pagination ul > .disabled > span { background: #363636; color: #949494; }
.pagination ul > .disabled > a { background: #363636; color: #949494; }
.pagination ul > .disabled > a:focus { background: #363636; color: #c7c7c7; }
.top_border, header #header_team_nav #add_team_option { border-top: 1px solid #000; }
.inactive, #page_contents .invite_form_column { background-image: none; }
.alert { background-color: #363636; border: 1px solid #000; color: #e6e6e6; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
.alert h4 { color: #e6e6e6; }
.alert-info, footer { background-color: #363636; border-color: #000; color: #e6e6e6; }
.radio_selection, .billing_selection { border: 2px solid #000; color: #e6e6e6 !important; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
.radio_selection .mini, .slate_blue { color: #e6e6e6 !important; }
.radio_selection:hover, .billing_selection:hover { border-color: #000; }
.radio_selection.active, .billing_selection.active { background: #545454; border-color: #363636; }
table tr:first-child th:not(:only-of-type) { border-bottom: 2px solid #000; }
.help { border-top: 5px solid #000; color: #949494; }
.subtle_silver, .log_meta { color: #949494 !important; }
.service_group a:hover, .service_group:hover a { color: #949494 !important; }
.burnt_violet, .severe_grey { color: #949494 !important; }
.file_actions_cog:hover { color: #c7c7c7 !important; }
.highlight_yellow_bg { background-color: #bf360c !important; }
.warm_white_bg { background-color: #363636 !important; border: 1px solid #000 !important; }
.service { background: #222; border: 1px solid #000; color: #e6e6e6; }
.service.open { background: #222 !important; border: 1px solid #000; }
.service h4 { color: #e6e6e6; }
.service h4 a { color: #949494; }
.service_row { color: #e6e6e6; }
.service_row .summary strong { background: #bf360c; color: #e6e6e6; }
.icon_plus { border: 3px dashed #e6e6e6; }
.banner.apps, #billing_contacts_container { background: #363636; border-top: 1px solid #000; }
#stats_too_soon { height: 500px; }
header, nav#site_nav { background: #363636; }
.btn-group.open .btn.dropdown-toggle { background: #363636; }
.btn-group.open .btn.dropdown-toggle:hover { background: #363636; }
table.billing tr:hover td, .log_entry:hover, .service:hover, #all_time, #third_row.column, #second_row.column { background: #363636; }
nav#site_nav h3, #header_team_name, header #header_team_name a, .plastic_row .description, .widescreen:not(.nav_open), html.no_touch .plastic_row:hover .chevron { color: #949494; }
.nav_open #menu_toggle, #second_row .disclaimer, #stats_disclaimer, #add_emoji_section h3 a, #stats_too_soon_copy h3, .col_left h2 a { color: #949494; }
#last_day p.summary { color: #e6e6e6; }
#last_day p.summary strong { color: #e6e6e6; }
header .menu_icon, #stats_too_soon img, header #header_logo { display: none; }
.service_group a, .file_actions_cog { color: #949494 !important; }
.plastic_row h3, .plastic_row h4 a, .plastic_row .chevron { color: #e6e6e6; }
.service_row a.summary, .accordion_section h4 a { color: #e6e6e6; }
.card h3 a, header #header_team_nav li a { color: #e6e6e6; }
#stats_too_soon_copy p, table.mini { color: #e6e6e6; }
.preview_details, .cost_explanation { color: #e6e6e6; }
.icon_plus, nav.top.persistent ul a { color: #e6e6e6; }
footer ul a { color: #e6e6e6; }
footer ul a:link, footer ul a:visited { color: #e6e6e6; }
.plastic_row .icon, #page .msgs_holder, .billing_callout { background: none; }
table tr, .banner, .service_row, .accordion_section, .billing_contact { border-bottom: 1px solid #222; }
#footer, #footer:not(.footer_msg_input) { border-top: none; }
#footer a, #footer:not(.footer_msg_input) a { color: #949494; }
#header_nav a.primary_nav, #activity_recent_toggle { color: #949494; }
.file_header .title a { color: #949494; }
.action_cog { color: #949494; }
.action_cog i { color: #949494; }
.widescreen:not(.nav_open) nav#site_nav h3 { color: #e6e6e6; }
.widescreen:not(.nav_open) nav#site_nav ul a { color: #949494; }
.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: #c7c7c7; }
.widescreen:not(.nav_open) nav#site_nav #user_menu_name { color: #949494; }
a.mini { color: #949494; }
a.mini:link, a.mini:visited, a.mini:hover, a.mini:active { color: #c7c7c7; }
#home_footer a, nav#site_nav #footer_nav a, #header_team_name:hover .fa-caret-down, .widescreen:not(.nav_open) nav#site_nav #footer_nav a { color: #c7c7c7; }
#header_nav a.primary_nav:hover, #header_nav a.primary_nav.active { color: #c7c7c7; }
ul.sidebar_nav li { color: #949494; }
ul.sidebar_nav li a.active { color: #c7c7c7; }
.col_left h2 a:hover { color: #c7c7c7; }
.service:hover h4 { color: #e6e6e6; }
.service:hover h4 a { color: #949494; }
.file_header .title a:hover { color: #c7c7c7; }
.plan_availability, .menu #monkey_scroll_wrapper_for_menu_items_scroller, .modal-backdrop, .icon { background: #363636; }
#stats_limited { background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 65%); bottom: 0; height: 480px; position: absolute; width: 100%; }
.btn.btn_outline.btn_danger, .btn.btn_outline.btn_warning { background: #bf360c !important; }
.well { background: #545454; border: 1px solid #000; color: #e6e6e6; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
.accordion_section h4, .accordion_section h4 a { color: #e6e6e6; }
.input_note { color: #e6e6e6; }
.two_factor_option_app, .two_factor_option_sms, .configure-step1, .configure-step3 { display: none; }
.two_factor_choice { background-color: #363636; border: 1px solid #545454; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
a.two_factor_choice { background-color: #363636; border: 1px solid #545454; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
a.two_factor_choice:link { background-color: #363636; border: 1px solid #545454; 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: #e6e6e6; }
.two_factor_choice:hover { box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.15); }
.two_factor_choice:hover .two_factor_link { color: #e6e6e6; }
#custom_emoji span.emoji-wrapper { background-color: #363636; }
#channel_specific_settings tr { border-top: 1px solid #545454; }
#channel_specific_settings tr.channel_override_row.muted td { background: #363636; }
#channel_specific_settings .extra_left_border { border-left: 3px solid #545454; }
#channel_specific_settings .extra_right_border { border-right: 3px solid #545454; }
#channel_specific_settings .revert_to_default { color: #949494; }
#channel_specific_settings .revert_to_default:hover { color: #bf360c; }
#page_contents .card { background: #363636; }
#page_contents .card p { text-shadow: 0 0 1px rgba(0, 0, 0, 0.5); }
#page_contents .card .mustard_yellow { color: #bf360c !important; }
@media only screen and (min-width: 1441px) { .widescreen:not(.nav_open) nav#site_nav { background: rgba(34, 34, 34, 0.9); } }
body > .status .current_status { background: #000; }
body > .section.main { background: #222; box-shadow: none; }
.calendar_incident { border-top: 1px solid #828282; }
.calendar_day.future { background-color: #828282; }
.fs_split { background-color: #222; }
.fs_split .desc { color: #e6e6e6; }
.fs_split .fs_split_pane .fs_split_flex_wrapper .fs_split_well { background-color: #363636; color: #e6e6e6; }
.fs_split .fs_split_pane .fs_split_flex_wrapper .fs_split_well a { color: #e6e6e6; }
.fs_split .header_error_message { background: #f15626; border-left: 0.5rem solid #bf360c; }
.fs_split .error_message { color: #bf360c; }
.fs_split .error input, .fs_split .error textarea { background: #f15626; border: 1px solid #bf360c; }
.fs_split .error input:focus, .fs_split .error textarea:focus { border-color: #f15626; box-shadow: 0 0 7px rgba(191, 54, 12, 0.4); }
.fs_split_pane_left { background-color: #222; color: #e6e6e6; }
.fs_split_pane_right { background-color: #222; }
.fs_split_footer a { color: inherit; }
.fs_split_footer a:hover, .fs_split_footer a:focus { color: inherit; } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment