summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-29 23:27:29 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-29 23:27:29 +0500
commit0f2959922c0694a2a491b757aaa7de8e189024c8 (patch)
treee371058d215e2073a208960ab008005566a026a7 /web
parent189dc12146419576dfe15b729be4767d599da07a (diff)
downloadchat-0f2959922c0694a2a491b757aaa7de8e189024c8.tar.gz
chat-0f2959922c0694a2a491b757aaa7de8e189024c8.tar.bz2
chat-0f2959922c0694a2a491b757aaa7de8e189024c8.zip
Removing mentions changes since they're for a master
Diffstat (limited to 'web')
-rw-r--r--web/react/utils/utils.jsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index 5478cc495..378b6cb39 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -618,9 +618,6 @@ export function applyTheme(theme) {
if (theme.centerChannelColor) {
changeCss('.app__content, .post-create__container .post-create-body .btn-file, .post-create__container .post-create-footer .msg-typing, .loading-screen .loading__content .round, .command-name', 'color:' + theme.centerChannelColor, 1);
changeCss('#post-create', 'color:' + theme.centerChannelColor, 2);
- changeCss('.mentions--top, .command-box', 'box-shadow:' + changeOpacity(theme.centerChannelColor, 0.2) + ' 1px -3px 12px', 3);
- changeCss('.mentions--top, .command-box', '-webkit-box-shadow:' + changeOpacity(theme.centerChannelColor, 0.2) + ' 1px -3px 12px', 2);
- changeCss('.mentions--top, .command-box', '-moz-box-shadow:' + changeOpacity(theme.centerChannelColor, 0.2) + ' 1px -3px 12px', 1);
changeCss('.post-body hr', 'background:' + theme.centerChannelColor, 1);
changeCss('.channel-header .heading', 'color:' + theme.centerChannelColor, 1);
changeCss('.markdown__table tbody tr:nth-child(2n)', 'background:' + changeOpacity(theme.centerChannelColor, 0.07), 1);