summaryrefslogtreecommitdiffstats
path: root/web/react/components/tutorial
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-11-02 20:57:23 +0500
committerJoramWilander <jwawilander@gmail.com>2015-11-02 14:47:24 -0500
commit4c5c42e37415df75d398027b6c2a6ea39e138688 (patch)
tree394d652279f55412e75c180f335b8da2baa5bdb0 /web/react/components/tutorial
parentdedbc122c666a68de4759be7b7c70e698e3e2c28 (diff)
downloadchat-4c5c42e37415df75d398027b6c2a6ea39e138688.tar.gz
chat-4c5c42e37415df75d398027b6c2a6ea39e138688.tar.bz2
chat-4c5c42e37415df75d398027b6c2a6ea39e138688.zip
Updating tutorials UI
Diffstat (limited to 'web/react/components/tutorial')
-rw-r--r--web/react/components/tutorial/tutorial_tip.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/components/tutorial/tutorial_tip.jsx b/web/react/components/tutorial/tutorial_tip.jsx
index 118209599..c85acb346 100644
--- a/web/react/components/tutorial/tutorial_tip.jsx
+++ b/web/react/components/tutorial/tutorial_tip.jsx
@@ -70,7 +70,7 @@ export default class TutorialTip extends React.Component {
}
return (
- <div className='tip-div'>
+ <div className={'tip-div ' + this.props.overlayClass}>
<img
className='tip-button'
src='/static/images/tutorialTip.gif'
@@ -93,6 +93,7 @@ export default class TutorialTip extends React.Component {
target={() => this.refs.target}
>
<div className={'tip-overlay ' + this.props.overlayClass}>
+ <div className='arrow'></div>
{this.props.screens[this.state.currentScreen]}
<div className='tutorial__circles'>{dots}</div>
<div className='text-right'>