summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_list.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-18 11:58:15 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-18 11:58:15 +0500
commitf68a8c8de3bbaf0179023e12da89c6f22f5b21a7 (patch)
tree39bcd4725e376cd708b7ff002847217e015a4c02 /web/react/components/post_list.jsx
parenta5bff83558c737645c4a3d516047403f69080c2d (diff)
downloadchat-f68a8c8de3bbaf0179023e12da89c6f22f5b21a7.tar.gz
chat-f68a8c8de3bbaf0179023e12da89c6f22f5b21a7.tar.bz2
chat-f68a8c8de3bbaf0179023e12da89c6f22f5b21a7.zip
Multiple UI changes
Diffstat (limited to 'web/react/components/post_list.jsx')
-rw-r--r--web/react/components/post_list.jsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx
index 83f806b79..35d43314b 100644
--- a/web/react/components/post_list.jsx
+++ b/web/react/components/post_list.jsx
@@ -42,6 +42,9 @@ module.exports = React.createClass({
utils.changeCss('.modal .modal-header', 'background: ' + user.props.theme+';');
utils.changeCss('.mention', 'background: ' + user.props.theme+';');
utils.changeCss('.mention-link', 'color: ' + user.props.theme+';');
+ utils.changeCss('.mention-link', 'color: ' + user.props.theme+';');
+ utils.changeCss('.mention-link', 'color: ' + user.props.theme+';');
+ utils.changeCss('.search-item-container:hover', 'background: ' + utils.changeOpacity(user.props.theme, 0.05) +';');
utils.changeCss('@media(max-width: 768px){.search-bar__container', 'background: ' + user.props.theme+';}');
}
if (user.props.theme != '#000000' && user.props.theme != '#585858') {