From bc36ab4e77c656bc309338405cb6ec3aeec96788 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 13 Feb 2017 21:21:38 +0500 Subject: [PATCH 1/3] PLT-5448 - Updating styling of server tabs --- src/browser/components/TabBar.jsx | 14 ++++++++++++++ src/browser/css/index.css | 17 +++++++++++++++-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/src/browser/components/TabBar.jsx b/src/browser/components/TabBar.jsx index ece3d951..413dc52d 100644 --- a/src/browser/components/TabBar.jsx +++ b/src/browser/components/TabBar.jsx @@ -81,10 +81,24 @@ class TabBar extends React.Component { } renderAddTeamButton() { + var tabButton = { + border: 'none', + fontSize: '20px', + height: '35px', + padding: '0 0 4px 0', + width: '40px', + color: '#999', + fontWeight: 'bold', + margin: '6px 0 0', + borderRadius: '2px 2px 0 0', + outline: 'none' + }; + return ( From b45b62344258e5f9dca9768350ea558486e86ac8 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 15 Feb 2017 20:08:34 +0500 Subject: [PATCH 3/3] Updating tooltip --- src/browser/components/TabBar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/components/TabBar.jsx b/src/browser/components/TabBar.jsx index 6bcd40b7..c9464d61 100644 --- a/src/browser/components/TabBar.jsx +++ b/src/browser/components/TabBar.jsx @@ -101,7 +101,7 @@ class TabBar extends React.Component { onClick={this.props.onAddServer} style={tabButton} bsStyle='tabButton' - title='Add a new server' + title='Add new server' > {'+'}