Updating mentions badge and tooltip

This commit is contained in:
Asaad Mahmood
2017-02-15 16:55:23 +05:00
parent bc36ab4e77
commit 8e012fbf02

View File

@@ -16,6 +16,7 @@ class TabBar extends React.Component {
lineHeight: '20px', lineHeight: '20px',
height: '19px', height: '19px',
marginLeft: '5px', marginLeft: '5px',
marginTop: '6px',
borderRadius: '50%' borderRadius: '50%'
}; };
@@ -100,6 +101,7 @@ class TabBar extends React.Component {
onClick={this.props.onAddServer} onClick={this.props.onAddServer}
style={tabButton} style={tabButton}
bsStyle='tabButton' bsStyle='tabButton'
title='Add a new server'
> >
{'+'} {'+'}
</Button> </Button>