Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
- more minor fixes a.o. for search modal (handling widget-/slack-blac…
Browse files Browse the repository at this point in the history
…k-theme#61 )
  • Loading branch information
Nockiro committed Jul 30, 2018
1 parent c777c55 commit 520c7e6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,9 @@ ts-message a.timestamp{
.file_preview_action.btn.ts_tip:hover, .file_preview_link.btn.file_comment_link:hover {
background-color: var(--background) !important;
}

.p-file_details__name {
color: var(--text);
}
/* user profile popup */
#member_preview_scroller, #member_preview_web_container,
.menu_member_header, .menu_member_footer {
Expand Down Expand Up @@ -1123,6 +1125,12 @@ ts-jumper ts-jumper-container {
.c-search_message__body {
color: var(--text);
}
.p-search_filter__datepicker_trigger:hover {
color: var(--text);
}
.c-input_select_options_list__empty_state {
color: var(--text);
}

/* channel options */
.channel_option_item .title {
Expand Down

0 comments on commit 520c7e6

Please sign in to comment.