From 1b9ba51f8697faa2c9977621a9af01f9b3b36318 Mon Sep 17 00:00:00 2001 From: Ikechi Michael Date: Wed, 8 May 2019 14:30:02 +0100 Subject: [PATCH] fix: #27 preferences section --- slack-theme | 52 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 21 deletions(-) diff --git a/slack-theme b/slack-theme index e90f6fa..f65239f 100755 --- a/slack-theme +++ b/slack-theme @@ -291,27 +291,37 @@ fi if [ -z "$ADDENDUM" ] then ADDENDUM=".menu ul li a:not(.inline_menu_link) {color: #fff !important;} - .p-threads_footer__input .p-message_input_field {background: $THREAD_BG_COLOR; border-color: $THREAD_BORDER_COLOR; color: $THREAD_COLOR;} - .p-threads_footer__input .p-message_input_file_button:not(:hover) { border-color: $THREAD_BORDER_COLOR; } - .p-threads_footer__input .p-message_input_file_button { background-color: $THREAD_BG_COLOR !important; } - - .p-threads_view, .p-threads_view__default_background, .p-threads_view:not(.loading)::before { background: $BG_COLOR; color: $THREAD_COLOR; } - .p-threads_view__divider_line { border-top: 1px solid $THREAD_BORDER_COLOR; } - .p-threads_view__divider_label { background: $THREAD_BG_COLOR; color: $THREAD_COLOR; } - .p-threads_view a.c-member_slug, .c-member_slug--link, .c-mrkdwn__subteam--link { - background: $THREAD_BORDER_COLOR; - border: 1px solid $THREAD_BG_COLOR; - color: $THREAD_COLOR; - } - .p-threads_view .p-threads_view_header__channel_name { color: $THREAD_COLOR; } - .p_threads_view_load_newer_button, .p_threads_view_load_older_button { - background: rgba(255, 255, 255, 0.05); - border-color: $THREAD_BORDER_COLOR; - color: $THREAD_COLOR; - } - .p-threads_view_reply--new_reply { - background: $THREAD_BORDER_COLOR; - } + .p-threads_footer__input .p-message_input_field {background: $THREAD_BG_COLOR; border-color: $THREAD_BORDER_COLOR; color: $THREAD_COLOR;} + .p-threads_footer__input .p-message_input_file_button:not(:hover) { border-color: $THREAD_BORDER_COLOR; } + .p-threads_footer__input .p-message_input_file_button { background-color: $THREAD_BG_COLOR !important; } + + .c-button-unstyled.c-fullscreen_modal__close, .c-fullscreen_modal__header, .c-fullscreen_modal__content, .c-fullscreen_modal__body, .p-threads_view, .p-threads_view__default_background, .p-threads_view:not(.loading)::before { background: $BG_COLOR; color: $THREAD_COLOR; } + .p-threads_view__divider_line { border-top: 1px solid $THREAD_BORDER_COLOR; } + .p-threads_view__divider_label { background: $THREAD_BG_COLOR; color: $THREAD_COLOR; } + .p-threads_view a.c-member_slug, .c-member_slug--link, .c-mrkdwn__subteam--link { + background: $THREAD_BORDER_COLOR; + border: 1px solid $THREAD_BG_COLOR; + color: $THREAD_COLOR; + } + .c-timestamp, .p-threads_view .p-threads_view_header__channel_name { color: $THREAD_COLOR; } + .p_threads_view_load_newer_button, .p_threads_view_load_older_button, .c-input_textarea { + background: rgba(255, 255, 255, 0.05); + border-color: $THREAD_BORDER_COLOR; + color: $THREAD_COLOR; + } + .p-threads_view_reply--new_reply { + background: $THREAD_BORDER_COLOR; + } + .c-link--button { + color: $THREAD_COLOR; + border: 1px solid $THREAD_BORDER_COLOR; + } + .c-button-unstyled.c-select_button { + color: $BG_COLOR; + } + .c-label--with_formatted_text { + background: $BG_COLOR !important; + } " fi