From 7b99ac0a91720a161a651f92edf3a572f46f2fde Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 3 Jun 2016 16:58:23 +0500 Subject: PLT-3177 - Fixing ordering for custom themes (#3226) Fix for bot tag and webhook attachments Adding theme styling for webhooks Removing embed styling Improving margins on compcat view for line breaks --- webapp/utils/utils.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/utils/utils.jsx') diff --git a/webapp/utils/utils.jsx b/webapp/utils/utils.jsx index 84c2ed4ce..9e01594cf 100644 --- a/webapp/utils/utils.jsx +++ b/webapp/utils/utils.jsx @@ -718,6 +718,7 @@ export function applyTheme(theme) { if (theme.linkColor) { changeCss('.app__body a, .app__body a:focus, .app__body a:hover, .app__body .btn, .app__body .btn:focus, .app__body .btn:hover', 'color:' + theme.linkColor, 1); + changeCss('.app__body .attachment .attachment__container', 'border-left-color:' + changeOpacity(theme.linkColor, 0.5), 1); changeCss('.app__body .post .comment-icon__container, .app__body .post .post__reply', 'fill:' + theme.linkColor, 1); } -- cgit v1.2.3-1-g7c22