0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 03:52:40 +00:00

Styled the divider

This commit is contained in:
Scott Tolksdorf
2016-05-06 14:58:39 -04:00
parent 12e1059071
commit 62470f2958
2 changed files with 25 additions and 5 deletions

View File

@@ -51,7 +51,13 @@ var SplitPane = React.createClass({
},
*/
renderDivider : function(){
return <div className='divider' onMouseDown={this.handleDown} />
return <div className='divider' onMouseDown={this.handleDown}>
<div className='dots'>
<i className='fa fa-circle' />
<i className='fa fa-circle' />
<i className='fa fa-circle' />
</div>
</div>
},
render : function(){