Skip to content

Commit

Permalink
Misc style
Browse files Browse the repository at this point in the history
Added styles for file names and the close thread "X"
  • Loading branch information
mmiraldi committed May 7, 2019
1 parent c9bc62c commit 425a77e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions black.css
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,9 @@ ts-message.active .edited, ts-message.active .reply_bar .last_reply_at, ts-messa
.p-threads_footer__input .p-message_input_file_button {
background: var(--background) !important;
}
.c-icon_button--light.c-button-unstyled {
color: var(--text);
}

/* editor in thread reply */
#convo_tab .message_input, #convo_tab textarea#msg_text {
Expand Down Expand Up @@ -1475,6 +1478,9 @@ nav {
.c-message_kit__background--editing {
background: var(--background-hover);
}
.c-message_kit__file__meta__text {
color: var(--text-special);
}
.c-message--highlight, .c-message--highlight_yellow_bg {
background: var(--background);
}
Expand Down

0 comments on commit 425a77e

Please sign in to comment.