From 8e705feeb07009fb0e2a1969b0f1d45ce205c322 Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Thu, 2 Nov 2017 12:08:22 -0600 Subject: [PATCH] Fix color on attachment file sizes --- slack/orien.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/slack/orien.css b/slack/orien.css index 7d7f741..1c5e42b 100644 --- a/slack/orien.css +++ b/slack/orien.css @@ -333,6 +333,10 @@ ts-message .action_hover_container .btn_msg_action, background: var(--background-elevated) !important; } +/* orien attachment */ +.attachment_group .media_caret { + color: var(--border-dim); +} #flex_contents .heading, #flex_contents .heading a,