From 577427e7fd5fd6699c53951955e7e9e1dec8c32a Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 9 Nov 2015 23:43:44 +0500 Subject: Updating tutorial tip --- web/react/components/tutorial/tutorial_tip.jsx | 7 ++++++- .../user_settings/manage_incoming_hooks.jsx | 2 +- .../user_settings/manage_outgoing_hooks.jsx | 3 +-- web/sass-files/sass/partials/_tutorial.scss | 8 ++++++-- web/static/images/tutorialTip.gif | Bin 18421 -> 22502 bytes web/static/images/tutorialTipWhite.gif | Bin 0 -> 6704 bytes 6 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 web/static/images/tutorialTipWhite.gif (limited to 'web') diff --git a/web/react/components/tutorial/tutorial_tip.jsx b/web/react/components/tutorial/tutorial_tip.jsx index 3094b2f4c..2a638ea95 100644 --- a/web/react/components/tutorial/tutorial_tip.jsx +++ b/web/react/components/tutorial/tutorial_tip.jsx @@ -69,11 +69,16 @@ export default class TutorialTip extends React.Component { } } + var tipColor = ''; + if (this.props.overlayClass === 'tip-overlay--header') { + tipColor = 'white'; + } + return (
{'Create webhook URLs for use in external integrations. Please see '}{'http://mattermost.org/webhooks'} {' to learn more.'} - +