From f68a8c8de3bbaf0179023e12da89c6f22f5b21a7 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 18 Aug 2015 11:58:15 +0500 Subject: Multiple UI changes --- web/react/components/get_link_modal.jsx | 2 +- web/react/components/post_list.jsx | 3 +++ web/react/components/sidebar.jsx | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'web/react/components') diff --git a/web/react/components/get_link_modal.jsx b/web/react/components/get_link_modal.jsx index ea22ad0f3..a01b57b26 100644 --- a/web/react/components/get_link_modal.jsx +++ b/web/react/components/get_link_modal.jsx @@ -34,7 +34,7 @@ module.exports = React.createClass({ var copyLinkConfirm = null; if (this.state.copiedLink) { - copyLinkConfirm =

Link copied to clipboard.

; + copyLinkConfirm =

Link copied to clipboard.

; } if (currentUser != null) { 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') { diff --git a/web/react/components/sidebar.jsx b/web/react/components/sidebar.jsx index 80e3632c7..cf6da7984 100644 --- a/web/react/components/sidebar.jsx +++ b/web/react/components/sidebar.jsx @@ -363,8 +363,8 @@ module.exports = React.createClass({
  • {status} - {badge} {channel.display_name} + {badge}
  • ); -- cgit v1.2.3-1-g7c22